Is there any way I can automate ui tests in safari view controller? Since I'm using Xcode 9 I cannot reference UI elements inside fo SFSafariViewController anymore. When I debug the view hierarchy, I cannot see any XCUIElements, for example UITextFields in order to perform an automated login. In Xcode 8, I could access those elements via XCUIPath.
Asked
Active
Viewed 670 times
1 Answers
0
I actually found a workaround: https://discuss.appium.io/t/how-to-automate-ui-tests-for-safari-view-controller/6551/6?u=doge

Objective D
- 799
- 5
- 16