File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pytest new_test.py --rec -q -s --url=wikipedia.org
37
37
8 # type "c" and press [ENTER] to continue
38
38
9 -> import pdb; pdb.set_trace ()
39
39
return None
40
- (Pdb++ ) c
40
+ (Pdb+) c
41
41
42
42
>>>>>>>>>>>>>>>>>> PDB continue >>>>>>>>>>>>>>>>>>
43
43
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ mkdocs-material==8.5.10
33
33
mkdocs-exclude-search == 0.6.4
34
34
mkdocs-simple-hooks == 0.1.5
35
35
mkdocs-material-extensions == 1.1.1
36
- mkdocs-minify-plugin == 0.6.1
36
+ mkdocs-minify-plugin == 0.6.2
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ sbase mkfile new_test.py
341
341
* Options:
342
342
343
343
` ` -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)
345
345
346
346
* Language Options:
347
347
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ def show_mkfile_usage():
259
259
print (" sbase mkfile new_test.py" )
260
260
print (" Options:" )
261
261
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)" )
263
263
print (" Language Options:" )
264
264
print (" --en / --English | --zh / --Chinese" )
265
265
print (" --nl / --Dutch | --fr / --French" )
Original file line number Diff line number Diff line change 1
1
"""
2
2
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+)
4
4
"""
5
5
6
6
from setuptools import setup , find_packages # noqa: F401
You can’t perform that action at this time.
0 commit comments