l = find("Start_menu.png").similar(0.5).anyColor()
click(l)
以上是我的代码的摘录。“Start_menu.png”是指 Windows 开始菜单的图像。执行此操作时出现以下错误:
File "C:\Users\VPRAVE~1.TSI\AppData\Local\Temp\sikuli-tmp8636618870597770744.py", line 1, in
l = find("1368426219510.png").similar(0.5).anyColor().anySize()
AttributeError: 'org.sikuli.script.Match' object has no attribute 'similar'
有人可以帮我解决这个问题吗?有人可以告诉我如何使用anyColor()
andanySize()
吗?