| ... | @@ -17,7 +17,9 @@ wget https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip |
... | @@ -17,7 +17,9 @@ wget https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip |
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Check/Get the latest versions from the websites below:
|
|
Check/Get the latest versions from the websites below:
|
|
|
|
|
|
|
[Mozilla](https://github.com/mozilla/geckodriver/releases)
|
|
[Mozilla](https://github.com/mozilla/geckodriver/releases)
|
|
|
|
|
|
|
[Chrome](https://sites.google.com/a/chromium.org/chromedriver/downloads)
|
|
[Chrome](https://sites.google.com/a/chromium.org/chromedriver/downloads)
|
|
|
|
|
|
|
|
The drivers are compressed, so we need to extract them
|
|
The drivers are compressed, so we need to extract them
|
| ... | @@ -51,6 +53,6 @@ curl https://pastebin.com/raw/hQr4zavE > test.robot && |
... | @@ -51,6 +53,6 @@ curl https://pastebin.com/raw/hQr4zavE > test.robot && |
|
|
robot test.robot
|
|
robot test.robot
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Download Visual Studio Code or another text editor or IDE. Visual Studio Code can be found in Ubuntu Software Center.
|
|
For managing the tests, download Visual Studio Code or another text editor or IDE. Visual Studio Code can be found in Ubuntu Software Center.
|
|
|
|
|
|
|
|
Additionally if you want to make things easier download Robot Framework Intellisense in Visual Studio Code. You can find it in the extensions section. |
|
Additionally if you want to make things easier download Robot Framework Intellisense in Visual Studio Code. You can find it in the extensions section. |