Gizra / drupal-elm-starter

DEPRECATED - See https://github.com/Gizra/drupal-starter
33 stars 9 forks source link

Sync screen size: Zalenium - WDIO [0.5h] #158

Closed AronNovak closed 7 years ago

AronNovak commented 7 years ago

  // Set the window size to avoid clipping things off.
  browser.windowHandleSize({
    width: 1500,
    height: 900 
  });```