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
351
351
--maximize-window # (Start tests with the web browser window maximized.)
352
352
--save-screenshot # (Save a screenshot at the end of each test.)
353
353
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
354
+ --external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
354
355
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
355
356
` ` `
356
357
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
164
164
--maximize-window # (Start tests with the web browser window maximized.)
165
165
--save-screenshot # (Save a screenshot at the end of each test.)
166
166
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
167
+ --external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
167
168
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
168
169
```
169
170
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ livereload==2.6.3;python_version>="3.6"
6
6
joblib == 1.1.0 ;python_version >= "3.6"
7
7
Markdown == 3.3.6 ;python_version >= "3.6"
8
8
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"
10
10
keyring == 23.5.0 ;python_version >= "3.7"
11
11
pkginfo == 1.8.2 ;python_version >= "3.6"
12
12
Jinja2 == 3.0.3 ;python_version >= "3.6"
@@ -21,7 +21,7 @@ lunr==0.6.1;python_version>="3.6"
21
21
nltk == 3.6.7 ;python_version >= "3.6"
22
22
watchdog == 2.1.6 ;python_version >= "3.6"
23
23
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"
25
25
mkdocs-exclude-search == 0.6.4 ;python_version >= "3.6"
26
26
mkdocs-simple-hooks == 0.1.5
27
27
mkdocs-material-extensions == 1.0.3 ;python_version >= "3.6"
You can’t perform that action at this time.
0 commit comments