Fingerprint reader espresso test

元气小坏坏 提交于 2019-12-08 05:30:17

问题


I am trying to make espresso test for fingerprint reading. It is possible for emulator test with such

Runtime.getRuntime().exec("adb -e emu finger touch 1");

However this same code is not working on real devices. What is the way to do fingerprint reader on espresso test for real devices?


回答1:


I'm sorry but, as far as I know, this is not possible with real devices.



来源:https://stackoverflow.com/questions/46329515/fingerprint-reader-espresso-test

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!