fingerPrint
Authenticate users by using their fingerprint scan on supported Android emulators. The fingerprintId must be between 1 and 10.
Note: Falls back to the deprecated Appium 2 protocol endpoint if the driver does not support the
mobile:execute method.
Usage
browser.fingerPrint(fingerprintId)
Parameters
| Name | Type | Details |
|---|---|---|
fingerprintId | number | The fingerprint sensor ID to simulate (1–10) |
Example
fingerPrint.js
it('should authenticate with fingerprint', async () => {
await browser.fingerPrint(1)
})
Support
Hinweis
Refer to the official Appium driver documentation to see which driver versions support this command.