As the title says, I'm trying to write down test automation steps for XCUITest in Xcode 9 in a Safari browser. Our application has some links that it opens in an external browser, and we need to check some elements on the opening web page.
But whenever I tried to record steps with opening Xcode and Safari, I click on some elements of the webpage and Xcode crashes.
Any help how to make this work? I know the new automation features in Xcode 9 that promise to test multiple applications.
source
share