Unselect checkbox
Last updated
Last updated
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: This action will be work on the selected checkbox only.
Input: <ObjectType>;<VisibleText(Optional)>;<index>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
User is working on a desktop application for an email client where users can manage their email settings. One of the settings is a checkbox labelled "Enable Notifications," which allows users to turn on or off email notifications. User can successfully uncheck this checkbox to disable notifications using Unselect checkbox Action.
checkbox;;2
Note: The test script needs to unselect the checkbox for "Enable Notifications" to ensure that the user can disable notifications by unchecking the box.
The “Unselect checkbox” Action should uncheck the checkbox.
The Unselect checkbox Action unchecks the checkbox which is given in the Input Value.