-2

I have a table on my web-page with thousands of entries and it shows 20 entries at a time. I want to take screenshots of all the entries page by page and then create a video of them using code. What would be the best language and method to do this task? I know nothing of this thing so I am open to any language like python, Java, Go, etc.

Shashank Gupta
  • 315
  • 1
  • 4
  • 16

1 Answers1

1

You can user Selenium library in either java or python, it has some tools for doing these operations. here is an exapmle.

Mohsen R. Agdam
  • 364
  • 3
  • 12