Genymotion模拟器与硒

Hel*_*nds 6 selenium selenium-webdriver genymotion

我可以将genymotion模拟器与selenium集成吗?做Android应用的测试.使用selenium而不使用设备的功能我的意思是使用genymotion模拟器.

Hel*_*nds 6

我得到了答案并成功地将Genymotion与硒合并.

我做了以下事情:

1 - 在eclipse中安装genymotion插件

2 - 使用我的项目配置Selendroid JAR文件

3 - 在我的程序中指定Genymotion设备序列,如capa.setSerial("192.168.xx.xxx:xxxx");

4 - 多数民众赞成,我现在可以通过硒运行genymotion.