Clear Text From Cell
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to clear the text from the textbox that is in the table cell based on the details provided as Input Value in Avo Assure and save the result in dynamic variable.
Input Value: <Row>;<Col>;<Object Type>;<Index>
<Row> (Required)
Row number of the specified table cell
<Col> (Required)
Column number of the specified table cell
<Object Type> (Required)
Type of object inside the cell (e.g., input)
<Index> (Required)
Element index of the object within the cell
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable> (Optional)
This dynamic variable holds the status of the action as True or False
Example
Clears text from a textbox within a specified cell of a table.
The Clear Text from Cell action takes the input from the Input Value column (e.g., 5;3;input;2) and clears the value in the textbox located in the specified table cell. The result of the action can be stored in the {Status} variable, with the following possible values:
True – if the text is cleared successfully.
False – if the textbox could not be cleared.