I am working on a web-scraping project. One of the website, I am working has the data coming from Javascript.
There was a suggestion in one of my earlier question, that I can directly call the Javascript from Python.
Any idea how to do it? I was not able to figure out how to call the Javascript function for instance in Python.
For example :
If JS function is defined as : add_2(var,var2)
How do we call the same function from Python ? Any useful reference would be highly appreciated.
Thanks