From b81162c3dc3d901d392a397c6d69d0bcc80ff533 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 11 Oct 2021 17:00:03 -0400 Subject: [PATCH] Update the docs --- docs/{instructions.txt => docs_instructions.txt} | 0 docs/index.html | 2 +- docs/prepare.py | 2 ++ docs/requirements.txt | 6 +++--- help_docs/recorder_mode.md | 2 ++ 5 files changed, 8 insertions(+), 4 deletions(-) rename docs/{instructions.txt => docs_instructions.txt} (100%) diff --git a/docs/instructions.txt b/docs/docs_instructions.txt similarity index 100% rename from docs/instructions.txt rename to docs/docs_instructions.txt diff --git a/docs/index.html b/docs/index.html index 853e63c6..d6231c3e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ SeleniumBase -SeleniumBase

+

SeleniumBase

Docs Home Page:

https://seleniumbase.io

diff --git a/docs/prepare.py b/docs/prepare.py index 7e024e75..ecb8e454 100644 --- a/docs/prepare.py +++ b/docs/prepare.py @@ -1,3 +1,5 @@ +""" For preparing the mkdocs-generated seleniumbase.io website. """ + import codecs import os import re diff --git a/docs/requirements.txt b/docs/requirements.txt index 2d58335a..b2c82c3a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,17 +10,17 @@ python-dateutil==2.8.2 keyring==23.2.1;python_version>="3.6" pkginfo==1.7.1;python_version>="3.6" Jinja2==3.0.2;python_version>="3.6" -click==8.0.2;python_version>="3.6" +click==8.0.3;python_version>="3.6" zipp==3.6.0;python_version>="3.6" readme-renderer==30.0 pymdown-extensions==9.0;python_version>="3.6" importlib-metadata==4.8.1;python_version>="3.6" bleach==4.1.0 lunr==0.6.0;python_version>="3.6" -nltk==3.6.4;python_version>="3.6" +nltk==3.6.5;python_version>="3.6" watchdog==2.1.6;python_version>="3.6" mkdocs==1.2.2;python_version>="3.6" -mkdocs-material==7.3.2;python_version>="3.6" +mkdocs-material==7.3.3;python_version>="3.6" mkdocs-exclude-search==0.5.2;python_version>="3.6" mkdocs-simple-hooks==0.1.3 mkdocs-material-extensions==1.0.3;python_version>="3.6" diff --git a/help_docs/recorder_mode.md b/help_docs/recorder_mode.md index 390d84d9..987568dc 100755 --- a/help_docs/recorder_mode.md +++ b/help_docs/recorder_mode.md @@ -82,6 +82,8 @@ class RecorderTest(BaseCase):

🔴 SeleniumBase 1.66.10 adds better error-handling for the Recorder. It also adds the console script option -r for sbase mkfile to generate a new test file with a breakpoint for Recorder Mode: sbase mkfile NEW_FILE.py -r

+

🔴 SeleniumBase 1.66.12 adds the ability to instantly create a new test recording by running sbase mkrec FILE.py. Once the browser spins up, you can open a new web page and start performing actions that will get recorded and saved to the file you specified.

+ --------
To learn more about SeleniumBase, check out the Docs Site: