Skip to content

Commit dfae408

Browse files
committed
Update the docs
1 parent 49ee622 commit dfae408

File tree

5 files changed

+54
-57
lines changed

5 files changed

+54
-57
lines changed

help_docs/method_summary/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -3646,7 +3646,6 @@ <h2 id="seleniumbase-methods-api-reference"><a href="https://github.com/selenium
36463646
<span class="n">driver</span><span class="o">.</span><span class="n">uc_gui_handle_captcha</span><span class="p">(</span><span class="n">frame</span><span class="o">=</span><span class="s2">&quot;iframe&quot;</span><span class="p">)</span> <span class="c1"># (Auto-detects the CAPTCHA)</span>
36473647
<span class="c1"># driver.uc_gui_handle_cf(frame=&quot;iframe&quot;) # PyAutoGUI click CF Turnstile</span>
36483648
<span class="c1"># driver.uc_gui_handle_rc(frame=&quot;iframe&quot;) # PyAutoGUI click G. reCAPTCHA</span>
3649-
<span class="n">driver</span><span class="o">.</span><span class="n">uc_switch_to_frame</span><span class="p">(</span><span class="n">frame</span><span class="o">=</span><span class="s2">&quot;iframe&quot;</span><span class="p">)</span> <span class="c1"># Stealthy switch_to_frame()</span>
36503649
</code></pre></div>
36513650
<hr />
36523651
<h2>🔵 Examples</h2>

help_docs/uc_mode/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -2801,8 +2801,6 @@ <h3 id="here-are-the-driver-specific-methods-added-by-seleniumbase-for-uc-mode-u
28012801
<span class="n">driver</span><span class="o">.</span><span class="n">uc_gui_handle_captcha</span><span class="p">(</span><span class="n">frame</span><span class="o">=</span><span class="s2">&quot;iframe&quot;</span><span class="p">)</span>
28022802
<span class="c1"># driver.uc_gui_handle_cf(frame=&quot;iframe&quot;)</span>
28032803
<span class="c1"># driver.uc_gui_handle_rc(frame=&quot;iframe&quot;)</span>
2804-
2805-
<span class="n">driver</span><span class="o">.</span><span class="n">uc_switch_to_frame</span><span class="p">(</span><span class="n">frame</span><span class="p">,</span> <span class="n">reconnect_time</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span>
28062804
</code></pre></div>
28072805
<p>(Note that the <b><code translate="no">reconnect_time</code></b> is used to specify how long the driver should be disconnected from Chrome to prevent detection before reconnecting again.)</p>
28082806
<p>👤 Since <b><code translate="no">driver.get(url)</code></b> is slower in UC Mode for bypassing detection, use <b><code translate="no">driver.default_get(url)</code></b> for a standard page load instead:</p>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2565,7 +2565,7 @@ <h1>SeleniumBase</h1>
25652565

25662566
<hr />
25672567
<p>📚 Learn from <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples"><strong>over 200 examples</strong> in the <strong>SeleniumBase/examples/</strong> folder</a>.</p>
2568-
<p>👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="help_docs/uc_mode/">UC Mode / Stealth Mode has its own ReadMe</a>.</p>
2568+
<p>👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="help_docs/uc_mode/"><b>UC Mode</b> (Stealth Mode) has its own ReadMe</a>.</p>
25692569
<p>ℹ️ Scripts can be called via <code translate="no"><b>python</b></code>, although some <a href="help_docs/syntax_formats/">Syntax Formats</a> expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover &amp; collect tests automatically).</p>
25702570
<p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>, which tests login, shopping, and checkout:</p>
25712571

search/search_index.json

+1-1
Large diffs are not rendered by default.

sitemap.xml

