@@ -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.
103112Slides use "serif" theme & "fade" transition.
104113This 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