Make sure your code lands
A free weekly email of tips to help make
Selenium one of the most robust browser
automation tools out there.
Skip it, take me to the tips1: How To Upload A File
Uploading a file is a common piece of functionality found on the web but when trying to automate it, you get prompted with a dialog box that is just out of reach for Selenium. In these cases people often look to a third-party tool to manipulate this window.
2: Download A File
Just like with uploading files we hit the same issue with downloading them a dialog box just out of Selenium's reach. With some additional configuration, we can side-step the dialog box.
3: Work With Frames
In this tip, you'll learn how to work with frames and write tests against them. On occasion, we may encounter relics of the front-end world, such as frames.