Skip to content

Commit 7bc9da9

Browse files
committed
Update the docs
1 parent 4f30d3a commit 7bc9da9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,11 @@ The code above will leave your browser window open in case there's a failure. (i
361361
362362
```bash
363363
--browser=BROWSER # (The web browser to use. Default: "chrome".)
364+
--chrome # (Shortcut for "--browser=chrome". On by default.)
365+
--edge # (Shortcut for "--browser=edge".)
366+
--firefox # (Shortcut for "--browser=firefox".)
367+
--opera # (Shortcut for "--browser=opera".)
368+
--safari # (Shortcut for "--browser=safari".)
364369
--cap-file=FILE # (The web browser's desired capabilities to use.)
365370
--cap-string=STRING # (The web browser's desired capabilities to use.)
366371
--settings-file=FILE # (Override default SeleniumBase settings.)

help_docs/customizing_test_runs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
9191

9292
```bash
9393
--browser=BROWSER # (The web browser to use. Default: "chrome".)
94+
--chrome # (Shortcut for "--browser=chrome". On by default.)
95+
--edge # (Shortcut for "--browser=edge".)
96+
--firefox # (Shortcut for "--browser=firefox".)
97+
--opera # (Shortcut for "--browser=opera".)
98+
--safari # (Shortcut for "--browser=safari".)
9499
--cap-file=FILE # (The web browser's desired capabilities to use.)
95100
--cap-string=STRING # (The web browser's desired capabilities to use.)
96101
--settings-file=FILE # (Override default SeleniumBase settings.)

0 commit comments

Comments
 (0)