Skip to content

Commit

Permalink
Merge pull request #450 from weddleben/doc_change
Browse files Browse the repository at this point in the history
Fix English syntax in Readme
  • Loading branch information
aleksandr-kotlyar committed Oct 17, 2022
2 parents dd39e87 + 0757114 commit 8f062c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ For now support:
Compatible with Selenium 4.x and below.

Before:
You should download binary chromedriver, unzip it somewhere in you PC and set path to this driver like this:
You need to download the chromedriver binary, unzip it somewhere on your PC and set the path to this driver like this:

```python
from selenium import webdriver
driver = webdriver.Chrome('/home/user/drivers/chromedriver')
```

It’s boring!!! Moreover every time the new version of driver released, you should go and repeat all steps again and again.
It’s boring!!! Moreover, every time a new version of the driver is released, you need to repeat all these steps again and again.

With webdriver manager, you just need to do two simple steps:

Expand Down

0 comments on commit 8f062c3

Please sign in to comment.