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.5.2.1.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.5.1.1.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.5.0.1.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.4.2.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.4.1.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.57.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.56.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.55.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.54.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.53.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.52.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.51.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.50.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.49.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.48.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.47.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.46.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.45.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.44.pre examples/ex2/commands/ex2.hover.yml
scoutui-2.0.3.43.pre examples/ex2/commands/ex2.hover.yml