I key “__” in the active element
Simulate a user keying a value into/onto the currently active element within the browser.
Pattern
^(?:|I )key "([^"]*)"(?:| in the active element)$
Parameters
Position | Description | Value Type | Restrictions |
---|---|---|---|
1 | value | string/variables |
Examples
Given I switch to iframe 1
And I key "Hello, World" in the active element
And I key "Goodbye, World"