Description
Closes the tab with the specified URL.
Properties
Input
BrowserType - An option to choose whether the browser type is Chrome or Firefox.
CloseAll - The Boolean value to specify whether to close all the tabs that matched with specified URL. The default value is False.
MatchExactUrl - The Boolean value to specify whether to close the tabs that exactly matched with the specified URL. The default value is True. If this is False and CloseAll is True, all the tabs that has the specified URL would be closed.
Url - The URL of the tab that would be closed.
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 a Close Tab activity in a Sequence.
- In the Url field, type https://www.google.com/. The use case should look like the following screenshot. (Note: Before executing, a Google tab should be opened from your browser.)
Upon execution, the tab that matches the Url (given that the values of CloseAll and MatchExactUrl properties are set to its default values) should be closed.