I need to scrap data from web url in chrome and write to excel. This will be used as a bot input.
Data is structured , it has heading, hyperlink and date … hyperlink are urls…
100 to 120 urls…But on same page … Next page not requied. On same page by scroling all data is there.
But when i do data scrpping below happening
Only few initial content coming
Some times running same workflow full data coming
I gave re fresh browser , used delay , page down , etc
Can you check any unique element is there at the end of the table/ data in the webpage, so when the page got loaded with the data, make the setfocus to the end of the webpage and let it load properly and then try to scrape
As it is dynamic, so you need to check giving some delays as well