I am working on a project where I want to scrape out data from a website whenever the value of the range slider is changed by the user and compare it with the actual data.
The tasks are:
The slider is present within an iframe.
Can someone please suggest any approach/packages for doing this?
There are different ways to do scraping in javascript:
For more info, try this article: https://www.scrapingbee.com/blog/web-scraping-javascript/