Skip to content

Commit 536810a

Browse files
updated autoaccept alerts capability note
1 parent 8f32eb0 commit 536810a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/biometric-authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ To enable biometric authentication feature in your automation script, set the ca
108108
DesiredCapabilities capabilities = new DesiredCapabilities();
109109
capabilities.setcapability("enableBiometricsAuthentication",true)
110110
```
111+
:::note
112+
Explicitly set the `autoAcceptAlerts` capability to false in order to run biometric tests on iOS devices.
113+
:::
114+
111115

112116
### Using Lambda-Hook
113117

0 commit comments

Comments
 (0)