Skip to content

Commit c9fa0ea

Browse files
committed
update docs
1 parent 54a0283 commit c9fa0ea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.adoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ For now support:
99

1010
- ChromeDriver
1111
- GeckoDriver
12-
- EdgeDriver
1312
- IEDriver
14-
- PhantomJS
1513
1614
Before:
1715
You should download binary chromedriver, unzip it somewhere in you PC and set path to this driver like this:
@@ -51,14 +49,6 @@ driver = webdriver.Firefox(executable_path=GeckoDriverManager().install())
5149
```
5250
(*) 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.
5351

54-
Use with Edge:
55-
56-
```python
57-
from webdriver_manager.microsoft import EdgeDriverManager
58-
59-
driver = webdriver.Edge(EdgeDriverManager().install())
60-
```
61-
6252
Use with IE
6353

6454
```python

0 commit comments

Comments
 (0)