Feature: Form Background: Given I am on the static elements page Scenario: Submitting a form When I locate the form by "id" Then I should be able to submit the form Scenario Outline: Locating a form on the page When I locate the form by "" Then I should be able to submit the form Scenarios: | search_by | | id | | class | | xpath | | index | Scenario Outline: Locating table using multiple parameters When I locate the form using "" and "" Then I should be able to submit the form Scenarios: | param1 | param2 | | class | index | | name | index |