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
Custom path to firefox.exe? #156
Comments
|
@luke-a you can pass additional arguments to the JVM or to selenium via wdman for example: reading https://github.com/mozilla/geckodriver#firefox-capabilities it should however be possible to should work. |
|
That's great, thanks so much - it worked: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I specify a custom path to firefox.exe and to geckodriver.exe using
RSelenium? For example in Python, this works well:I believe one could specify both using the
javaargsargument formstartServer. However, I got no idea how to specify any of the paths inRSelenium::rsDriverorwdman::selenium. Thanks for any hints in advance.The text was updated successfully, but these errors were encountered: