hover-text
Hovers over text matching the description. This can also handle clicking text.
Last updated
Hovers over text matching the description. This can also handle clicking text.
Last updated
Argument | Type | Description |
---|---|---|
Example Usage
text
string
The text to find on the screen. The longer and more unique, the better.
description
string
A description of the text and what it represents. The actual text itself should not be included here.
action
string
The action to take when the text is found. Available actions are: click
, right-click
, double-click
, hover
.
method
enum
The matching algorithm to use. Possible values are ai
(default) and turbo
.