Search code examples
androidappiumwebdriver-io

How should I handle the camera based popups which asks for allow or deny options for mobile automation?


I want to handle these popups and allow whenever the test runs. What capabilities should I set that allows the test to run without interacting with these popups.

enter image description here


Solution

  • I got the way setting up the capabilities by autoGrantPermissions: true is letting me to allow the popup.