Simulate Press Action

The Simulate Press Action in Avo Assure allows performing a press operation on a captured table cell, useful for actions like dragging or when a normal click fails, and save the result in dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

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

This dynamic variable holds the status as True or False

Example

The Simulate Press Action action does not require any value in the Input Value column. It interacts with the captured table cell and simulate Press action. The result of the press action is stored in the {Press} variable, with the following possible values:

  • True – if the captured cell is clicked successfully.

  • False – if the click fails or the element is not found.

Last updated

Was this helpful?