Get element status

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.

Syntax

Input: N/A

Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario

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.

Expected Result

The Get element status Action needs to retrieve the status of "Receive Promotional Emails" checkbox and result in Output Variable.

Output

The Get element status Action retrieves the result as checked in (result) Output Variable, which can be utilized for display or other purposes.

Last updated

Was this helpful?