add finger print command to android Driver by alizelzele · Pull Request #473 · appium/java-client
Hey guys,
so I am trying to automate a flow which involves fingerprint authentication, Once I register fingerprint on android simulator ,navigate to the app's login page and start to enter credentials, webdriver throws a exception saying unhandled alert present, even though there is no alert shown, the text of the alert is (which i got from alert.getText) [{"touchIdRequested":false,"credentials":{}}]" , If I remove the fingerprint registration from simulator i do not get the error, and am able to successfully login. The login page is in webView Context
other environment details:
Platform: Mac OS X
Appium:1.7.1
Android Simulator version:8.1.0(Pixel)
Android driver version:3.3.0
Please let me know if you have any information regarding the issue.