Mouse Over
Moves the mouse over the specified item.
Use this e.g. to simulate the use of menus that are only visible if the mouse is over some text.
Parameters
wpath
The 'path' to the item to select (see WPath for a detailed description).
It is possible to use the '*' and the '?' character als wildcards; '*' matches zero or many characters; '?' matches one single character.
It is also possible to define a > separated list of words (with '*' and '?' if needed). Then this command selects the first element after all these words.
It is possible to use the '*' and the '?' character als wildcards; '*' matches zero or many characters; '?' matches one single character.
It is also possible to define a > separated list of words (with '*' and '?' if needed). Then this command selects the first element after all these words.
Examples
Place the mouse over an menu entry
Place the mouse over a pull down menu entry named 'File'.
Command | Parameter | Optional Parameter | |
---|---|---|---|
mouse-over | File | ||
assert-content | File, Save, Save As, Exit |