Locate an image on the screen and perform an action.
hover-image
command is used to locate an image on the screen based on a description and perform an action on it. This can include hovering, clicking, right-clicking, or double-clicking the image.
Argument | Type | Description |
---|---|---|
description | string | A description of the image and what it represents. Don’t include the image itself here. |
action | string | The action to take when the image is found. Available actions are: click , right-click , double-click , hover . |
hover-image
command is useful for interacting with visual elements that can’t be identified using text-based selectors.