Type
Last updated
Last updated
Type: type
Request that the browser type a particular bit of text into a field.
selector
string
text
string
The text the browser should enter into the text field.
timeout
integer
The maximum amount of time the browser should wait for the element that needs to be typed in to appear. Default: 5000 (5s)
See .
The following action will type into a particular text field.
The following code will wait a maximum of 10 seconds for the email input to appear in the field and then type in the provided email.
The that defines the page element that the browser should click on.