Skip to content

Commit ca815cb

Browse files
committed
Move "drivers" folder to "seleniumbase/drivers"
1 parent 6f79b08 commit ca815cb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
### SeleniumBase web driver storage
22

3-
* Usage:
3+
#### Usage:
44

5-
```bash
5+
```
66
seleniumbase install chromedriver
77
seleniumbase install geckodriver
88
seleniumbase install edgedriver
9+
seleniumbase install iedriver
10+
seleniumbase install operadriver
911
```
1012

1113
After running the commands above, web drivers will get downloaded into this folder. SeleniumBase will then use those drivers during test runs if present. (The drivers don't come with SeleniumBase by default.)
1214

1315
If the necessary driver is not found in this location while running tests, SeleniumBase will instead look for the driver on the System PATH. If the necessary driver is not on the System PATH either, you'll get errors.
16+
17+
#### Notes:
18+
* chromedriver allows you to run browser tests on Chrome
19+
* geckodriver allows you to run browser tests on Firefox
20+
* edgedriver allows you to run browser tests on MS Edge
21+
* iedriver allows you to run browser tests on MS IE
22+
* operadriver allows you to run browser tests on Opera
File renamed without changes.

0 commit comments

Comments
 (0)