I’d like to download a page as a single file in .mhtml, as it is done with Chrome using: Save As -> Save as a single file
I’ve tried the library “pywebcopy” and it doesn’t work. It downloads the HTML and a folder with all it can download.
I’ve also tried with Selenium webdriver, but I only could download the HTML.
Could it be possible to use Selenium to open the website in a window and then download it as if it was done manually?
Thanks.
Pumbo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.