Clear Text From Cell
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to clear the text from the textbox that is in the table cell based on the details provided as Input value in Avo Assure.
Input: <Row>; <Col>; <Object Type>;<index>
Note: For above Syntax user need to give the row number and column number of which table cell user wants to clear the text, Object type, and the index (Element Index of the cell).
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
On an e-commerce website, customers can add multiple items to their shopping cart. In some cases, there is an option to clear the cart, which resets all input fields or removes any manually entered values. The "Clear Text from Cell" Action is used to clear any text or values entered a specific table cell, such as the quantity input fields in the cart.
5;3;textbox;2
The "Clear Text from Cell" Action needs to clear the quantity value which is 2 of the textboxes located in the fifth row of third column in the table.
The Clear Text from Cell Action clears text of the table cell.