Skip to content

Commit b0ddb01

Browse files
committed
Update the docs
1 parent dcf3d6f commit b0ddb01

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

help_docs/ReadMe.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,16 @@
7878
<div><a href="https://seleniumbase.io/tinymce/"><b>TinyMCE (Test Page)</b></a></div>
7979
<div><a href="https://seleniumbase.io/error_page/"><b>Error Page (Test Page)</b></a></div>
8080
<div><a href="https://seleniumbase.io/other/drag_and_drop"><b>Drag-&-Drop (Test Page)</b></a></div>
81-
<div><a href="https://seleniumbase.io/devices/"><b>Virtual Device Farm</b></a></div>
81+
<div><a href="https://seleniumbase.io/devices/"><b>Device Farm (Virtual)</b></a></div>
8282
<div><a href="https://seleniumbase.io/w3schools/"><b>HTML Playground Page</b></a></div>
8383
<div><a href="https://seleniumbase.io/w3schools/sbase"><b>SeleniumBase in iframe</b></a></div>
8484
<div><a href="https://seleniumbase.io/other/broken_page"><b>Page with broken links</b></a></div>
85+
<div><a href="https://seleniumbase.io/other/shadow_dom"><b>Shadow DOM/Root</b></a></div>
8586
<div><a href="https://seleniumbase.io/w3schools/iframes"><b>W3Schools iframes</b></a></div>
87+
<div><a href="https://seleniumbase.io/w3schools/file_upload"><b>W3Schools file upload</b></a></div>
8688
<div><a href="https://seleniumbase.io/w3schools/double_click"><b>W3Schools doubleclick</b></a></div>
87-
<div><a href="https://seleniumbase.io/w3schools/checkboxes"><b>W3Schools checkboxes</b></a></div>
8889
<div><a href="https://seleniumbase.io/w3schools/drag_drop"><b>W3Schools drag & drop</b></a></div>
90+
<div><a href="https://seleniumbase.io/w3schools/checkboxes"><b>W3Schools checkboxes</b></a></div>
8991
<div><a href="https://seleniumbase.io/w3schools/radio_buttons"><b>W3Schools radio buttons</b></a></div>
9092

9193
--------

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,16 @@ nav:
128128
- TinyMCE (Test Page): https://seleniumbase.io/tinymce/
129129
- Error Page (Test Page): https://seleniumbase.io/error_page/
130130
- Drag-&-Drop (Test Page): https://seleniumbase.io/other/drag_and_drop
131-
- Virtual Device Farm: https://seleniumbase.io/devices/
131+
- Device Farm (Virtual): https://seleniumbase.io/devices/
132132
- HTML Playground Page: https://seleniumbase.io/w3schools/
133133
- SeleniumBase in iframe: https://seleniumbase.io/w3schools/sbase
134134
- Page with broken links: https://seleniumbase.io/other/broken_page
135+
- Shadow DOM/Root: https://seleniumbase.io/other/shadow_dom
135136
- W3Schools iframes: https://seleniumbase.io/w3schools/iframes
137+
- W3Schools file upload: https://seleniumbase.io/w3schools/file_upload
136138
- W3Schools doubleclick: https://seleniumbase.io/w3schools/double_click
137-
- W3Schools checkboxes: https://seleniumbase.io/w3schools/checkboxes
138139
- W3Schools drag & drop: https://seleniumbase.io/w3schools/drag_drop
140+
- W3Schools checkboxes: https://seleniumbase.io/w3schools/checkboxes
139141
- W3Schools radio buttons: https://seleniumbase.io/w3schools/radio_buttons
140142
- Presentations:
141143
- Presenter Demo: https://seleniumbase.io/other/presenter.html

mkdocs_build/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
regex>=2021.11.10
22
tqdm>=4.62.3
3-
docutils==0.18
3+
docutils==0.18.1
44
python-dateutil==2.8.2
55
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==2.4.7;python_version>="3.6"
10-
keyring==23.2.1;python_version>="3.6"
11-
pkginfo==1.7.1;python_version>="3.6"
9+
pyparsing==3.0.6;python_version>="3.6"
10+
keyring==23.3.0;python_version>="3.6"
11+
pkginfo==1.8.1;python_version>="3.6"
1212
Jinja2==3.0.3;python_version>="3.6"
1313
click==8.0.3;python_version>="3.6"
1414
zipp==3.6.0;python_version>="3.6"

0 commit comments

Comments
 (0)