Update the docs

This commit is contained in:
Michael Mintz 2021-10-11 17:00:03 -04:00
parent bbcb397eaf
commit b81162c3dc
5 changed files with 8 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<title>SeleniumBase</title>
</head>
<body>
<p<a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" width="275" /></a></p>
<p><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" width="275" /></a></p>
<h1><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> Docs Home Page:</h1>
<h2><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> <a href="https://seleniumbase.io">https://seleniumbase.io</a></h2>

View File

@ -1,3 +1,5 @@
""" For preparing the mkdocs-generated seleniumbase.io website. """
import codecs
import os
import re

View File

@ -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"

View File

@ -82,6 +82,8 @@ class RecorderTest(BaseCase):
<p>🔴 SeleniumBase <code>1.66.10</code> adds better error-handling for the Recorder. It also adds the console script option <code>-r</code> for <code>sbase mkfile</code> to generate a new test file with a breakpoint for Recorder Mode: <code>sbase mkfile NEW_FILE.py -r</code></p>
<p>🔴 SeleniumBase <code>1.66.12</code> adds the ability to instantly create a new test recording by running <code>sbase mkrec FILE.py</code>. 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.</p>
--------
<div>To learn more about SeleniumBase, check out the Docs Site:</div>