splinter
splinter copied to clipboard
Update documentation with custom binary path information
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.
I would like to work on this!
@ketangupta34 Go for it
Is this issue open?
@mohitdmak yes
ok, so do I need to be assigned this to work on it?
@mohitdmak the assign is not necessary. a message here informing that you are working on this issue is enough.
I have submitted a pull request. Thank you!
Addressed by #1184