Feature: Access elements As developer I want access elements in diferent ways Scenario: Write in a element textfield using id Given I am on a page that has a textfield Then I should be able to write "Test" in a element using id Scenario: Write in a element textfield using name Given I am on a page that has a textfield Then I should be able to write "Test" in a element using name @pending Scenario: Write in a element textfield using xpath Given I am on a page that has a textfield Then I should be able to write "Test" in a element using xpath @pending Scenario: Write in a element textfield using label related Given I am on a page that has a textfield Then I should be able to write "Test" in a element using label