Skip to content

Commit b81162c

Browse files
committed
Update the docs
1 parent bbcb397 commit b81162c

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed
File renamed without changes.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>SeleniumBase</title>
66
</head>
77
<body>
8-
<p<a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" width="275" /></a></p>
8+
<p><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" width="275" /></a></p>
99
<h1><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> Docs Home Page:</h1>
1010

1111
<h2><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> <a href="https://seleniumbase.io">https://seleniumbase.io</a></h2>

docs/prepare.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
""" For preparing the mkdocs-generated seleniumbase.io website. """
2+
13
import codecs
24
import os
35
import re

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ python-dateutil==2.8.2
1010
keyring==23.2.1;python_version>="3.6"
1111
pkginfo==1.7.1;python_version>="3.6"
1212
Jinja2==3.0.2;python_version>="3.6"
13-
click==8.0.2;python_version>="3.6"
13+
click==8.0.3;python_version>="3.6"
1414
zipp==3.6.0;python_version>="3.6"
1515
readme-renderer==30.0
1616
pymdown-extensions==9.0;python_version>="3.6"
1717
importlib-metadata==4.8.1;python_version>="3.6"
1818
bleach==4.1.0
1919
lunr==0.6.0;python_version>="3.6"
20-
nltk==3.6.4;python_version>="3.6"
20+
nltk==3.6.5;python_version>="3.6"
2121
watchdog==2.1.6;python_version>="3.6"
2222
mkdocs==1.2.2;python_version>="3.6"
23-
mkdocs-material==7.3.2;python_version>="3.6"
23+
mkdocs-material==7.3.3;python_version>="3.6"
2424
mkdocs-exclude-search==0.5.2;python_version>="3.6"
2525
mkdocs-simple-hooks==0.1.3
2626
mkdocs-material-extensions==1.0.3;python_version>="3.6"

help_docs/recorder_mode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ class RecorderTest(BaseCase):
8282

8383
<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>
8484

85+
<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>
86+
8587
--------
8688

8789
<div>To learn more about SeleniumBase, check out the Docs Site:</div>

0 commit comments

Comments
 (0)