முக்கிய உள்ளடக்கத்திற்குச் செல்லவும்

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
NameTypeDetails
fingerprintIdnumberThe fingerprint sensor ID to simulate (1–10)
Example
fingerPrint.js
it('should authenticate with fingerprint', async () => {
await browser.fingerPrint(1)
})
Support

Support for android

குறிப்பு

Refer to the official Appium driver documentation to see which driver versions support this command.

Welcome! How can I help?

WebdriverIO AI Copilot