Skip to content

Commit 27d92af

Browse files
committed
Update the docs
1 parent 338f28d commit 27d92af

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ The code above will leave your browser window open in case there's a failure. (i
351351
--maximize-window # (Start tests with the web browser window maximized.)
352352
--save-screenshot # (Save a screenshot at the end of each test.)
353353
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
354+
--external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
354355
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
355356
```
356357

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
164164
--maximize-window # (Start tests with the web browser window maximized.)
165165
--save-screenshot # (Save a screenshot at the end of each test.)
166166
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
167+
--external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
167168
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
168169
```
169170

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ livereload==2.6.3;python_version>="3.6"
66
joblib==1.1.0;python_version>="3.6"
77
Markdown==3.3.6;python_version>="3.6"
88
MarkupSafe==2.0.1;python_version>="3.6"
9-
pyparsing==3.0.6;python_version>="3.6"
9+
pyparsing==3.0.7;python_version>="3.6"
1010
keyring==23.5.0;python_version>="3.7"
1111
pkginfo==1.8.2;python_version>="3.6"
1212
Jinja2==3.0.3;python_version>="3.6"
@@ -21,7 +21,7 @@ lunr==0.6.1;python_version>="3.6"
2121
nltk==3.6.7;python_version>="3.6"
2222
watchdog==2.1.6;python_version>="3.6"
2323
mkdocs==1.2.3;python_version>="3.6"
24-
mkdocs-material==8.1.7;python_version>="3.6"
24+
mkdocs-material==8.1.8;python_version>="3.6"
2525
mkdocs-exclude-search==0.6.4;python_version>="3.6"
2626
mkdocs-simple-hooks==0.1.5
2727
mkdocs-material-extensions==1.0.3;python_version>="3.6"

0 commit comments

Comments
 (0)