Get Tool Tip Text
Last updated
Was this helpful?
Last updated
Was this helpful?
The Get Tool Tip Text action in the Avo Assure is found under the @Custom Element. It instructs the Avo Assure Client to fetch the tooltip text present on the objects specified in the input value and save it in the given output variable.
Input: <ObjectType>;<VisibleText(optional)>;<Index>;<abs(optional)>
Note: The user needs to provide the type of object, its visible text of the element (if needed), its element index, and the abs.
Output: <Dynamic Variable>;<Dynamic Variable>(optional)
When a user is working on an e-commerce application and needs to fetch the tooltip text displayed when hovering over the “Add to Cart” button which specify extra information about captured element. In Avo Assure using the “Get Tool Tip text” action, the user retrieves the tooltip text.
button;;0
The Get Tool Tip Text action needs to fetch the tooltip text as Add To Cart and store in Output variable.
The result of the Get Tool Tip Text action fetches the tooltip text present on the Add to cart button and stores in the {result} output variable as “Add to Cart”, which can be utilized for display or other purposes.