meteor-webdriver
meteor-webdriver copied to clipboard
Default screen resolution is Mobile
Why default screen resolution is Mobile? Shouldn't it be as some parameter? I was looking for any docs, but didn't found.
You can set it with http://webdriver.io/api/window/setViewportSize.html
See an example here
https://github.com/xolvio/meteor-cucumber/blob/master/sample-tests/hooks.js#L14