Oddbean new post about | logout
 🆕 blog! “Using Selenium & Chrome to automatically download Blob files”

The Selenium WebDriver is a brilliant way to programmatically interact with websites. You can write little Python scripts which can click around inside browser windows and do "stuff". I use it to download a file generated by a Javascript Blob and automatically save it to disk. Here's how. Se…

👀 Read more: https://shkspr.mobi/blog/2023/09/using-selenium-chrome-to-automatically-download-blob-files/
⸻
#HowTo #python