I am trying to setup Appium to trigger Safari browser on iOS Simulator.
I am able to bring up the simulator using the capabilities that I provided from Selenium Grid.
The issue that I am facing is, when the URL is entered it shows me a pop up saying “Cannot Verify Server Identity”.
It has Continue, Details, Cancel links.
I want to click on Continue but could not click it.
I tried autoAcceptAlerts but I got this message on appium node.
“The capabilities ‘autoAcceptAlerts’ and ‘autoDismissAlerts’ do not work for XCUITest-based tests. Please adjust your alert handling accordingly.”
Appium version: 1.6.4
I tried to find the response online before posting question, but couldn’t find much relevant information.
Please let me know how can I accept the alert and move forward.