I am working on a web-scraping project. I am using Browser from mechanize in python. I need to call a JavaScript function with two arguments. The arguments are known.
__doPostBack(arg1,arg2)
How do i call this function from Python?
I am working on a web-scraping project. I am using Browser from mechanize in python. I need to call a JavaScript function with two arguments. The arguments are known.
__doPostBack(arg1,arg2)
How do i call this function from Python?