Search code examples
appiumpython-appium

How to accept the google permission prompt by default while using appium


I'm trying to automate the app , but suddenly in middle the google permissions window for permission like phone , location etc pops up , is there any way that I can make sure always permission pop ups are allowed


Solution

  • Try to set desired capabilities:

    autoAcceptAlerts = true