Dim intX,intY
FindPic 555,990,662,1081,"Attachment:点击开始.png","000000",1,0.8,intX,intY
If intX > -1 And intY > -1 Then
TracePrint intX
TracePrint intY
Delay 1000
Tap intX,intY
Delay 1000
End If
区域找图找到了,但找到的坐标都是截图最左上角 。怎么改成找到截图最右下角。然后点击
FindPic 555,990,662,1081,"Attachment:点击开始.png","000000",1,0.8,intX,intY
If intX > -1 And intY > -1 Then
TracePrint intX
TracePrint intY
Delay 1000
Tap intX,intY
Delay 1000
End If
区域找图找到了,但找到的坐标都是截图最左上角 。怎么改成找到截图最右下角。然后点击