标签: android ui-automation
我试图在UI自动化测试期间截取屏幕截图,所以这是我的代码的一部分
Uidevice mDevice = Uidevice.getInstance(InstrumentationRegistry.getInstrumentation()); mDevice.pressHome(); mDevice.takeScreenshot(new File("/root/sdcard/Pictures/test.png"));
我可以正常运行测试,但是测试后屏幕截图没有显示,代码有问题吗?