Sha256: b6b0a3981b5c8e4919c40cd86c700c5c5fe958ce0bfe72c8feb83db1a545c968
Contents?: true
Size: 1.09 KB
Versions: 16
Compression:
Stored size: 1.09 KB
Contents
Feature: Div In order to interact with divs Testers will need access and interrogation ability Background: Given I am on the static elements page Scenario: Getting the text from a div When I get the text from the div Then the text should be "page-object rocks!" Scenario: Getting the div element When I retrieve the div element Then I should know it exists And I should know it is visible Scenario Outline: Locating divs on the page When I search for the div by "<search_by>" Then the text should be "page-object rocks!" Scenarios: | search_by | | id | | class | | xpath | | index | | name | | text | Scenario Outline: Locating divs using multiple parameters When I search for the div by "<param1>" and "<param2>" Then the text should be "page-object rocks!" Scenarios: | param1 | param2 | | class | index | | name | index | Scenario: Finding a div dynamically When I get the text from a div while the script is executing Then the text should be "page-object rocks!"
Version data entries
16 entries across 16 versions & 1 rubygems