File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ The code above will leave your browser window open in case there's a failure. (i
496
496
--devtools # (Open Chrome's DevTools when the browser opens.)
497
497
--reuse-session | --rs # (Reuse the browser session between tests.)
498
498
--crumbs # (Delete all cookies between tests reusing a session.)
499
- --window-size # (Set the browser window size: "Width,Height" .)
499
+ --window-size=WIDTH,HEIGHT # (Set the browser's starting window size.)
500
500
--maximize # (Start tests with the browser window maximized.)
501
501
--screenshot # (Save a screenshot at the end of each test.)
502
502
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
170
170
--devtools # (Open Chrome's DevTools when the browser opens.)
171
171
--reuse-session | --rs # (Reuse the browser session between tests.)
172
172
--crumbs # (Delete all cookies between tests reusing a session.)
173
- --window-size # (Set the browser window size: "Width,Height" .)
173
+ --window-size=WIDTH,HEIGHT # (Set the browser's starting window size.)
174
174
--maximize # (Start tests with the browser window maximized.)
175
175
--screenshot # (Save a screenshot at the end of each test.)
176
176
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def pytest_addoption(parser):
91
91
--devtools (Open Chrome's DevTools when the browser opens.)
92
92
--reuse-session | --rs (Reuse browser session between tests.)
93
93
--crumbs (Delete all cookies between tests reusing a session.)
94
- --window-size (Set the browser window size: "Width,Height" .)
94
+ --window-size=WIDTH,HEIGHT (Set the browser's starting window size.)
95
95
--maximize (Start tests with the browser window maximized.)
96
96
--screenshot (Save a screenshot at the end of each test.)
97
97
--visual-baseline (Set the visual baseline for Visual/Layout tests.)
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class SeleniumBrowser(Plugin):
68
68
--incognito (Enable Chrome's Incognito mode.)
69
69
--guest (Enable Chrome's Guest mode.)
70
70
--devtools (Open Chrome's DevTools when the browser opens.)
71
- --window-size (Set the browser window size: "Width,Height" .)
71
+ --window-size=WIDTH,HEIGHT (Set the browser's starting window size.)
72
72
--maximize (Start tests with the browser window maximized.)
73
73
--screenshot (Save a screenshot at the end of each test.)
74
74
--visual-baseline (Set the visual baseline for Visual/Layout tests.)
You can’t perform that action at this time.
0 commit comments