WebdriverIO - Prerequisite



As a prerequisite for WebdriverIO, we need to have an editor to write the JavaScript code. For this, we can use the Visual Studio Code. We can download it from the below link −

https://code.visualstudio.com

Step 1 − Based on the local operating system we have for example - macOS, Linux or Windows, we need to select the link for download.

The following screen will appear on your computer −

Linux

Step 2 − A zip file gets downloaded after clicking the Download button. Click on this zip file and the Visual Studio Code application should be available on the machine.

The following screen will appear on your computer −

Zip File

Step 3 − Double-click on Visual Studio Code and it gets launched along with the welcome page. The following screen will appear on your computer −

Welcome Page
Advertisements