Type
Parameters
Name
Type
Required
Description
Usage
Type into a text box
"actions": [
{
"type": "type",
"selector": "#postform-text",
"text": "Hello world!"
}
]FAQs
When do I use the type action?
How do I fill in a form field with Gaffa?
Does the type action submit the form?
How do I fill in more than one field?
Why isn't my type action working?
How do I write an attribute selector inside JSON?
Does Gaffa's typing avoid bot detection?
Last updated