I’m trying to use urllib2 to fetch webpage from a website. After I managed to log on and retrieve the page, I found out the page has some <script>.....</script> inside. How can I save the rendered the output (the complete content of the webpage, not the script)?
I’m trying to use urllib2 to fetch webpage from a website. After I managed
Share
I’d also like to mention pywebkitgtk (which I’ve been using a lot lately as an embedded browser), and Selenium.