当我使用selendroid服务器连接我的混合应用程序时,Inspector工具不显示设备的屏幕(出现Broken Image / Empty图像)。此外,Java / HTML源选项卡上也没有任何内容。 example Screen here
我使用以下命令启动Selendroid服务器
java -jar Jar_file -app app_file
我也尝试了
java -jar Jar_file -deviceScreenshot -app app_file
我在Java eclipse中使用的代码
SelendroidCapabilities capa = new SelendroidCapabilities();
capa.setAut(My_application_id);
driver = new SelendroidDriver(capa);
如何在Inspector工具中获取设备屏幕?