The Wayback Machine - https://web.archive.org/web/20201209040600/https://github.com/cobrateam/splinter/issues/811
Skip to content
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

Update documentation with custom binary path information #811

Open
jsfehler opened this issue Sep 24, 2020 · 2 comments
Open

Update documentation with custom binary path information #811

jsfehler opened this issue Sep 24, 2020 · 2 comments

Comments

@jsfehler
Copy link
Collaborator

@jsfehler jsfehler commented Sep 24, 2020

ie: Update https://splinter.readthedocs.io/en/latest/drivers/chrome.html with

from selenium import webdriver

chrome_options = webdriver.chrome.options.Options()
chrome_options.binary_location = "/path/to/canary"
browser = Browser('chrome', options=chrome_options)

but for Firefox as well.

@ketangupta34
Copy link
Contributor

@ketangupta34 ketangupta34 commented Sep 24, 2020

I would like to work on this!

@jsfehler
Copy link
Collaborator Author

@jsfehler jsfehler commented Sep 24, 2020

@ketangupta34 Go for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.