Helping Hands
Helping Hands

Reputation: 5396

Genymotion emulator with selenium

Can I integrate genymotion emulator with selenium? to do testing of Android app. functionality using selenium without device I mean using genymotion emulator.

Upvotes: 6

Views: 1778

Answers (1)

Helping Hands
Helping Hands

Reputation: 5396

I got the answer and integrated successfully Genymotion with selenium.

I have done following :

1 - Install genymotion plugin in eclipse

2 - Configure Selendroid JAR file with my project

3 - Specify Genymotion device serial in my program like capa.setSerial("192.168.xx.xxx:xxxx");

4 - Thats it , I able to run genymotion through selenium now.

Upvotes: 6

Related Questions