Automation Guide
Application testing
Mobile testing
Testing mobile web applications
Testing Safari on iOS Simulator
The requested page is not available for selected version.
Invoking Safari on iOS Simulator during automation
There are two methods by which Safari may be invoked in the iOS Simulator:
- One, the “real-world” method, is to simply manually tap the Safari icon. However, this method requires manual intervention during automated test.
- Use the navigate built-in action.
Remember:
- For method #2, it is essential that you include the protocol (http:// or https://) for the target URL in the location argument. (For example, http://google.com)