Opening a Browser and Navigating
Opening a Web Browser
Open a web browser in Cycle by using one of the following Steps:
Given I open "Internet Explorer" web browser
Given I open "Chrome" web browser
Given I open "Edge" web browser
Navigating to a URL
To navigate to a URL or web address, use one of the following Steps:
Given I navigate to "<URL>" in web browser
Given I navigate to "<URL>" in web browser within <NUMBER> seconds
It is also possible to navigate to a page you previously visited by using the following Step:
Given I navigate "<BACK|FORWARD>" in web browser
Closing a web browser
Close the web browser in Cycle by using the Step:
Then I close web browser
There is also a setting available in Project Settings > Execution Settings for: "Close browser after scenario is finished executing".