Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以提供建议如何使用 Selenium 链元素搜索的 Sikuli 模拟来实现,例如driver.findElement().findElement();
driver.findElement().findElement();
维克多·伊尔科夫
1.您应该创建一个区域并分配给一个变量(使用 Sikuli IDE 面板中的区域按钮)
2.使用变量并应用find()方法
它应该看起来像:
yourRegion = Region(2157,169,1049,148) yourRegion.find("desired-ui-element.png").highlight(2)
注意: Region(2157,169,1049,148) 可以手动创建,也可以通过 Sikuli IDE 中的 Region 按钮创建