Update documentation

This commit is contained in:
Michael Mintz 2023-10-20 13:45:50 -04:00
parent 11be78556f
commit 3d8db9c428
2 changed files with 2 additions and 4 deletions

View File

@ -1006,8 +1006,6 @@ driver.uc_open_with_tab(url)
driver.uc_open_with_reconnect(url, reconnect_time=None)
driver.uc_click(selector)
############
```
--------

View File

@ -9,9 +9,9 @@
<img src="https://seleniumbase.github.io/cdn/img/sb_recorder_notification.png" title="SeleniumBase" width="380">
Recorder Mode can be activated from the command-line interface, or from the Recorder Desktop App.
Recorder Mode can be activated from the command-line interface or the Recorder Desktop App.
⏺️ To make a new recording from the command-line interface, use ``sbase mkrec``, ``sbase codegen``, or ``sbase record``):
⏺️ To make a new recording from the command-line interface, use ``sbase mkrec``, ``sbase codegen``, or ``sbase record``:
```bash
sbase mkrec TEST_NAME.py --url=URL