hover-text
Hovers over text matching the description. This can also handle clicking text.
Example Usage
Last updated
Hovers over text matching the description. This can also handle clicking text.
Example Usage
Last updated
Argument | Type | Description |
---|---|---|
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
.