This activity is used to close a particular tab within a session. It searches for the given URL and closes the tab.

Technical Reference

 

 

 

 

 

 

 

 

 

INPUT

Browser: Gets auto filled, once the element is indicated on the web page using Robility Spy. Here the browser type will be displayed.

URL: Gets auto filled, once the element is indicated on the web page using Robility Spy. Indicates the URL in which this activity is performed.

WaitTime:  It helps the user to add a delay to start the execution of the further activity. The format of the delay here is milliseconds. By default, it will be set to 30000. When the option is left blank, no delay is considered.

 

 

 

 

MISC

Display Name: Displays the name of the activity. The activity name can be customized which will help in troubleshooting.

SkipOnError: Specify the Boolean value as “True or False.”
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error.
None: If the option is specified as blank, by default the activity will perform the “False” action.
 

Version: It specifies the version of the web automation feature in use

 

OUTPUT

Result: It helps to view the execution state of the activity. It returns the values in Boolean format.
True: It indicates that the activity has been executed successfully without any error.
False: It indicates that the activity has been unsuccessful due to some unexceptional error thrown.
 

*Represents mandatory fields to execute the workflow

Click here to see how the activity is used in a workflow.

5.5.1