Any way to automate SFSafariViewController in UI tests?
Is there any way to automate SFSafariViewController? I like the Xcode 7 UI test feature, but it seems it does not support SFSafariViewController automation. Some of the UI flows I am testing require a web browser so the app uses SFSafariViewController to make it safer vs a web view. If it's similar to launching extensions (currently broken with direct interactions), try tapping the screen at the point where the element you're looking for is: Example of tapping an action sheet which launches an extension: func tapElementInActionSheetByPosition(element: XCUIElement!) { let tableSize = app.tables