请问 appium 采用 java 编写如何进行截屏操作?以前论坛里的代码用了一直报错。
File screenShotFile= ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); FileUtils.copyFile(screenShotFile, new File(currentPath+"\\"+"20"+ new Date().getTime() + "-No contacts.png"));