Skip to content

Commit 567dd9b

Browse files
committed
Update the docs
1 parent 9aa60a3 commit 567dd9b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
📚 Learn from [**over 200 examples** in the **SeleniumBase/examples/** folder](https://github.com/seleniumbase/SeleniumBase/tree/master/examples).
6060

61-
👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md">UC Mode / Stealth Mode has its own ReadMe</a>.
61+
👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"><b>UC Mode</b> (Stealth Mode) has its own ReadMe</a>.
6262

6363
ℹ️ Scripts can be called via <code translate="no"><b>python</b></code>, although some <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">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 & collect tests automatically).
6464

help_docs/method_summary.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,8 +1083,6 @@ driver.uc_gui_click_captcha(frame="iframe", retry=False, blind=False)
10831083
driver.uc_gui_handle_captcha(frame="iframe") # (Auto-detects the CAPTCHA)
10841084
# driver.uc_gui_handle_cf(frame="iframe") # PyAutoGUI click CF Turnstile
10851085
# driver.uc_gui_handle_rc(frame="iframe") # PyAutoGUI click G. reCAPTCHA
1086-
1087-
driver.uc_switch_to_frame(frame="iframe") # Stealthy switch_to_frame()
10881086
```
10891087

10901088
--------

help_docs/uc_mode.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ driver.uc_gui_click_captcha(frame="iframe", retry=False, blind=False)
199199
driver.uc_gui_handle_captcha(frame="iframe")
200200
# driver.uc_gui_handle_cf(frame="iframe")
201201
# driver.uc_gui_handle_rc(frame="iframe")
202-
203-
driver.uc_switch_to_frame(frame, reconnect_time=None)
204202
```
205203

206204
(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.)

0 commit comments

Comments
 (0)