wdio-screenshot
wdio-screenshot copied to clipboard
A WebdriverIO plugin. Additional commands for taking screenshots with WebdriverIO.
Curious why the argument order is different from current webdriverio commands? Changing the selector order around could allow for element chaining. E.g.: ``` browser.element('#myDiv').saveElementScreenshot('myFile.png') ```
Currently wdio-screenshot does not work for browser.select(Browser) (WebDriverIO [multiremote](http://webdriver.io/guide/usage/multiremote.html)) browser.select(browser).saveViewportScreenshot('great-shot.jpg') For example, above call errors with: ` Invalid attempt to destructure non-iterable instance running TypeError: Invalid attempt to destructure non-iterable...
Screnshots of elements with `position: fixed` are currently not supported. But it would be nice to support that. I think this can be done in the following way: 1. detect...
Hi, I stumbled upon this great project and wondering if you would like to join forces and merge this into the webdrivercss project? What do you think about that? Cheers
[These lines](https://github.com/zinserjan/wdio-screenshot/blob/master/src/modules/beforeScreenshot.js#L11-L18) seem to cause Firefox on OSX to display scroll bars for a short time, which can cause image diffs (via wdio-visual-regression-service) to fail.