Type
Typing text into an input field
Inputs
The text you want to type into the input field.
Description of the element you want to interact with. Refer to the Locating elements guide for more information.
Configs
Replace the existing content in the input field with the new text.
Press the Enter key after typing the text.
Amount of milliseconds to wait after each key press. This is useful for triggering on-press event handlers such as autocomplete.
Do not wait for the element to be visible, stable and actionable before interacting. Useful for elements that are constantly animating or partially obscured.
Treat the element description as a CSS selector. This is not recommended for maintainability reasons but can be useful for dynamic pages.
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.