Test Pattern shows only 20 Sequences in a list
Hi Jason,
I am trying to scrap the info of all the collection values but when I run the scraping of http://www.fairmontdesigns.com/home/products/living-room/living-collections/ URL, it shows only 20 sequences in a list in the test pattern. but there are 62 values are there.
why it is showing less value in the Test Pattern.
Thanks
Shyam
How to use the code
Hi Jason,
How to use this http://screen-scraper.com/infinite%20scroller/scroll.js in my scraping session and when I need to use it.
Thanks
That is just an example to
That is just an example to show what the JavaScript is doing. You really need to use the screen-scraper to capture the requests, and use the "find" to locate a response that contains one of your missing items. Once you do you can make a scrapeableFile to emulate that request and go from there.
That is a prime example of
That is a prime example of dynamic content. You can see some info on it here.