File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 24
24
<a href =" #python_installation " >🚀 Start</a > |
25
25
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md " >👨🏫 Examples</a > |
26
26
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md " >🏰 Features</a > |
27
- <a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md " >🖥️ CLI</a > |
28
27
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md " >🧙♂️ Scripts</a > |
28
+ <a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md " >🖥️ CLI</a > |
29
29
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/mobile_testing.md " >📱 Mobile</a > |
30
30
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md " >🕹️ JSManager</a >
31
31
<br />
38
38
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md " >🌐 Grid</a >
39
39
<br />
40
40
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/github/workflows/ReadMe.md " >🤖 CI</a > |
41
+ <a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/presenter/ReadMe.md " >📰 Present</a > |
41
42
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/translations.md " >🌏 Translate</a > |
43
+ <a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/dialog_boxes/ReadMe.md " >🛂 DialogBox</a > |
42
44
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md " >🗺️ Tours</a > |
43
45
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md " >📶 Charts</a > |
44
- <a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/presenter/ReadMe.md " >📰 Present</a > |
45
- <a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/dialog_boxes/ReadMe.md " >🛂 DialogBox</a > |
46
46
<a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md " >🖼️ VisualTest</a >
47
47
</p >
48
48
Original file line number Diff line number Diff line change @@ -225,18 +225,6 @@ plus the 2-letter language code of the new language.
225
225
(Example: Translating "test_1.py" into Japanese with
226
226
`` -c `` will create a new file called "test_1_ja.py".)
227
227
228
- ### convert
229
-
230
- * Usage:
231
- `` sbase convert [WEBDRIVER_UNITTEST_FILE.py] ``
232
-
233
- * Output:
234
- Converts a Selenium IDE exported WebDriver unittest file
235
- into a SeleniumBase file. Adds `` _SB `` to the new
236
- file name while keeping the original file intact.
237
- Works with Katalon Recorder scripts.
238
- See [ The Recorder ReadMe] ( https://seleniumbase.io/seleniumbase/utilities/selenium_ide/ReadMe/ ) for details.
239
-
240
228
### extract-objects
241
229
242
230
* Usage:
@@ -289,6 +277,18 @@ Reverts the changes made by ``seleniumbase objectify ...`` or
289
277
seleniumbase Python file. Objects will get replaced by
290
278
selectors stored in the "page_objects.py" file.
291
279
280
+ ### convert
281
+
282
+ * Usage:
283
+ `` sbase convert [WEBDRIVER_UNITTEST_FILE.py] ``
284
+
285
+ * Output:
286
+ Converts a Selenium IDE exported WebDriver unittest file
287
+ into a SeleniumBase file. Adds `` _SB `` to the new
288
+ file name while keeping the original file intact.
289
+ Works with Katalon Recorder scripts.
290
+ See [ This ReadMe] ( https://seleniumbase.io/seleniumbase/utilities/selenium_ide/ReadMe/ ) for details.
291
+
292
292
### encrypt / obfuscate
293
293
294
294
* Usage:
You can’t perform that action at this time.
0 commit comments