Skip to content

Commit 205e84e

Browse files
committed
Update a ReadMe
1 parent e5f11e9 commit 205e84e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

help_docs/webdriver_installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_sb4.png" title="SeleniumBase" height="48">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
22

3-
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Installing webdrivers
3+
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3.png" title="SeleniumBase" height="32"> Installing webdrivers
44

5-
To run web automation, you'll need to download webdrivers for each browser you plan on using, and then place those on your System **[PATH](http://java.com/en/download/help/path.xml)**. Additionaly, you can place drivers in the [SeleniumBase `drivers` folder](https://github.com/seleniumbase/SeleniumBase/blob/master/drivers). If you plan on taking the latter option, here are some commands that'll automatically download the driver you need into the ``drivers`` folder once you've installed SeleniumBase:
5+
To run web automation, you'll need webdrivers for each browser you plan on using. Here are some commands that'll automatically download the driver you need into the SeleniumBase ``drivers`` folder once you've installed SeleniumBase:
66

77
```bash
88
seleniumbase install chromedriver
@@ -32,7 +32,7 @@ Here's where you can go to manually install web drivers from the source:
3232

3333
* For PhantomJS headless browser automation, get [PhantomJS](http://phantomjs.org/download.html) on your System PATH. (NOTE: <i>PhantomJS is no longer officially supported by SeleniumHQ</i>)
3434

35-
**macOS**:
35+
**macOS shortcuts**:
3636

3737
* You can also install drivers by using ``brew`` (aka ``homebrew``), but you'll need to install that first. [Brew installation instructions are here](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/install_python_pip_git.md).
3838

@@ -42,15 +42,15 @@ brew cask install chromedriver
4242
brew install geckodriver
4343
```
4444

45-
(NOTE: If your existing version of chromedriver is less than 2.44, **upgrading is required** in order to keep up with the latest version of Chrome!)
45+
You can also upgrade existing webdrivers:
4646

4747
```bash
4848
brew cask upgrade chromedriver
4949

5050
brew upgrade geckodriver
5151
```
5252

53-
**Linux**:
53+
**Linux shortcuts**:
5454

5555
If you still need the web drivers, here are some scripts to help you install chromedriver and geckodriver on a Linux machine:
5656

0 commit comments

Comments
 (0)