I have an app that uses a SFSafariViewController. The user clicks on a button and a webview appears inside the app presenting the contents of the site. I'm using XCUITest framework to test the UI.
I notice that when the webview appears, the navigation bar and the bottom tool bar seem to always have the same UI elements.
Navigation Bar UI Elements (going from left to right):
- "Done" Button
- URL link
- Reload button
Bottom Tool Bar UI Elements (going from left to right):
- Back arrow button
- Forward arrow button
- Share button
- Open In Safari button
From a UI test standpoint, can I assume that these UI elements will always be present as default for a SFSafari VC?