hover-text

Hovers over text matching the description. This can also handle clicking text.

ArgumentTypeDescription

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.

Example Usage

command: hover-text
text: Sign Up
description: link in the header
action: click

Last updated