appium / appium-flutter-driver

Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms/OSes. Appium Flutter Driver is part of the Appium mobile test automation tool maintained by community
MIT License
440 stars 179 forks source link

iOS real device. Can't handle iOS prompt for Flutter tools - question #630

Closed AlexKrilov closed 7 months ago

AlexKrilov commented 7 months ago

image Good day, I'm experiencing issue when I try to establish Appium session. First I thought that I can handle this pop-up in code by changing Context, but while debugging I have found out that appium session is not created at this part of code: const driver = await wdio.remote(opts);

Any suggestions on how you run tests on the real iOS devices? I have tried to search closed/open issues here but seems I can't find anything and I'm really stuck with this currently.

AlexKrilov commented 7 months ago

adding to the capabilities: 'appium:autoAcceptAlerts': true, solved my issue. Closing the ticket.