Skip to content

Commit 8b897fd

Browse files
committed
Update the docs for the "--crumbs" option
1 parent aef5904 commit 8b897fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.)

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.)

0 commit comments

Comments
 (0)