Ben Chuanlong Du's Blog

And let it direct your passion with reason.

Ways to Download Files Using Selenium Webdrive

Selenium WebDrive cannot have no control of system Dialog, so you have to avoid the Dialog when downloading files using WebDrive.

The first way is to enable automatical download in the browser that you use with Seleniu WebDrive. So when click a file link, the file is automatically downloaded to …