File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -378,8 +378,8 @@ The code above will leave your browser window open in case there's a failure. (i
378
378
--devtools # (Open Chrome's DevTools when the browser opens.)
379
379
--reuse-session | --rs # (Reuse the browser session between tests.)
380
380
--crumbs # (Delete all cookies between tests reusing a session.)
381
- --maximize-window # (Start tests with the web browser window maximized.)
382
- --save- screenshot # (Save a screenshot at the end of each test.)
381
+ --maximize # (Start tests with the web browser window maximized.)
382
+ --screenshot # (Save a screenshot at the end of each test.)
383
383
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
384
384
--external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
385
385
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
162
162
--devtools # (Open Chrome's DevTools when the browser opens.)
163
163
--reuse-session | --rs # (Reuse the browser session between tests.)
164
164
--crumbs # (Delete all cookies between tests reusing a session.)
165
- --maximize-window # (Start tests with the web browser window maximized.)
166
- --save- screenshot # (Save a screenshot at the end of each test.)
165
+ --maximize # (Start tests with the web browser window maximized.)
166
+ --screenshot # (Save a screenshot at the end of each test.)
167
167
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
168
168
--external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
169
169
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def pytest_addoption(parser):
80
80
--reuse-session | --rs (Reuse browser session between tests.)
81
81
--crumbs (Delete all cookies between tests reusing a session.)
82
82
--maximize (Start tests with the web browser window maximized.)
83
- --save- screenshot (Save a screenshot at the end of each test.)
83
+ --screenshot (Save a screenshot at the end of each test.)
84
84
--visual-baseline (Set the visual baseline for Visual/Layout tests.)
85
85
--external-pdf (Set Chromium "plugins.always_open_pdf_externally": True.)
86
86
--timeout-multiplier=MULTIPLIER (Multiplies the default timeout values.)
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class SeleniumBrowser(Plugin):
58
58
--guest (Enable Chrome's Guest mode.)
59
59
--devtools (Open Chrome's DevTools when the browser opens.)
60
60
--maximize (Start tests with the web browser window maximized.)
61
- --save- screenshot (Save a screenshot at the end of each test.)
61
+ --screenshot (Save a screenshot at the end of each test.)
62
62
--visual-baseline (Set the visual baseline for Visual/Layout tests.)
63
63
--external-pdf (Set Chromium "plugins.always_open_pdf_externally": True.)
64
64
--timeout-multiplier=MULTIPLIER (Multiplies the default timeout values.)
You can’t perform that action at this time.
0 commit comments