Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyPirogov committed Oct 20, 2019
1 parent 54a0283 commit c9fa0ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ For now support:

- ChromeDriver
- GeckoDriver
- EdgeDriver
- IEDriver
- PhantomJS
Before:
You should download binary chromedriver, unzip it somewhere in you PC and set path to this driver like this:
Expand Down Expand Up @@ -51,14 +49,6 @@ driver = webdriver.Firefox(executable_path=GeckoDriverManager().install())
```
(*) access_token required to work with Github API more info https://help.github.com/articles/creating-an-access-token-for-command-line-use/. You can set **gh_token** using config.ini file see Configuration section below.

Use with Edge:

```python
from webdriver_manager.microsoft import EdgeDriverManager

driver = webdriver.Edge(EdgeDriverManager().install())
```

Use with IE

```python
Expand Down

0 comments on commit c9fa0ea

Please sign in to comment.