I'd like to download web page generated by Javascript
and store it to string variable in Python
code. The page is generated when you click on button.
If I would know the resulting URL I would use urllib2
but this is not the case.
thank you
I'd like to download web page generated by Javascript
and store it to string variable in Python
code. The page is generated when you click on button.
If I would know the resulting URL I would use urllib2
but this is not the case.
thank you
You could use Selenium Webdriver: