Sha256: 9e11f926ea50aec974fcc84fb8b12da43607f42541acddf6c697cb4375173a98
Contents?: true
Size: 865 Bytes
Versions: 1
Compression:
Stored size: 865 Bytes
Contents
Feature: Hidden Fields Background: Given I am on the static elements page Scenario: Getting a value from a hidden field When I retrieve the hidden field element Then I should see the hidden field contains "12345" Scenario Outline: Locating hidden fields on the Page When I locate the hidden field by "<locate_by>" Then hidden field element should contains "12345" Examples: | locate_by | | id | | class | | name | | xpath | | css | | tag_name | | index | | text | @multi Scenario Outline: Locating a hidden field using multiple parameters When I search for the hidden field by "<param1>" and "<param2>" Then hidden field element should contains "12345" Examples: | param1 | param2 | | class | index | | name | index |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-0.0.1 | features/hidden_field.feature |