I got an answer and successfully integrated Genymotion with selenium.
I have done the following:
1 - Install the genymotion plugin in eclipse
2 - Configure Selendroid JAR file with my project
3 - Specify the Genymotion serial device in my program, for example capa.setSerial ("192.168.xx.xxx:xxxx");
4 - That is, I can run genymotion through selenium now.
source share