Skip to content

Commit 0786e35

Browse files
committed
Update the docs
1 parent 7eab686 commit 0786e35

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,20 @@ pip install seleniumbase
111111
112112
COMMANDS:
113113
install [DRIVER] [OPTIONS]
114-
mkdir [DIRECTORY]
115-
mkfile [FILE.py] [OPTIONS]
116-
mkpres [FILE.py] [LANGUAGE OPTIONS]
117114
options (List common pytest options)
115+
mkdir [DIRECTORY] [OPTIONS]
116+
mkfile [FILE.py] [OPTIONS]
117+
mkpres [FILE.py] [LANG]
118118
print [FILE] [OPTIONS]
119119
translate [SB_FILE.py] [LANG] [ACTION]
120120
convert [WEBDRIVER_UNITTEST_FILE.py]
121121
extract-objects [SB_FILE.py]
122122
inject-objects [SB_FILE.py] [OPTIONS]
123123
objectify [SB_FILE.py] [OPTIONS]
124-
revert-objects [SB_FILE.py]
124+
revert-objects [SB_FILE.py] [OPTIONS]
125125
encrypt (OR: obfuscate)
126126
decrypt (OR: unobfuscate)
127-
download server (Selenium Server JAR file)
127+
download server (The Selenium Grid JAR file)
128128
grid-hub [start|stop] [OPTIONS]
129129
grid-node [start|stop] --hub=[HOST/IP]
130130
* (EXAMPLE: "sbase install chromedriver latest") *

seleniumbase/console_scripts/ReadMe.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ Installs the specified webdriver.
3535
(``iedriver`` is required for Internet Explorer automation)
3636
(``operadriver`` is required for Opera Browser automation)
3737

38+
### options
39+
40+
* Usage:
41+
``sbase options``
42+
43+
* Output:
44+
Displays common pytest command-line options
45+
that are available when using SeleniumBase.
46+
3847
### mkdir
3948

4049
* Usage:
@@ -84,10 +93,10 @@ is included.
8493
### mkpres
8594

8695
* Usage:
87-
``sbase mkpres [FILE.py] [LANGUAGE OPTIONS]``
96+
``sbase mkpres [FILE.py] [LANG]``
8897

8998
* Example:
90-
``sbase mkpres new_presentation.py``
99+
``sbase mkpres new_presentation.py --en``
91100

92101
* Language Options:
93102
``--en`` / ``--English`` | ``--zh`` / ``--Chinese``
@@ -103,15 +112,6 @@ By default, the slides are written in English.
103112
Slides use "serif" theme & "fade" transition.
104113
This code can be used as a base boilerplate.
105114

106-
### options
107-
108-
* Usage:
109-
``sbase options``
110-
111-
* Output:
112-
Displays common pytest command-line options
113-
that are available when using SeleniumBase.
114-
115115
### print
116116

117117
* Usage:
@@ -240,15 +240,11 @@ Runs the password decryption/unobfuscation tool.
240240
### download
241241

242242
* Usage:
243-
``sbase download [ITEM]``
244-
(Options: server)
245-
246-
* Example:
247243
``sbase download server``
248244

249245
* Output:
250-
Downloads the specified item.
251-
(server is required for using your own Selenium Grid)
246+
Downloads the Selenium Server JAR file for Grid usage.
247+
(That JAR file is required when using a Selenium Grid)
252248

253249
### grid-hub
254250

0 commit comments

Comments
 (0)