Examples of use - Web browser steps
This is an example that shows how to use the following steps:
- Open Selenium Step
- Navigate Selenium Step
- Click Selenium Step
- Key Press Selenium Step
- Close Selenium Step
Open Selenium Step
Now, we will use "Open Selenium Step". The instance name and process name are custom name for this web instance. To begin, you must choose the web browser in which you wish to open your page. For instance, if you decide to use the Edge browser, you will need to download the appropriate driver for it and specify where you have saved the driver file. More information on this process can be found on the following link. In the output variable, define where to store your driver reference. This driver connects your steps together.
Navigate Selenium Step
To open a web page, use the "Navigate Selenium Step" function. In our example, we will be using the official website.Robotiq.ai site.
Click Selenium Step
First, we need to find the selector (name, CSS, id, etc.) to click on the Resources tab. To do this, we click on the Developer Tab (F12) and then on the Element button. Here, we can find the Class Name.
Key Press Selenium Step
Now we want to press the Tab key three times and then Enter.
Close Selenium Step
Now we will use "Close Selenium Step" for close it. For that, you need just your driver reference.