How to download files using Selenium and JavaScript?

How to download files using Selenium and JavaScript?

Hi Miro,

There is no easy way to download files from a browser in Selenium WebDriver. We need to trick the browser into thinking that the file size is zero bytes, so it will not pop up a download dialogue.

For more details, you can check this blog:

1 Like