File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ livereload==2.6.3;python_version>="3.6"
66joblib == 1.1.0 ;python_version >= "3.6"
77Markdown == 3.3.6 ;python_version >= "3.6"
88MarkupSafe == 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"
1010keyring == 23.5.0 ;python_version >= "3.7"
1111pkginfo == 1.8.2 ;python_version >= "3.6"
1212Jinja2 == 3.0.3 ;python_version >= "3.6"
@@ -21,7 +21,7 @@ lunr==0.6.1;python_version>="3.6"
2121nltk == 3.6.7 ;python_version >= "3.6"
2222watchdog == 2.1.6 ;python_version >= "3.6"
2323mkdocs == 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"
2525mkdocs-exclude-search == 0.6.4 ;python_version >= "3.6"
2626mkdocs-simple-hooks == 0.1.5
2727mkdocs-material-extensions == 1.0.3 ;python_version >= "3.6"
You can’t perform that action at this time.
0 commit comments