Type
Parameters
Name
Type
Required
Description
Usage
Type into a text box
"actions": [
{
"name": "type",
"selector": "#postform-text",
"text": "Hello world!"
}
]Wait for an element to appear before typing
Last updated