I need to scrape a website with Scrapy that uses AJAX Pagination. How can I be sure that the page is fully loaded ?
I used:
Download_Delay = 2 
I need something  like document.ready in js.
I need to scrape a website with Scrapy that uses AJAX Pagination. How can I be sure that the page is fully loaded ?
I used:
Download_Delay = 2 
I need something  like document.ready in js.