File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,19 @@ file name while keeping the original file intact.
9090Works with Katalon Recorder scripts.
9191See: http://www.katalon.com/automation-recorder
9292
93+ ### print
94+
95+ * Usage:
96+ `` sbase print [FILE] [OPTIONS] ``
97+
98+ * Options:
99+ `` -n `` (Add line Numbers to the rows)
100+ `` -w `` (Use word-Wrap for long lines)
101+
102+ * Output:
103+ Prints the code/text of any file
104+ with syntax-highlighting.
105+
93106### translate
94107
95108* Usage:
@@ -174,6 +187,24 @@ Reverts the changes made by ``seleniumbase objectify ...`` or
174187seleniumbase Python file. Objects will get replaced by
175188selectors stored in the "page_objects.py" file.
176189
190+ ### encrypt / obfuscate
191+
192+ * Usage:
193+ `` sbase encrypt `` OR `` sbase obfuscate ``
194+
195+ * Output:
196+ Runs the password encryption/obfuscation tool.
197+ (Where you can enter a password to encrypt/obfuscate.)
198+
199+ ### decrypt / unobfuscate
200+
201+ * Usage:
202+ `` sbase decrypt `` OR `` sbase unobfuscate ``
203+
204+ * Output:
205+ Runs the password decryption/unobfuscation tool.
206+ (Where you can enter an encrypted password to decrypt.)
207+
177208### download
178209
179210* Usage:
You can’t perform that action at this time.
0 commit comments