VerifyEnabled
This ‘verifyEnabled’ is pre-built Action comes for the captured Element, instructs the Avo Assure to verify the captured element enable or not and save the result in dynamic variable.
Syntax
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Use case/Example:

Scenario
Consider a scenario where a user is testing an e-commerce application. User is trying to verify the button is enable or not. Using the ‘verify Enabled’
action, the user checks whether the login button is enabled or not.
Expected Result
This action should be verifying the captured element is enabled in that e-commerce application and store the result in output variable.
Output
The action verify captured element is enabled in the e-commerce application and the output variable {Result} contains 'True', which can be used to display or further process.
Last updated
Was this helpful?