Simulate Press Action
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: N/A
Output: <Dynamic Variable> (Optional);< Dynamic Variable> (Optional)
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.
N/A
It should perform a simulated press action on Password textbox captured element and stores result {Output} in output variable.
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.