Click cell
This is prebuilt action in Avo Assure which comes for captured Table elements from Desktop application. Users can validate if particular text is visible in the table along with the column header.
It instructs the Avo Assure Client to perform a click operation on the table cell as given in the input syntax and stores the status (True or False) in output variable.
Syntax
Input: <Row>:<Column>;Direction;Horizontal;Vertical
Row (*Mandatory)
Row number, where the action should be applied
Column (*Mandatory)
Column number, where the action should be applied
Direction (*Mandatory)
Direction in which we want to search
Horizontal (*Mandatory)
Horizontal search of value, Direction could be left or right. We can give two kinds of values:
Positive: Pointer will move further towards right. Eg: +6
Negative: Pointer will move further towards left, Eg: -6
Vertical (*Mandatory)
Vertical search of value, Direction could be up or down. We can give two kinds of values:
Positive: Pointer will move downwards. Eg: +6 Negative: Pointer will move upward, Eg: -6
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)

Usecase/Example
Important: The Use Case Scenario is in progress and will be available soon.
Last updated
Was this helpful?