File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 78
78
<div ><a href =" https://seleniumbase.io/tinymce/ " ><b >TinyMCE (Test Page)</b ></a ></div >
79
79
<div ><a href =" https://seleniumbase.io/error_page/ " ><b >Error Page (Test Page)</b ></a ></div >
80
80
<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 >
82
82
<div ><a href =" https://seleniumbase.io/w3schools/ " ><b >HTML Playground Page</b ></a ></div >
83
83
<div ><a href =" https://seleniumbase.io/w3schools/sbase " ><b >SeleniumBase in iframe</b ></a ></div >
84
84
<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 >
85
86
<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 >
86
88
<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 >
88
89
<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 >
89
91
<div ><a href =" https://seleniumbase.io/w3schools/radio_buttons " ><b >W3Schools radio buttons</b ></a ></div >
90
92
91
93
--------
Original file line number Diff line number Diff line change @@ -128,14 +128,16 @@ nav:
128
128
- TinyMCE (Test Page) : https://seleniumbase.io/tinymce/
129
129
- Error Page (Test Page) : https://seleniumbase.io/error_page/
130
130
- 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/
132
132
- HTML Playground Page : https://seleniumbase.io/w3schools/
133
133
- SeleniumBase in iframe : https://seleniumbase.io/w3schools/sbase
134
134
- Page with broken links : https://seleniumbase.io/other/broken_page
135
+ - Shadow DOM/Root : https://seleniumbase.io/other/shadow_dom
135
136
- W3Schools iframes : https://seleniumbase.io/w3schools/iframes
137
+ - W3Schools file upload : https://seleniumbase.io/w3schools/file_upload
136
138
- W3Schools doubleclick : https://seleniumbase.io/w3schools/double_click
137
- - W3Schools checkboxes : https://seleniumbase.io/w3schools/checkboxes
138
139
- W3Schools drag & drop : https://seleniumbase.io/w3schools/drag_drop
140
+ - W3Schools checkboxes : https://seleniumbase.io/w3schools/checkboxes
139
141
- W3Schools radio buttons : https://seleniumbase.io/w3schools/radio_buttons
140
142
- Presentations :
141
143
- Presenter Demo : https://seleniumbase.io/other/presenter.html
Original file line number Diff line number Diff line change 1
1
regex >= 2021.11.10
2
2
tqdm >= 4.62.3
3
- docutils == 0.18
3
+ docutils == 0.18.1
4
4
python-dateutil == 2.8.2
5
5
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 == 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"
12
12
Jinja2 == 3.0.3 ;python_version >= "3.6"
13
13
click == 8.0.3 ;python_version >= "3.6"
14
14
zipp == 3.6.0 ;python_version >= "3.6"
You can’t perform that action at this time.
0 commit comments