I am running native app automation tests on iOS 16

I am running native app automation tests on iOS 16 and the website pop ups are getting accepted automatically. How do I make sure they are not accepted? I have a specific use case around it.

Hi Jacqueline,

When using LambdaTest for automated testing, the “autoAcceptAlerts” capability can be set to “false” to prevent pop-ups from being automatically accepted. This can be useful for scenarios where the pop-up requires user interaction or confirmation. By disabling auto-acceptance, the automated test can wait for user input, preventing false positives or unexpected behavior.