How to take Screenshot using Appium?
File scrFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);
Posted on April 9, 2019
By Shah Nawaz
File scrFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept