Skip to content

Commit 876e78d

Browse files
Update README.adoc
1 parent b4e2ff4 commit 876e78d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Use with Edge:
5656
driver = webdriver.Edge(EdgeDriverManager().install())
5757
```
5858

59+
Use with IE
60+
61+
```
62+
driver = webdriver.Ie(IEDriverManager().install())
63+
```
64+
5965
Use with PhantomJS:
6066

6167
```python

0 commit comments

Comments
 (0)