Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Element level method parameters

These parameters pass custom specifications to the elements in various applications such as Java, Google Chrome, Windows, and Mainframe. Based on the specifications, the applications return an output. The process is a part of a Robotic Process Automation.

ParameterDescriptionMandatory?
Return (Boolean)Returns the Boolean response to whether the rules in the MATCH RULES section matched. The responses are True or False.Not applicable
ClearExistingValueClears or retains existing value in a field after accepting a Boolean response of True or False.No
TypeDelayDelays the execution of the SendKeys method in terms of seconds. Specify the seconds.No
Value (String)Accepts keys, combination of keys, or special keys to trigger their specific actions. For example, CTRL+A selects all text.Yes
Return (String)Returns a list of actions you can perform on an element.Not applicable
ReturnReturns the Boolean response on whether the action was successful.Not applicable
Action (String)Option to indicate the action to be performed on the method.Yes
Keys (String)Accepts keys, combination of keys, or special keys to trigger their specific actions. For example, CTRL+A selects all text.No
Return (Boolean)Boolean response to whether the Click method was successful.Not applicable

Parent Topic:Connectors