Get Tool Tip 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 retrieve the tooltip text from the desired cell of table and save the result in the given output variable.
Note: Tooltip text is the short description or information that appears when user hover mouse over an element, like a button, link or table cell. It helps explain what that element does or gives more details.
Input: <row>;<col>
For above syntax user needs to provide row number and column number of which table cell user wants to fetch the tooltip text.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
In an e-commerce application, product details are displayed in a table format on the product listing page. Each product has a small tooltip that appears when hovering over the product name or image, providing additional information such as product features, availability, or a short description. The Get Tool Tip Text of Cell Action is used to validate that the correct tooltip text appears when hovering over specific product cells.
8;3 Expected Tooltip Text: "Click to view details of Smartphone XYZ, 128GB storage, 12MP camera"
This Action needs to retrieve the tooltip text of the cell whose details is given as row and column and save the extracted text in {result} Output Variable.
The Extracted Tooltip text is stored in the {result} output variable as "Click to view details of Smartphone XYZ, 128GB storage, 12MP camera", which can be utilized for display or other purposes.