How to send matching fingerprint in iOS XCTest

Viewed 207

I am using xcode 8, swift, and creating a XCTest. I need to login to the application using a 'fingerprint' via the simulator. How can I send the option via an XCTest to the XCUIApplication that is normally chosen via the Hardware menu?:

enter image description here

When the Touch ID prompt is displayed: enter image description here

0 Answers
Related