splinter icon indicating copy to clipboard operation
splinter copied to clipboard

Update documentation with custom binary path information

Open jsfehler opened this issue 4 years ago • 6 comments

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.

jsfehler avatar Sep 24 '20 15:09 jsfehler

I would like to work on this!

ketangupta34 avatar Sep 24 '20 20:09 ketangupta34

@ketangupta34 Go for it

jsfehler avatar Sep 24 '20 20:09 jsfehler

Is this issue open?

mohitdmak avatar Dec 22 '20 08:12 mohitdmak

@mohitdmak yes

andrewsmedina avatar Jan 11 '21 01:01 andrewsmedina

ok, so do I need to be assigned this to work on it?

mohitdmak avatar Jan 11 '21 04:01 mohitdmak

@mohitdmak the assign is not necessary. a message here informing that you are working on this issue is enough.

andrewsmedina avatar Jan 11 '21 10:01 andrewsmedina

I have submitted a pull request. Thank you!

arshm06 avatar Aug 02 '23 08:08 arshm06

Addressed by #1184

jsfehler avatar Feb 13 '24 18:02 jsfehler