+52-52
Original file line numberDiff line numberDiff line change
@@ -2,262 +2,262 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://seleniumbase.io/</loc>
5-
<lastmod>2024-08-07</lastmod>
5+
<lastmod>2024-08-13</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>https://seleniumbase.io/examples/ReadMe/</loc>
10-
<lastmod>2024-08-07</lastmod>
10+
<lastmod>2024-08-13</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>https://seleniumbase.io/examples/case_summary/</loc>
15-
<lastmod>2024-08-07</lastmod>
15+
<lastmod>2024-08-13</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://seleniumbase.io/examples/behave_bdd/ReadMe/</loc>
20-
<lastmod>2024-08-07</lastmod>
20+
<lastmod>2024-08-13</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://seleniumbase.io/examples/chart_maker/ReadMe/</loc>
25-
<lastmod>2024-08-07</lastmod>
25+
<lastmod>2024-08-13</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://seleniumbase.io/examples/dialog_boxes/ReadMe/</loc>
30-
<lastmod>2024-08-07</lastmod>
30+
<lastmod>2024-08-13</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://seleniumbase.io/examples/example_logs/ReadMe/</loc>
35-
<lastmod>2024-08-07</lastmod>
35+
<lastmod>2024-08-13</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
<url>
3939
<loc>https://seleniumbase.io/examples/master_qa/ReadMe/</loc>
40-
<lastmod>2024-08-07</lastmod>
40+
<lastmod>2024-08-13</lastmod>
4141
<changefreq>daily</changefreq>
4242
</url>
4343
<url>
4444
<loc>https://seleniumbase.io/examples/presenter/ReadMe/</loc>
45-
<lastmod>2024-08-07</lastmod>
45+
<lastmod>2024-08-13</lastmod>
4646
<changefreq>daily</changefreq>
4747
</url>
4848
<url>
4949
<loc>https://seleniumbase.io/examples/tour_examples/ReadMe/</loc>
50-
<lastmod>2024-08-07</lastmod>
50+
<lastmod>2024-08-13</lastmod>
5151
<changefreq>daily</changefreq>
5252
</url>
5353
<url>
5454
<loc>https://seleniumbase.io/examples/visual_testing/ReadMe/</loc>
55-
<lastmod>2024-08-07</lastmod>
55+
<lastmod>2024-08-13</lastmod>
5656
<changefreq>daily</changefreq>
5757
</url>
5858
<url>
5959
<loc>https://seleniumbase.io/help_docs/ReadMe/</loc>
60-
<lastmod>2024-08-07</lastmod>
60+
<lastmod>2024-08-13</lastmod>
6161
<changefreq>daily</changefreq>
6262
</url>
6363
<url>
6464
<loc>https://seleniumbase.io/help_docs/behave_gui/</loc>
65-
<lastmod>2024-08-07</lastmod>
65+
<lastmod>2024-08-13</lastmod>
6666
<changefreq>daily</changefreq>
6767
</url>
6868
<url>
6969
<loc>https://seleniumbase.io/help_docs/case_plans/</loc>
70-
<lastmod>2024-08-07</lastmod>
70+
<lastmod>2024-08-13</lastmod>
7171
<changefreq>daily</changefreq>
7272
</url>
7373
<url>
7474
<loc>https://seleniumbase.io/help_docs/chinese/</loc>
75-
<lastmod>2024-08-07</lastmod>
75+
<lastmod>2024-08-13</lastmod>
7676
<changefreq>daily</changefreq>
7777
</url>
7878
<url>
7979
<loc>https://seleniumbase.io/help_docs/commander/</loc>
80-
<lastmod>2024-08-07</lastmod>
80+
<lastmod>2024-08-13</lastmod>
8181
<changefreq>daily</changefreq>
8282
</url>
8383
<url>
8484
<loc>https://seleniumbase.io/help_docs/customizing_test_runs/</loc>
85-
<lastmod>2024-08-07</lastmod>
85+
<lastmod>2024-08-13</lastmod>
8686
<changefreq>daily</changefreq>
8787
</url>
8888
<url>
8989
<loc>https://seleniumbase.io/help_docs/demo_mode/</loc>
90-
<lastmod>2024-08-07</lastmod>
90+
<lastmod>2024-08-13</lastmod>
9191
<changefreq>daily</changefreq>
9292
</url>
9393
<url>
9494
<loc>https://seleniumbase.io/help_docs/desired_capabilities/</loc>
95-
<lastmod>2024-08-07</lastmod>
95+
<lastmod>2024-08-13</lastmod>
9696
<changefreq>daily</changefreq>
9797
</url>
9898
<url>
9999
<loc>https://seleniumbase.io/help_docs/features_list/</loc>
100-
<lastmod>2024-08-07</lastmod>
100+
<lastmod>2024-08-13</lastmod>
101101
<changefreq>daily</changefreq>
102102
</url>
103103
<url>
104104
<loc>https://seleniumbase.io/help_docs/handling_iframes/</loc>
105-
<lastmod>2024-08-07</lastmod>
105+
<lastmod>2024-08-13</lastmod>
106106
<changefreq>daily</changefreq>
107107
</url>
108108
<url>
109109
<loc>https://seleniumbase.io/help_docs/happy_customers/</loc>
110-
<lastmod>2024-08-07</lastmod>
110+
<lastmod>2024-08-13</lastmod>
111111
<changefreq>daily</changefreq>
112112
</url>
113113
<url>
114114
<loc>https://seleniumbase.io/help_docs/hidden_files_info/</loc>
115-
<lastmod>2024-08-07</lastmod>
115+
<lastmod>2024-08-13</lastmod>
116116
<changefreq>daily</changefreq>
117117
</url>
118118
<url>
119119
<loc>https://seleniumbase.io/help_docs/how_it_works/</loc>
120-
<lastmod>2024-08-07</lastmod>
120+
<lastmod>2024-08-13</lastmod>
121121
<changefreq>daily</changefreq>
122122
</url>
123123
<url>
124124
<loc>https://seleniumbase.io/help_docs/html_inspector/</loc>
125-
<lastmod>2024-08-07</lastmod>
125+
<lastmod>2024-08-13</lastmod>
126126
<changefreq>daily</changefreq>
127127
</url>
128128
<url>
129129
<loc>https://seleniumbase.io/help_docs/install/</loc>
130-
<lastmod>2024-08-07</lastmod>
130+
<lastmod>2024-08-13</lastmod>
131131
<changefreq>daily</changefreq>
132132
</url>
133133
<url>
134134
<loc>https://seleniumbase.io/help_docs/install_python_pip_git/</loc>
135-
<lastmod>2024-08-07</lastmod>
135+
<lastmod>2024-08-13</lastmod>
136136
<changefreq>daily</changefreq>
137137
</url>
138138
<url>
139139
<loc>https://seleniumbase.io/help_docs/js_package_manager/</loc>
140-
<lastmod>2024-08-07</lastmod>
140+
<lastmod>2024-08-13</lastmod>
141141
<changefreq>daily</changefreq>
142142
</url>
143143
<url>
144144
<loc>https://seleniumbase.io/help_docs/locale_codes/</loc>
145-
<lastmod>2024-08-07</lastmod>
145+
<lastmod>2024-08-13</lastmod>
146146
<changefreq>daily</changefreq>
147147
</url>
148148
<url>
149149
<loc>https://seleniumbase.io/help_docs/method_summary/</loc>
150-
<lastmod>2024-08-07</lastmod>
150+
<lastmod>2024-08-13</lastmod>
151151
<changefreq>daily</changefreq>
152152
</url>
153153
<url>
154154
<loc>https://seleniumbase.io/help_docs/mobile_testing/</loc>
155-
<lastmod>2024-08-07</lastmod>
155+
<lastmod>2024-08-13</lastmod>
156156
<changefreq>daily</changefreq>
157157
</url>
158158
<url>
159159
<loc>https://seleniumbase.io/help_docs/mysql_installation/</loc>
160-
<lastmod>2024-08-07</lastmod>
160+
<lastmod>2024-08-13</lastmod>
161161
<changefreq>daily</changefreq>
162162
</url>
163163
<url>
164164
<loc>https://seleniumbase.io/help_docs/recorder_mode/</loc>
165-
<lastmod>2024-08-07</lastmod>
165+
<lastmod>2024-08-13</lastmod>
166166
<changefreq>daily</changefreq>
167167
</url>
168168
<url>
169169
<loc>https://seleniumbase.io/help_docs/shadow_dom/</loc>
170-
<lastmod>2024-08-07</lastmod>
170+
<lastmod>2024-08-13</lastmod>
171171
<changefreq>daily</changefreq>
172172
</url>
173173
<url>
174174
<loc>https://seleniumbase.io/help_docs/syntax_formats/</loc>
175-
<lastmod>2024-08-07</lastmod>
175+
<lastmod>2024-08-13</lastmod>
176176
<changefreq>daily</changefreq>
177177
</url>
178178
<url>
179179
<loc>https://seleniumbase.io/help_docs/thank_you/</loc>
180-
<lastmod>2024-08-07</lastmod>
180+
<lastmod>2024-08-13</lastmod>
181181
<changefreq>daily</changefreq>
182182
</url>
183183
<url>
184184
<loc>https://seleniumbase.io/help_docs/translations/</loc>
185-
<lastmod>2024-08-07</lastmod>
185+
<lastmod>2024-08-13</lastmod>
186186
<changefreq>daily</changefreq>
187187
</url>
188188
<url>
189189
<loc>https://seleniumbase.io/help_docs/uc_mode/</loc>
190-
<lastmod>2024-08-07</lastmod>
190+
<lastmod>2024-08-13</lastmod>
191191
<changefreq>daily</changefreq>
192192
</url>
193193
<url>
194194
<loc>https://seleniumbase.io/help_docs/useful_grep_commands/</loc>
195-
<lastmod>2024-08-07</lastmod>
195+
<lastmod>2024-08-13</lastmod>
196196
<changefreq>daily</changefreq>
197197
</url>
198198
<url>
199199
<loc>https://seleniumbase.io/help_docs/using_safari_driver/</loc>
200-
<lastmod>2024-08-07</lastmod>
200+
<lastmod>2024-08-13</lastmod>
201201
<changefreq>daily</changefreq>
202202
</url>
203203
<url>
204204
<loc>https://seleniumbase.io/help_docs/verify_webdriver/</loc>
205-
<lastmod>2024-08-07</lastmod>
205+
<lastmod>2024-08-13</lastmod>
206206
<changefreq>daily</changefreq>
207207
</url>
208208
<url>
209209
<loc>https://seleniumbase.io/help_docs/virtualenv_instructions/</loc>
210-
<lastmod>2024-08-07</lastmod>
210+
<lastmod>2024-08-13</lastmod>
211211
<changefreq>daily</changefreq>
212212
</url>
213213
<url>
214214
<loc>https://seleniumbase.io/help_docs/webdriver_installation/</loc>
215-
<lastmod>2024-08-07</lastmod>
215+
<lastmod>2024-08-13</lastmod>
216216
<changefreq>daily</changefreq>
217217
</url>
218218
<url>
219219
<loc>https://seleniumbase.io/integrations/azure/azure_pipelines/ReadMe/</loc>
220-
<lastmod>2024-08-07</lastmod>
220+
<lastmod>2024-08-13</lastmod>
221221
<changefreq>daily</changefreq>
222222
</url>
223223
<url>
224224
<loc>https://seleniumbase.io/integrations/azure/jenkins/ReadMe/</loc>
225-
<lastmod>2024-08-07</lastmod>
225+
<lastmod>2024-08-13</lastmod>
226226
<changefreq>daily</changefreq>
227227
</url>
228228
<url>
229229
<loc>https://seleniumbase.io/integrations/docker/ReadMe/</loc>
230-
<lastmod>2024-08-07</lastmod>
230+
<lastmod>2024-08-13</lastmod>
231231
<changefreq>daily</changefreq>
232232
</url>
233233
<url>
234234
<loc>https://seleniumbase.io/integrations/github/workflows/ReadMe/</loc>
235-
<lastmod>2024-08-07</lastmod>
235+
<lastmod>2024-08-13</lastmod>
236236
<changefreq>daily</changefreq>
237237
</url>
238238
<url>
239239
<loc>https://seleniumbase.io/integrations/google_cloud/ReadMe/</loc>
240-
<lastmod>2024-08-07</lastmod>
240+
<lastmod>2024-08-13</lastmod>
241241
<changefreq>daily</changefreq>
242242
</url>
243243
<url>
244244
<loc>https://seleniumbase.io/seleniumbase/common/ReadMe/</loc>
245-
<lastmod>2024-08-07</lastmod>
245+
<lastmod>2024-08-13</lastmod>
246246
<changefreq>daily</changefreq>
247247
</url>
248248
<url>
249249
<loc>https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/</loc>
250-
<lastmod>2024-08-07</lastmod>
250+
<lastmod>2024-08-13</lastmod>
251251
<changefreq>daily</changefreq>
252252
</url>
253253
<url>
254254
<loc>https://seleniumbase.io/seleniumbase/masterqa/ReadMe/</loc>
255-
<lastmod>2024-08-07</lastmod>
255+
<lastmod>2024-08-13</lastmod>
256256
<changefreq>daily</changefreq>
257257
</url>
258258
<url>
259259
<loc>https://seleniumbase.io/seleniumbase/utilities/selenium_grid/ReadMe/</loc>
260-
<lastmod>2024-08-07</lastmod>
260+
<lastmod>2024-08-13</lastmod>
261261
<changefreq>daily</changefreq>
262262
</url>
263263
</urlset>

0 commit comments

Comments
 (0)