Skip to content

Commit 62246b9

Browse files
authored
Clarify upgrade
1 parent 4f4c0a5 commit 62246b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

selenium/selenium-python-macos.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ This is by far the easiest option:
1010

1111
brew install chromedriver --cask
1212

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.
1414

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.
1616

17-
This is useful if you are seeing an error like this one:
17+
To upgrade an existing installation do this:
1818

19-
> Message: session not created: This version of ChromeDriver only supports Chrome version 85
19+
brew upgrade chromedriver --cask
2020

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:
2222

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
2424
2525
### Without using homebrew
2626

0 commit comments

Comments
 (0)