Web

Run Browser

This activity runs browser window and takes control over it.
Give your browser your own custom short name (Browser Window Name) and declare a variable for URL. Choose browser type (from the drop-down list, where Wizlink shows a list of supported browsers). Check Settings > Project settings and disable closing browser window at the end of scenario, if needed. If the website you are accessing requires authentication, enter username and password in the appropriate boxes of the Properties window.

v2_web_run
v2_web_run2
Parameter NameParameter TypeIn/OutDescription
Alternative Scenario If FailedBooleanInputcheckbox; default is "on"
Browser window nameStringInputcustom internal name Wizlink will use to identify the window
BrowserTypeDropdownInputselect browser type from the dropdown list
Command ParametersStringInputadditional parameters
Display NameLiteralInputchanges display name of the activity
Ensure Clean SessionBooleanInputcheckbox; default is "off"
Exclude from Transaction CheckBooleanInputcheckbox; default is "off"
PasswordStringInputpassword (string expression)
Retry Timeout [s]DoubleInputdetermines behaviour if the activity fails to execute. value < 0: try executing once, 0: try indefinitely; value >0: time in seconds during which the activity repeatedly tries to execute (if time elapses without success then Result = False, end activity)
Run Browser in Private ModeBooleanInputcheckbox; default is "off"
URLStringInputwebsite URL
User NameStringInputusername (string expression)
ResultBooleanOutputreturns a Boolean value. True if no error in activity, otherwise will return False
Result CodeInt32OutputResult Code will return 0 if there is no error in activity, otherwise in most cases it will return 1, the extended result code will show only in several chosen activities