Skip to content

Commit a32cc9b

Browse files
committed
Update the docs
1 parent b35e2a8 commit a32cc9b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<a href="#python_installation">🚀 Start</a> |
2525
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">👨‍🏫 Examples</a> |
2626
<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> |
2827
<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> |
2929
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/mobile_testing.md">📱 Mobile</a> |
3030
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">🕹️ JSManager</a>
3131
<br />
@@ -38,11 +38,11 @@
3838
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md">🌐 Grid</a>
3939
<br />
4040
<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> |
4142
<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> |
4244
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">🗺️ Tours</a> |
4345
<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> |
4646
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md">🖼️ VisualTest</a>
4747
</p>
4848

seleniumbase/console_scripts/ReadMe.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -225,18 +225,6 @@ plus the 2-letter language code of the new language.
225225
(Example: Translating "test_1.py" into Japanese with
226226
``-c`` will create a new file called "test_1_ja.py".)
227227

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-
240228
### extract-objects
241229

242230
* Usage:
@@ -289,6 +277,18 @@ Reverts the changes made by ``seleniumbase objectify ...`` or
289277
seleniumbase Python file. Objects will get replaced by
290278
selectors stored in the "page_objects.py" file.
291279

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+
292292
### encrypt / obfuscate
293293

294294
* Usage:

0 commit comments

Comments
 (0)