Inputs

value
string
required

The text you want to type into the input field.

description
string
required

Description of the element you want to interact with. Refer to the Locating elements guide for more information.

Configs

replace content
boolean
default: true

Replace the existing content in the input field with the new text.

press enter
boolean
default: false

Press the Enter key after typing the text.

press keys sequentially
boolean
default: false

Type each character in the text one by one, with a small delay between each character.

disable stability checks
boolean
default: false

Do not wait for the element to be visible, stable and actionable before interacting. Useful for elements that are constantly animating or partially obscured.

use css selector
boolean
default: false

Treat the element description as a CSS selector. This is not recommended for maintainability reasons but can be useful for dynamic pages.

visible area only
boolean
default: false

Search for the element in the current visible area only. Improves performance and accuracy for long pages. Does not affect vision descriptions, which always use the visible area only.