Link

I select “__” from “__”

Select a single value from a single- or multi-select list.

Pattern

^(?:|I )select "([^"]*)" from "([^"]*)"$

Parameters

Position Description Value Type Restrictions
1 field field id/name/label/selector Must refer to a select field.
2 value string/variables Must match the actual value attribute of the <option></option> you wish to select.

Examples

When I select "Alabama" from "state"
And select "Birmingham" from "city"