web icon indicating copy to clipboard operation
web copied to clipboard

[test-runner-commands] Add Webdriver support for setViewportSize command

Open web-padawan opened this issue 4 years ago • 1 comments

Consider using setWindowSize API provided by Webdriver to implement setViewportSize command:

browser.setWindowSize(width, height);

This is needed in one of our visual regression tests so I'm going to handle this at some point 🙂

web-padawan avatar Dec 10 '20 08:12 web-padawan