I follow “__”
Clicks the first hyperlink matched by the parameter.
Pattern
^(?:|I )go to the "([^"]*)" page$
Parameters
Position | Description | Value Type | Restrictions |
---|---|---|---|
1 | element | field id/name/label/selector | Must refer to a hyperlink. |
Examples
Given I go to the "home" page
When I follow "Contact Us"
Then I should be on the "contactUs" page