Santosh
Santosh

Reputation: 101

Can i test iphone application using selenium webdriver?

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

Answers (2)

Ninja java
Ninja java

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

Mosam Mehta
Mosam Mehta

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

Related Questions