0

I am trying to extract data from the following page. The problem I have is that the data I want to get is in a table that is loaded as i scroll down. And I only know how to load data scrolling down on the page in general but not in a specific part of it

https://news.google.com/covid19/map?hl=en-US&gl=US&ceid=US%3Aen

Parker
  • 33
  • 5
  • did you try to use `element.ScrollTo()` isntead of `window.ScrollTo()` ?Or maybe click on scrollbar ? – furas Jun 24 '20 at 03:30
  • BTW: you can find many covid19 data as CSV files on https://github.com/CSSEGISandData/COVID-19 – furas Jun 24 '20 at 03:30

0 Answers0