Skip to content

Commit 3d8db9c

Browse files
committed
Update documentation
1 parent 11be785 commit 3d8db9c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

help_docs/method_summary.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,6 @@ driver.uc_open_with_tab(url)
10061006
driver.uc_open_with_reconnect(url, reconnect_time=None)
10071007

10081008
driver.uc_click(selector)
1009-
1010-
############
10111009
```
10121010

10131011
--------

help_docs/recorder_mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<img src="https://seleniumbase.github.io/cdn/img/sb_recorder_notification.png" title="SeleniumBase" width="380">
1111

12-
ℹ️ Recorder Mode can be activated from the command-line interface, or from the Recorder Desktop App.
12+
⏺️ Recorder Mode can be activated from the command-line interface or the Recorder Desktop App.
1313

14-
⏺️ To make a new recording from the command-line interface, use ``sbase mkrec``, ``sbase codegen``, or ``sbase record``):
14+
⏺️ To make a new recording from the command-line interface, use ``sbase mkrec``, ``sbase codegen``, or ``sbase record``:
1515

1616
```bash
1717
sbase mkrec TEST_NAME.py --url=URL

0 commit comments

Comments
 (0)