Skip to main content

Switch to a new window in a browser session

Switch to a new window in a browser session. All Wrk Actions that run after this one will interact with the newly selected window.Inputs in this Wrk Action use wildcards: Question mark (?) matches any one character, asterisk (\*) matches zero or more characters. To search for a wildcard value add a tilde (~) before the wildcard character

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 Action. Example: fb9bc380-146c-420e-9130-50ce93614e05Text (Short)Yes
Match methodThe method to identify the new window. Page index of initial window is 0 and the first pop up will be 1. Example: Website LinkText (Short)Yes
Match valueThe value used to match the new window. Wildcards enabled. Example: https://www.wrk.*Text (Long)Yes

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Unsuccessful messageIf unsuccessful, a message stating what went wrongText (Long)No
Unsuccessful screenshotFileNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A