Chuyển đến nội dung chính

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

await 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

Supported platforms: Android

ghi chú

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

Welcome! How can I help?

WebdriverIO AI Copilot