-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to set the default download path for chrome #27
Comments
I've put together a Java test based on the answers to the StackOverflow question: Test Chrome Download Directory.zip The output shows what is actually passed as desired capabilities:
I haven't tried it in Pharo yet, but maybe this helps you figure it out? Note that for |
Thanks for replying... my problem turned out to be in my own code that was using the above correct code incorrectly. So what I posted above actually DOES work. Some notes for future reference:
|
Hi,
I have tried to manually set the default download path for chrome using a DesiredCapabilities object:
I could not get that to work. I suspect there are a lot of things related to the internals of WebDriver and chromedriver that I'd have to understand better.
If you trawl the web on the topic, you find a lot of references for setting this using the ChromeOptions object .
It would be super if such an object was available in Parasol or even if there was a bit of documentation for how to get this task done with what is available at present.
The text was updated successfully, but these errors were encountered: