Hi All I would like to use python webbrowser to access a secure https page and save it into a file.
Am I right if I say that with webbrowser control is not possible to save an entire web page but only opening a URL? I didn't see any 'save' method.
Other than this, the page I want to use is a secure http page and I don't know how to automatically provide username and password for authentication into my script. Can you help me in solving one of the 2 issues above?
Thank you very much Mn