Skip to content

Commit 47aa867

Browse files
committed
Update the documentation
1 parent 44ab077 commit 47aa867

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

help_docs/recorder_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pytest new_test.py --rec -q -s --url=wikipedia.org
3737
8 # type "c" and press [ENTER] to continue
3838
9 -> import pdb; pdb.set_trace()
3939
return None
40-
(Pdb++) c
40+
(Pdb+) c
4141

4242
>>>>>>>>>>>>>>>>>> PDB continue >>>>>>>>>>>>>>>>>>
4343

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ mkdocs-material==8.5.10
3333
mkdocs-exclude-search==0.6.4
3434
mkdocs-simple-hooks==0.1.5
3535
mkdocs-material-extensions==1.1.1
36-
mkdocs-minify-plugin==0.6.1
36+
mkdocs-minify-plugin==0.6.2

seleniumbase/console_scripts/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ sbase mkfile new_test.py
341341
* Options:
342342
343343
``-b`` / ``--basic`` (Basic boilerplate / single-line test)
344-
``-r`` / ``--rec`` (adds ipdb breakpoint for Recorder Mode)
344+
``-r`` / ``--rec`` (adds Pdb+ breakpoint for Recorder Mode)
345345
346346
* Language Options:
347347

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def show_mkfile_usage():
259259
print(" sbase mkfile new_test.py")
260260
print(" Options:")
261261
print(" -b / --basic (Basic boilerplate / single-line test)")
262-
print(" -r / --rec (add pdb++ breakpoint for Recorder Mode)")
262+
print(" -r / --rec (adds Pdb+ breakpoint for Recorder Mode)")
263263
print(" Language Options:")
264264
print(" --en / --English | --zh / --Chinese")
265265
print(" --nl / --Dutch | --fr / --French")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
The setup package to install SeleniumBase dependencies and plugins.
3-
(Uses selenium 3.x and is compatible with Python 2.7+ and Python 3.6+)
3+
(Uses selenium 4.x and is compatible with Python 2.7+ and Python 3.6+)
44
"""
55

66
from setuptools import setup, find_packages # noqa: F401

0 commit comments

Comments
 (0)