And how can I scrape different tab pages within the same URL all at once? For example:
http://10.3.1.22/#/meta-form/form/form-render/product_panorama_zq?productId=[880-3000]&tabindex=0
tabindex=1
tabindex=2
And how can I scrape different tab pages within the same URL all at once? For example:
http://10.3.1.22/#/meta-form/form/form-render/product_panorama_zq?productId=[880-3000]&tabindex=0
tabindex=1
tabindex=2
you should set a sitemap with URL's to be scraped one by one..... read carefully documentation and video tutorials...
Thank you. Additionally, I would like to ask if you know how to address the issue of lagging due to too many pages being open. For instance, is it possible to have them automatically close and then restart?