You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am using Helium with Firefox, and I was trying to set the FirefoxOptions so that all downloads automatically go to a specified folder. I was able to do this using the full path of the desired folder, but using a relative path such as "./downloads", ".\downloads", or ".downloads" does not seem to work. Is it possible for someone to add this functionality? (Or does it already exist and I'm doing something wrong?)
Hi! I am using Helium with Firefox, and I was trying to set the FirefoxOptions so that all downloads automatically go to a specified folder. I was able to do this using the full path of the desired folder, but using a relative path such as "./downloads", ".\downloads", or ".downloads" does not seem to work. Is it possible for someone to add this functionality? (Or does it already exist and I'm doing something wrong?)
Here is the code I am using:
where download_directory is set to either a full path (ie. "C:\..."), which does work, or to a relative path (ie. "./downloads"), which did not.
The text was updated successfully, but these errors were encountered: