Description
Opens a browser tab with the specified URL.
Attributes
Input
BrowserType - An option to choose whether the browser type is Chrome or Firefox.
Url - The URL of the tab that would be opened.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
- DisplayName - Renames the activity.
Requirements
Before you can proceed with the tutorial, make sure to set up your RAX Chrome Extension. You can download it here.
Example
- Add an Open Tab activity in a Sequence.
- On the Attributes panel choose Chrome as the Browser Type.
- In the Url field, type https://www.google.com/.
The use case should look like the following screenshot:
Upon execution, a Google tab should be opened in your Chrome browser.