Why Am I Unable To Download A Zip File With Selenium?
I am trying to use selenium in order to try to download a testfile from a html webpage. Here is the complete html page I have been using as test object:
Solution 1:
You are not setting up a real web server. You just have a html page but not a server to serve static files. You need to at least setup a server first.
But if your question is just related to download files, you can just use some international web site to test. It will work.
Post a Comment for "Why Am I Unable To Download A Zip File With Selenium?"