skip to Main Content

Open

Open command Opens the provided URL in the browser. The URL can be static or dynamically built URL as shown in the examples below.

  • open https://beatblip.staging.agreeya.com
  • open $G{baseurl}
  • open “$G{baseurl}/testpage.htm”

Select OPEN command from the action drop down, leave Screen name and Element as blank, pass the URL in the parameter section as shown below:

After completing this step, test step will look as below:

Back To Top