Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

selenium set chrome executable path

chromedriver = "/path/to/chromedriver"
options = Options()
options.binary_location = '/path/to/chrome'
driver = webdriver.Chrome(chromedriver, chrome_options=options)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #selenium #set #chrome #executable #path
ADD COMMENT
Topic
Name
5+1 =