Primitive steps
Select
Interact with native HTML select elements
This step allows you to interact with native HTML <select>
elements on the page.
Inputs
description
string
requiredDescription of the select. Refer to the Locating elements guide for more information.
option
string
requiredThe option to select from the dropdown.
Configs
disable stability checks
boolean
default: falseDo 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: falseTreat 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: falseSearch 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.
Was this page helpful?