Get Tool Tip Text
Last updated
Was this helpful?
Last updated
Was this helpful?
This ‘Get Tool Tip Text’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to get tool tip of that captured element. It helps to understand what functionality that element performs.
Input: N/A
Output: <Dynamic Variable> ;<Dynamic Variable>(Optional)
Consider a scenario where a user is testing an e-commerce application where users can search for products using a search button. The search button has an associated tool tip that provides additional information when a user hovers over it, as “Click to search for products”. using ‘Get Tool Tip Text’ user can get the tooltip text to ensure it displays the right information for users.
N/A
This action needs to successfully retrieve the tooltip text for the specified button and result will store in output variable {Text}.
The ‘Get Tool Tip Text’ action is successfully retrieved the tooltip text and store it in Output variable {Text} as Click to search for products