Browser Properties

Properties for the browser can be accessed through the built-in browser object and can be referenced in actions and assertions.

size

The size of the browser window.

Example

# examples/step/browser-size.yml
actions:
  - set $browser.size to "1024,768"