
If you're interested in automating your web app in Mobile Safari on iOS or Chrome on Android, Appium can help you. Basically, you write a normal WebDriver test, and use Appium as the Selenium server with a special set of desired capabilities.
iOS mobile web automation
Appium can automate the Safari browser on real and simulated iOS devices. It is accessed by setting the browserName desired capabilty to "Safari" while leaving the app capability empty.
You must run Safari on the device before attempting to use Appium, in order for the correct preferences to have been set.
Then, use desired capabilities like these to run your test in mobile Safari:If you're interested in automating your web app in Mobile Safari on iOS or Chrome on Android, Appium can help you. Basically, you write a normal WebDriver test, and use Appium as the Selenium server with a special set of desired capabilities.
iOS mobile web automation
Appium can automate the Safari browser on real and simulated iOS devices. It is accessed by setting the browserName desired capabilty to "Safari" while leaving the app capability empty.
You must run Safari on the device before attempting to use Appium, in order for the correct preferences to have been set.
Then, use desired capabilities like these to run your test in mobile Safari:

