Link

I fill in “__” with “__”

Fill in a form field with a value.

Pattern

^(?:|I )fill (?:|in )"([^"]*)" with "([^"]*)"$

Parameters

Position Description Value Type Restrictions
1 field field id/name/label/selector Must refer to a text-based field, radio button, checkbox, or select.
2 value string/boolean/variables If the field is a checkbox, value must be either true or false (meaning checked or unchecked, respectively). If the field is a radio button, the value must match a radio button’s value attribute. If the field is a select list, the value must match the value attribute of one of the list’s <option></option> elements.

Examples

When I fill in "City" with "Los Angeles"
And fill "Accept Terms" with "true"