Testing Selendroid Inspector设备屏幕未出现

Testing Selendroid Inspector设备屏幕未出现,testing,automated-tests,selendroid,Testing,Automated Tests,Selendroid,当我使用selendroid服务器连接我的混合应用程序时,Inspector工具不显示设备的屏幕(出现断开的图像/空图像)。Java/HTML源选项卡上也没有显示任何内容 我使用以下命令启动Selendroid服务器 java-jar-jar\u文件-app-app\u文件 我也试过了 java-jar jar_文件-deviceScreenshot-app app_文件 我在JavaEclipse中使用的代码 SelendroidCapabilities capa = new Selendro

当我使用selendroid服务器连接我的混合应用程序时,Inspector工具不显示设备的屏幕(出现断开的图像/空图像)。Java/HTML源选项卡上也没有显示任何内容

我使用以下命令启动Selendroid服务器

java-jar-jar\u文件-app-app\u文件

我也试过了

java-jar jar_文件-deviceScreenshot-app app_文件

我在JavaEclipse中使用的代码

SelendroidCapabilities capa = new SelendroidCapabilities();
capa.setAut(My_application_id);
driver = new SelendroidDriver(capa);
如何在Inspector工具中获得设备屏幕