Skip to main content

3 docs tagged with "files"

View All Tags

Download A File Revisited

In a previous tip we went through how to download files with Selenium by configuring the browser to download them locally and verifying their file size when done. While the previous method works, it requires a custom configuration that is inconsistent from browser to browser.

Download Secure Files

Previously, we've gone over how to test file downloads without a browser by leveraging Selenium Webdriver and an HTTP library in tandem. This approach is great for testing general file downloads, but what if the file you want to download is behind authentication?

How To Download a File

Just like with uploading files we hit the same issue with downloading them a dialog box just out of reach of your automation script.