Sha256: e541d2fe58c070842156409c94f36d2bf73d04a8bac0f67fef63f0b4f0283cf6

Contents?: true

Size: 887 Bytes

Versions: 28

Compression:

Stored size: 887 Bytes

Contents

Feature: Area

  Background:
    Given I am on the static elements page

  Scenario: Retrieve an area element
    When I retrieve the area element
    Then I should know it exists
    And I should know it is visible

  Scenario Outline: Locating areas on the page
    When I search for the area by "<search_by>"
    Then I should be able to click the area

  Examples:
    | search_by |
    | id        |
    | class     |
    | name      |
    | xpath     |
    | index     |
    | css       |

  Scenario: Getting the coordinates for the area
    When I retrieve the area element
    Then I should see the coordinates are "0,0,82,126"

  Scenario: Getting the shape for the area
    When I retrieve the area element
    Then I should see the shape is "rect"

  Scenario: Getting the href from the area
    When I retrieve the area element
    Then I should see the href is "sun.html"

Version data entries

28 entries across 28 versions & 4 rubygems

Version Path
page-object-1.2.0 features/area.feature
page-object-1.1.1 features/area.feature
page_object-1.1.3 features/area.feature
page_object-1.1.2 features/area.feature
page_object-1.1.1 features/area.feature
page-object-1.1.0 features/area.feature
page-object-lds-0.0.14 features/area.feature
page-object-lds-0.0.13 features/area.feature
page-object-lds-0.0.12 features/area.feature
page-object-lds-0.0.11 features/area.feature
page-object-lds-0.0.1 features/area.feature
page-object-1.0.3 features/area.feature
meeane-page-object-0.1.11 features/area.feature
page-object-1.0.2 features/area.feature
page-object-1.0.1 features/area.feature
page-object-1.0 features/area.feature
page-object-0.9.8 features/area.feature
page-object-0.9.7 features/area.feature
page-object-0.9.6 features/area.feature
page-object-0.9.5 features/area.feature