From 3d8db9c428df07422012efb311433e4bdd6468b5 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 20 Oct 2023 13:45:50 -0400 Subject: [PATCH] Update documentation --- help_docs/method_summary.md | 2 -- help_docs/recorder_mode.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/help_docs/method_summary.md b/help_docs/method_summary.md index 0b833365..9b83d9ad 100644 --- a/help_docs/method_summary.md +++ b/help_docs/method_summary.md @@ -1006,8 +1006,6 @@ driver.uc_open_with_tab(url) driver.uc_open_with_reconnect(url, reconnect_time=None) driver.uc_click(selector) - -############ ``` -------- diff --git a/help_docs/recorder_mode.md b/help_docs/recorder_mode.md index e48ce66e..9b88c4b1 100644 --- a/help_docs/recorder_mode.md +++ b/help_docs/recorder_mode.md @@ -9,9 +9,9 @@ -ℹ️ 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