-
| The driver that matches the version has been downloaded,but sbase grid-node start --hub=127.0.0.1 will download the default chrome driver of version 2.44. |
Beta Was this translation helpful? Give feedback.
Answered by mdmintz Mar 19, 2021
Replies: 1 comment 1 reply
-
| Hi @pansfy , when using the Grid, a copy of chromedriver must also be placed on the path. This can be done by adding 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! Extracting ['chromedriver'] from chromedriver_mac64.zip ... Unzip Complete! The file [chromedriver] was saved to: /Users/michael/github/SeleniumBase/seleniumbase/drivers/chromedriver Making [chromedriver 89.0.4389.23] executable ... [chromedriver] is now ready for use! Also copied to: /usr/local/bin/chromedriver |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hi @pansfy , when using the Grid, a copy of chromedriver must also be placed on the path. This can be done by adding
--pathto 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: