Automation Guide
Application testing
Mobile testing
Testing mobile web applications
Testing Safari on iOS
Safari iOS testing prerequisites
The requested page is not available for selected version.
Configuring iOS devices and macOS machines for testing Safari iOS
This section describes essential configurations needed to ensure that automated tests on Safari iOS run successfully and stably.
Prior to automating with TestArchitect, the following configurations must be set.
On your iOS test device: Turning on Web Inspector is the most crucial configuration for automating Safari:
Tap Settings > Safari > Advanced.
Turn on Web Inspector.
On your iOS test device: Disabling Auto-Lock ensures that your device does not automatically lock its display while the automated test is running, which would cause the test to fail:
Tap Settings > General > Auto-Lock.
Select the Never option.
On your macOS machine: Give permissions to the lockdown folder with the following command:
sudo chmod -R 777 /var/db/lockdown