Get element status
Last updated
Last updated
This is pre-built Action comes for captured checkbox from Desktop Application Element. It instructs the Avo Assure Client to retrieve the status of the captured element and save result (Checked/Unchecked) in the Output Variable.
Note: it will return either:
Checked (if the checkbox is selected)
Unchecked (if the checkbox is not selected)
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
User is working on a user profile settings page on a social media platform, where users can opt in or out of receiving promotional emails. The "Receive Promotional Emails" checkbox reflects the user's preference and is initially unchecked.
The user navigates to the profile settings page where the "Receive Promotional Emails" checkbox exists. The tester needs to verify whether the checkbox is initially unchecked and later confirm whether it remains unchecked after certain actions, such as navigating away from the page and coming back.
The Get element status Action needs to retrieve the status of "Receive Promotional Emails" checkbox and result in Output Variable.
The Get element status Action retrieves the result as checked in (result) Output Variable, which can be utilized for display or other purposes.