Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/biometric-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ To enable biometric authentication feature in your automation script, set the ca
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setcapability("enableBiometricsAuthentication",true)
```
:::note
Explicitly set the `autoAcceptAlerts` capability to false in order to run biometric tests on iOS devices.
:::


### Using Lambda-Hook

Expand Down
Loading