Skip to content

Commit 90bc8b0

Browse files
author
David Haeffner
committed
Fixed brew command to install chromedriver
1 parent e35f02c commit 90bc8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/command-line-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following dependencies are needed for the command line runner to work:
2222
```sh
2323
> brew install node
2424
> npm install -g selenium-side-runner
25-
> brew install chromedriver
25+
> brew cask install chromedriver
2626
```
2727

2828
__NOTE: Your system configuration may differ from what's used in the sample above (e.g., Homebrew on MacOS). If so, see <a href="https://nodejs.org/en/download/package-manager/" target="_blank" rel="noopener noreferrer">the Node installation documentation for package managers</a> or download a Node installer for your operating system directly from <a href="https://nodejs.org/en/download/" target="_blank" rel="noopener noreferrer">the Node downloads page</a> and check out the Getting Started documentation for <a href="http://chromedriver.chromium.org/getting-started" target="_blank" rel="noopener noreferrer">ChromeDriver</a>.__

0 commit comments

Comments
 (0)