背景:我在 Windows 机器上有我的 sikuli 集成硒脚本,我的测试用例在 Mac(iPad 模拟器)上运行。这台 Mac 还有一个 appium 服务器在端口 4723 上运行。
我想使用 sikuli 单击 iPad 模拟器上的按钮。但这不起作用。
/* Is there a constructor that accepts an IP argument? Like
Screen s1 = new Screen("ip of mac"); ?*/
Screen s = new Screen();
s.find(System.getProperty("user.dir")+File.seprator+"playbutton.png");
s.click(System.getProperty("user.dir")+File.seprator+"playbutton.png");