diff --git a/README.md b/README.md index e9260d52..7076f94d 100755 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ SeleniumBase provides additional Pytest command-line options for tests: --guest # (The option to enable Chrome's Guest mode.) --devtools # (The option to open Chrome's DevTools when the browser opens.) --reuse-session # (The option to reuse the browser session between tests.) +--crumbs # (Option to delete all cookies between tests reusing a session.) --maximize-window # (The option to start with the web browser maximized.) --save-screenshot # (The option to save a screenshot after each test.) --visual-baseline # (Set the visual baseline for Visual/Layout tests.) diff --git a/help_docs/customizing_test_runs.md b/help_docs/customizing_test_runs.md index b5889920..727685d6 100755 --- a/help_docs/customizing_test_runs.md +++ b/help_docs/customizing_test_runs.md @@ -122,6 +122,7 @@ SeleniumBase provides additional Pytest command-line options for tests: --guest # (The option to enable Chrome's Guest mode.) --devtools # (The option to open Chrome's DevTools when the browser opens.) --reuse-session # (The option to reuse the browser session between tests.) +--crumbs # (Option to delete all cookies between tests reusing a session.) --maximize-window # (The option to start with the web browser maximized.) --save-screenshot # (The option to save a screenshot after each test.) --visual-baseline # (Set the visual baseline for Visual/Layout tests.)