Check Text of Tooltip
Use this action to check the text of a tooltip e.g. on a decorated cell in a table, in a textfield etc.
To do so you have to navigate the mouse cursor to the item on which you would like to check the tooltip text, e.g. in a table you can move the mouse cursor to the desired cell by using ub_tbl_selectCell with a click count of 0. In a tree you can move the mouse cursor to the desired node by using e.g. ub_tre_selectNode_byTextpath also with a click count of 0. To check the tooltip text of e.g. a toolbar item you can move the mouse cursor to the toolbar item by using e.g. ub_grc_clickInComponent with a click count of 0.
In most of the cases you want to check the text of a tooltip it is important not to click the item you would like to check therefore use a click count of 0.
Although this action is contained in unbound_modules_concrete it is currently supported on JavaFX only.
This action cannot be used for RCP JFace tooltips since components in JFace tooltips have to be addressed directly. To map the components of a JFace tooltip simply collect the component when the tooltip is showing. Since the tooltip is mostly hiding after mouse movement this can only be done if the object mapping mode is using a key combination.
If the tooltip does not appear in the given time, a component not found error is thrown.
Parameters: