I am using Data Scraping on website put the data to an excel. Data would be changing dynamically. It is copying only 20 records to excel. Here even i don’t have an option for spanning pages like 1,2,3 etc. It is a continuous page with no next button.
The thing is when i use data scrapping i observed that when i go down the page is loading then i can see the data.
Actually i need to scrape the ecommerce website,so when am scrapping i can only some records instead of giving specific records to be taken.the page is continuous it doesnt even have next button.
Example the same problem in big basket while scrapping the data from it gives the first 20 items for a product, how to get the items which are more than 20 , as it is continous a page it is taking time to load
have you tried to use send hotkeys of Fn + PgDn? this will move you to the lowest of the loaded page. this will only work if the data is loaded only when navigating to the bottom of the page
If the pagination is at the bottom of the page , pls use set focus activity or ‘Activate’ activity to any page number element
With this type of approach the page automatically goes down/ scroll down to the bottom of the page
By this all the rows will be displayed by then
Then again if you want , you can add find element or element exist for 25th row