delay? | number[] | The amount of delay between keystrokes in milliseconds. Values are used as a range and chosen at random Default [50, 200] |
interactable? | boolean | Whether 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? | boolean | Whether or not to scroll to the element prior to typing, defaults to true Default true |
timeout? | number | How long to wait for the element to appear before timing out, overriding any defaults. Default timeout is 30 seconds, or 30000. |
visible? | boolean | Whether or not to type into the element only if it's visible Default false |
wait? | boolean | Whether or not to wait for the element to present in the DOM Default true |