File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ SeleniumBase provides additional Pytest command-line options for tests:
249249--guest # (The option to enable Chrome's Guest mode.)
250250--devtools # (The option to open Chrome's DevTools when the browser opens.)
251251--reuse-session # (The option to reuse the browser session between tests.)
252+ --crumbs # (Option to delete all cookies between tests reusing a session.)
252253--maximize-window # (The option to start with the web browser maximized.)
253254--save-screenshot # (The option to save a screenshot after each test.)
254255--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ SeleniumBase provides additional Pytest command-line options for tests:
122122--guest # (The option to enable Chrome's Guest mode.)
123123--devtools # (The option to open Chrome's DevTools when the browser opens.)
124124--reuse-session # (The option to reuse the browser session between tests.)
125+ --crumbs # (Option to delete all cookies between tests reusing a session.)
125126--maximize-window # (The option to start with the web browser maximized.)
126127--save-screenshot # (The option to save a screenshot after each test.)
127128--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
You can’t perform that action at this time.
0 commit comments