Unselect Checkbox
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to unselect the checkbox specified in the input.
Note: Make sure that the checkbox on which user is executing this Action should be selected.
Input: <Object Type>;<VisibleText(Optional)>;<index>; <abs(optional)>
For above syntax user needs to gives specific Object type, visible text of the object (optional) along with element index of the object and abs.
Note: if for last argument abs is defined then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
A user is testing a subscription form on an e-commerce website, where there is an option to receive newsletters. The user has previously checked the checkbox for subscribing to newsletters, and the "Unselect Checkbox" Action is used to uncheck the checkbox.
The Unselect Checkbox Action ensure that when the user decides not to receive newsletters, the checkbox for the newsletter subscription is unchecked. The script will uncheck the checkbox using the "Unselect Checkbox" Action.
checkbox;;Newsletter;1
The Unselect Checkbox Action needs to uncheck the checkbox which is captured.
The "Unselect Checkbox" Action successfully unchecks the "Newsletter" checkbox