You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You can also install a specific version of chromedriver for a specific version of Chrome:
22
22
23
23
```bash
24
-
sbase install chromedriver 100.0.4896.60
24
+
sbase install chromedriver 102.0.5005.61
25
25
26
-
sbase install chromedriver 100
26
+
sbase install chromedriver 102
27
27
```
28
28
29
29
* On Linux, you can run the following two commands (once you've installed SeleniumBase) to automatically upgrade your Chromedriver to match your version of Chrome: (``wget`` downloads the file, and ``pytest`` runs it.)
0 commit comments