Skip to main content

Navigate to a URL in a browser session

Navigate to a URL in an existing browser session.

Application

  • Web Process Automation

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Browser session IDThe unique identifier of the browser instance. Can be retrieved from "Open a browser session" Wrk ActionText (Short)Yesfb9bc380-146c-420e-9130-50ce93614e05
Website linkLink to the website you want to openLinkYeshttps://www.wrk.com
Open link in new tab?Open the link in a new tab and close the old tab. Note this will close the existing tabTrue/FalseNoFalse

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Unsuccessful messageIf unsuccessful, a message stating what went wrongText (Long)Yes
Unsuccessful screenshotIf unsuccessful, a screenshot of the websiteFileYes

Outcomes

NameDescription
SuccessThis status is selected in the event that the website was opened successfully
UnsuccessfulThis status is selected in the event of the following scenario:Browser session was started but we were unable to access the website
Impossible to completeThis status is selected in the event of the following scenario:Unable to connect to the session for some reason

Requirements

  • N/A