iOS mobile web app automation using appium
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.Mobile Safari on SimulatorFirst of all, make sure developer mode is turned on in your Safari preferences so that the remote debugger port is open. Mobile Safari …