Hi everyone,
I was scraping book data from the commercial platform TIKI. Here is the link of my project: https://tiki.vn/nha-sach-tiki/c8322.
While attempting to scrape data for a specific book, I used a click command to navigate to its details page. In that template, I applied a conditional command to extract only the "Nhà xuất bản" (Publisher) field under the "Thông tin chi tiết" (Details) section.
However, during test runs, the scraper did not behave as expected. Instead of selecting the "Nhà xuất bản" data as specified, it skipped over that step and failed to extract the intended information. In particular:
- In the first screenshots, the selection showed 0 results.
- In the second screenshots, when I manually scrolled to the "Thông tin chi tiết" section during the test run, it worked as intended and returned 7 results, as expected, which means that it just worked only when I manually scrolled to the "Thông tin chi tiết" section during the test run process.
Please help me. Thank you!