Change the default file download path for Edge using selenium
问题 I was using selenium-ruby for automating browser application. I want to simulate file download scenario. When I want to execute for chrome I had a method named "download_path", its value can be changed at run-time and when download file it will be saved at my destination path. But, when I execute the same code for edge there is no method support for "download_path" in edge. Is there any way to set my default download location at runtime? Chrome Code: @browser = Selenium::WebDriver.for :chrome