Hi…When i launch my app through XCODE for the first time, i get some pop ups to access permission(like “Do you want to access Photos, with “Access” and “Deney” buttons”).Only for the first time i get these pop ups and next execution, no pop ups.So how to handle
Platform:IOS
Appium version: 1.5.2
Simulator or Real Device:Real Divide iPhone5s,Simulator iPhone6
language:Java
OS:MAC
Set “AutoAcceptAlerts” capability as true to accept auto generated pop-ups.
capabilities.setCapability("autoAcceptAlerts", true);