Reputation: 101
I am working with selenium webdriver and performed automation for Web application and Android Application. Can Anyone tell how can i test Iphone Application using Selenium Webdriver ?? Are there any specific jars for that ??
Please share any link for automating iphone application!!
Upvotes: 0
Views: 1477
Reputation: 105
Xcode itself have the Testing tools and you can use the same. For that go to Instruments and select Automation or else you can use the APPIUM Server and its inspector.
Upvotes: 0
Reputation: 1668
You cannot test iPhone application using Selenium Webdriver. However you can use Appium for automating iOS applications. You can use iOS Driver alongwith Selenium.
Upvotes: 0