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
Copy file name to clipboardExpand all lines: selenium/selenium-python-macos.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ This is by far the easiest option:
10
10
11
11
brew install chromedriver --cask
12
12
13
-
Or to upgrade an existing installation:
13
+
This also ensures `chromedriver` is on your path, which means you don't need to use an explicit `chromedriver_path` later on.
14
14
15
-
brew upgrade chromedriver --cask
15
+
You still need to run it once in the terminal `chromedriver` to get the macOS error, then allow it in the `Security & Privacy` preferences - see below.
16
16
17
-
This is useful if you are seeing an error like this one:
17
+
To upgrade an existing installation do this:
18
18
19
-
> Message: session not created: This version of ChromeDriver only supports Chrome version 85
19
+
brew upgrade chromedriver --cask
20
20
21
-
This also ensures `chromedriver` is on your path, which means you don't need to use an explicit `chromedriver_path` later on.
21
+
Knowing how to upgrade an existing version is useful if you are seeing an error like this one:
22
22
23
-
You still need to run it once in the terminal `chromedriver` to get the macOS error, then allow it in the `Security & Privacy` preferences - see below.
23
+
> Message: session not created: This version of ChromeDriver only supports Chrome version 85
0 commit comments