I press/click the “__” button/link
Presses/clicks first element matched by parameter 1.
Pattern
^(?:|I )(?:press|click) the "([^"]*)" (?:button|link)$
Parameters
| Position | Description | Value Type | Restrictions |
|---|---|---|---|
| 1 | element | field id/name/label/selector |
Examples
Given I click the "Contact Form" link
And press the "Submit" button