Link

I key in “__” in the “__” field

Simulate a user keying a value into a field.

Pattern

^(?:|I )key (?:|in )"([^"]*)" in (?:|the )"([^"]*)"(?:| field)$

Parameters

Position Description Value Type Restrictions
1 value string/variables  
2 field field id/name/label/selector Must refer to a text-based field.

Examples

When I key in "John" in the "First Name" field
And I key "Doe" in the "Last Name" field
And key "green" in "Favorite Color"