Sha256: a2b50cb46db9a7cca80aea8b89e16b2aa1eb3c00d1b5233074ac1995b5ac794b

Contents?: true

Size: 852 Bytes

Versions: 63

Compression:

Stored size: 852 Bytes

Contents

page:
  name: Home
  description: Navigate to a specified URL and wait until the expected elements are present
  url: http://www.carmax.com
  assertions: [
    assert1: {
      "locator": "page(find_cars_by).get(make)",
      "visible_when": "never",
      "reqid": "REQ-MAKE"
      }
  ]
---
page:
  name: Hover-Research
  action: mouseover(page(basic_nav).get(research))
  snapit: true
---
page:
  action: pause
  skipit: true
---
page:
  name: Hover-Sell Your Car
  snapit: true
  action: mouseover(page(basic_nav).get(sell_us_your_car))
---
page:
  name: Hover-Find Your Car
  action: mouseover(page(basic_nav).get(find_cars_for_sale))
  snapit: true
---
page:
  name: Click Register
  snapit: true
  action: click(page(home).get(register))
---
page:
  reqid: Rover
  action: verifyelement(page(register_pg))
---
page:
  action: pause
  skip: false

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
scoutui-2.0.3.22.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.21.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.20.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.19.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.18.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.17.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.16.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.15.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.14.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.13.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.12.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.11.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.10.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.9.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.8.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.7.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.6.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.5.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.4.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.2.pre examples/ex2/commands/ex2.hover.yml