Simulate Press Action

This is a pre-built action in Avo Assure that comes for the textbox captured element. This action is used to simulate the action of pressing buttons or keys. It instructs Avo Assure Client to Simulate press action on the textbox captured Element and saves the status (True or false) in the given output variable.

Syntax

Input: N/A

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

Use case/Example

Scenario: Simulate Press Action on a Textbox in web application

Consider a scenario where you are testing a web application by simulating a press on the password textbox, which initiates further actions within the application. This verifies that the web application handles your interactions with textboxes correctly and ensures that the simulated press action on the textbox works as expected.

Input

N/A

Expected Result

It should perform a simulated press action on Password textbox captured element and stores result {Output} in output variable.

Output

The simulated press action is simulating the press operation on the textbox. The output variable {Output} contains result of action as True, which can be utilized for further purposes.

Last updated

Was this helpful?