Skip to content

Commit 162d8c9

Browse files
committed
Update the docs
1 parent 43db4d5 commit 162d8c9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

integrations/selenium_ide/ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Katalon Recorder (Selenium IDE) is a tool that allows you to record and playback actions performed inside a web browser. It's available as a [downloadable Chrome extension](https://chrome.google.com/webstore/detail/katalon-recorder-selenium/ljdobmomdgdljniojadhoplhkpialdid) and a [downloadable Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/katalon-automation-record/). The Katalon Recorder comes with an option to export recordings as various WebDriver test scripts, one of which is ``Python 2 (WebDriver + unittest)``. Unfortunately, these natively-exported scripts can be very messy and don't always run reliably. The purpose of this converter is to clean up and improve the scripts so that they can be used in production-level environments.
44

5-
#### Step 1: Make a recording with the Katalon Recorder
5+
### Step 1: Make a recording with the Katalon Recorder
66

77
![](https://cdn2.hubspot.net/hubfs/100006/images/katalon_recorder_2.png "Katalon Recorder example")
88

9-
#### Step 2: Export your recording as a Python 2 Webdriver script
9+
### Step 2: Export your recording as a Python 2 Webdriver script
1010

1111
* ``{} Export`` => ``Python 2 (WebDriver + unittest)`` => ``Save As File``
1212

13-
#### Step 3: Run ``seleniumbase convert`` on your exported Python file
13+
### Step 3: Run ``seleniumbase convert`` on your exported Python file
1414

1515
```
1616
seleniumbase convert [MY_TEST.py]

seleniumbase/console_scripts/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Converts a Selenium IDE exported WebDriver unittest file
140140
into a SeleniumBase file. Adds ``_SB`` to the new
141141
file name while keeping the original file intact.
142142
Works with Katalon Recorder scripts.
143-
See: http://www.katalon.com/automation-recorder
143+
See [The Recorder ReadMe](https://seleniumbase.io/seleniumbase/utilities/selenium_ide/ReadMe/) for details.
144144

145145
### extract-objects
146146

seleniumbase/utilities/selenium_ide/ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Katalon Recorder (Selenium IDE) is a tool that allows you to record and playback actions performed inside a web browser. It's available as a [downloadable Chrome extension](https://chrome.google.com/webstore/detail/katalon-recorder-selenium/ljdobmomdgdljniojadhoplhkpialdid) and a [downloadable Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/katalon-automation-record/). The Katalon Recorder comes with an option to export recordings as various WebDriver test scripts, one of which is ``Python 2 (WebDriver + unittest)``. Unfortunately, these natively-exported scripts can be very messy and don't always run reliably. The purpose of this converter is to clean up and improve the scripts so that they can be used in production-level environments.
44

5-
#### Step 1: Make a recording with the Katalon Recorder
5+
### Step 1: Make a recording with the Katalon Recorder
66

77
![](https://cdn2.hubspot.net/hubfs/100006/images/katalon_recorder_2.png "Katalon Recorder example")
88

9-
#### Step 2: Export your recording as a Python 2 Webdriver script
9+
### Step 2: Export your recording as a Python 2 Webdriver script
1010

1111
* ``{} Export`` => ``Python 2 (WebDriver + unittest)`` => ``Save As File``
1212

13-
#### Step 3: Run ``seleniumbase convert`` on your exported Python file
13+
### Step 3: Run ``seleniumbase convert`` on your exported Python file
1414

1515
```
1616
seleniumbase convert [MY_TEST.py]

0 commit comments

Comments
 (0)