Skip to content

grid-node download the default chrome driver at startup #844

Answered by mdmintz
pansfy asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pansfy , when using the Grid, a copy of chromedriver must also be placed on the path. This can be done by adding --path to the driver install command on Mac/Linux. For Windows, you'll have to copy/paste the driver manually. And if you already have an old driver on your system path at a different location, you may need to remove that manually first. Here's the command that adds the latest chromedriver to the system path on Mac/Linux:

seleniumbase install chromedriver latest --path

*** chromedriver version for download = 89.0.4389.23 (Latest)

Downloading chromedriver_mac64.zip from:
https://chromedriver.storage.googleapis.com/89.0.4389.23/chromedriver_mac64.zip ...
Download Complete!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pansfy
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants