How to take the screenshot from UIAutomator instead of chromedriver?
How to take the screenshot from UIAutomator instead of chromedriver?
This might be of use to you if you are interetsed to see whole picture of device.
What you get with chromedriver screenshot is only webpage screenshot.
Add this capability: capabilities.setCapability("nativeWebScreenshot", true);