Can I use Selendroid for automating IOS app?

1,685 views
Skip to first unread message

Vinay

unread,
Apr 3, 2014, 7:24:40 AM4/3/14
to webd...@googlegroups.com
I am new to Mobile Automation.I want to know ,Can I use Selendroid for automating  IOS app. If possible then how?
OR it is flexible to use Appium.

Jim Evans

unread,
Apr 3, 2014, 7:47:17 AM4/3/14
to webd...@googlegroups.com
Selendroid is specific to Android. You can use ios-driver to use the WebDriver API to automate iOS applications. Same API, just adding a second dependency.

Vinay

unread,
Apr 3, 2014, 8:27:04 AM4/3/14
to webd...@googlegroups.com
Hi Jim,
          Thanks for your reply.Plz tell me the exact tecnical difference between Selendroid and Appium to automate IOS applications.Please Reply.

Jim Evans

unread,
Apr 3, 2014, 8:40:24 AM4/3/14
to webd...@googlegroups.com
You seem to be focused on using Selendroid to attempt to automate iOS apps. For what, by my count, is the third time, you can't use Selendroid for iOS apps; Selendroid is *only* for Android. You need a different project. Since I don't (and won't) use Appium, I use ios-driver for automating iOS apps.

Kandurke Vinayak

unread,
Apr 3, 2014, 9:02:43 AM4/3/14
to webd...@googlegroups.com
Hi Jims,
    Thanks for your reply.You mean that we can't use Selendroid with IOS driver for automating IOS application.We can only use ios driver for automating IOS applications.Please reply.


On Thu, Apr 3, 2014 at 6:10 PM, Jim Evans <james.h....@gmail.com> wrote:
You seem to be focused on using Selendroid to attempt to automate iOS apps. For what, by my count, is the third time, you can't use Selendroid for iOS apps; Selendroid is *only* for Android. You need a different project. Since I don't (and won't) use Appium, I use ios-driver for automating iOS apps.

--
You received this message because you are subscribed to a topic in the Google Groups "webdriver" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/webdriver/0k0rPXv9hZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at http://groups.google.com/group/webdriver.
For more options, visit https://groups.google.com/d/optout.

Krishnan Mahadevan

unread,
Apr 3, 2014, 9:07:24 AM4/3/14
to webdriver
Vinay

Selendroid = supports automating Native Android Applications
ios-Driver = supports automating Native and hybrid IOS Applications
Appium = Native iOS and Android applications



Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
My Technical Scribbings @ http://rationaleemotions.wordpress.com/


--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.

Jim Evans

unread,
Apr 3, 2014, 9:33:15 AM4/3/14
to webd...@googlegroups.com
To piggyback onto this, yes, it's possible to use Selendroid and ios-driver in the same project to automate both Android and iOS apps. However, Selendroid doesn't "use" ios-driver to do so, or vice versa. Your project uses Selendroid via the WebDriver API to automate your Android app, and ios-driver via the WebDriver API to automate your iOS app.

Kandurke Vinayak

unread,
Apr 3, 2014, 9:41:47 AM4/3/14
to webd...@googlegroups.com
Hi,
 I came to conclusion that we can use Selendroid for Android applications only and Appium for Andriod,IOS applications.Am I right?


On Thu, Apr 3, 2014 at 7:03 PM, Jim Evans <james.h....@gmail.com> wrote:
To piggyback onto this, yes, it's possible to use Selendroid and ios-driver in the same project to automate both Android and iOS apps. However, Selendroid doesn't "use" ios-driver to do so, or vice versa. Your project uses Selendroid via the WebDriver API to automate your Android app, and ios-driver via the WebDriver API to automate your iOS app.

Pratap Singh

unread,
Jul 9, 2014, 8:22:03 AM7/9/14
to webd...@googlegroups.com
Dear Jim

I've just started working on Selendroid iOS-Driver, before this I've successfully created framework in Selendorid for Android APP.

For iOS-Driver, I need your help can you show you a list of step or a sample script ?

My Selendroid Server isn't connecting with 444 Port.

Waiting for your reply.

Thanks

Partap

Krishnan Mahadevan

unread,
Jul 11, 2014, 5:41:00 AM7/11/14
to webdriver
You need to be using http://ios-driver.github.io/ios-driver/ for iOS Driver automation.

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
My Technical Scribbings @ http://rationaleemotions.wordpress.com/


--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.

Vineet

unread,
Jul 11, 2014, 5:21:17 PM7/11/14
to webd...@googlegroups.com
Not sure if anyone has yet responded but for iOS you should use iOS driver both of which came from eBay open source foundation. Give it a try.

http://thebuddhatree.blogspot.in/

unread,
Jul 14, 2014, 3:24:30 AM7/14/14
to webd...@googlegroups.com
Not sure, if somebody has replied. Yes, you are right.

Divakar alle

unread,
Jul 24, 2014, 8:00:49 AM7/24/14
to webd...@googlegroups.com
Hi Jim Evans,

I have some doubt that Iphone and all IOS devices can be automated by using IOS driver right.
My question is to connect all these devices to MAC OS know? we can to do in Windows 7.
Only in MAC machines we can connect ios devices and do automation testing using IOS Driver right?
In widows generally we cant automate through IOS drivers right?


Krishnan Mahadevan

unread,
Jul 28, 2014, 6:31:26 AM7/28/14
to webdriver
Yes. iOS Native app automation is ONLY possible from within OSX

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
My Technical Scribbings @ http://rationaleemotions.wordpress.com/


--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages