For AI agents: a documentation index is available at /llms.txt
Skip to main content

TypeOptions

Properties

PropertyTypeDescription
delay?number[]The amount of delay between keystrokes in milliseconds. Values are used as a range and chosen at random Default [50, 200]
interactable?booleanWhether or not to check if element can be interacted with by hovering over it and seeing if the element is available at that x and y position Default true
scroll?booleanWhether or not to scroll to the element prior to typing, defaults to true Default true
timeout?numberHow long to wait for the element to appear before timing out, overriding any defaults. Default timeout is 30 seconds, or 30000.
visible?booleanWhether or not to type into the element only if it's visible Default false
wait?booleanWhether or not to wait for the element to present in the DOM Default true