I want test Safari browser on iPhone? What should I do ?
2 Likes
Hi @tuananh99
On your capibility, you should need
1. With emulator
- {“browserName”:“safari”,“safari:useSimulator”:true,“platformName”:“ios”}
2. With real device
- {“browserName”:“safari”,“platformName”:“ios”}
- Run terminal on MAC device: safaridriver --enable
- Access to Setting of device: Settings → Safari → Advanced → Remote Automation.
- Only apply on ios13 and higher (WebDriver is Coming to Safari in iOS 13 | WebKit)
3 Likes