Skip to content

Fill Form

Fills in form fields on a web page — text inputs, textareas, password fields, <select> (single or multi), checkboxes, and radio buttons.

Inputs

  • Main: Input items

Outputs

  • Main: Result information, including per-field success/error status

Parameters

Display NameNameTypeDefaultDescription
Tab IDtabIdnumberThe ID of the tab containing the form
FieldsfieldsfixedCollectionThe list of form fields to fill

Field row parameters

Display NameNameTypeDefaultDescription
Selector TypeselectorTypeoptionscssCSS Selector or XPath
SelectorselectorstringThe selector of the form element to fill
Field TypefieldTypeoptionstextText / Textarea / Password, Select, Checkbox, or Radio
ValuevaluestringFor text fields, the value to type. For select, the option value to choose (comma-separated for multi-select). For radio, the value attribute of the option to check. Hidden for checkbox fields.
CheckedcheckedbooleantrueWhether the checkbox should be checked. Only shown for checkbox fields.