Here is what i need
CODE
SetActiveWindow Windows Internet Explorer
Loop 10000
DragTo X, Y
LeftClick
Delay 1261000
If //number in specific part of window >= 70 --------how to realize that?
DragTo X, Y
LeftClick
Else
DragTo X, Y
LeftClick
End
// Then i need to scan 3 numbers in different parts of the scren, if one of them, two of them or all of them = 0 --------the same problem
// bla-bla, drag to, click ets....
else
//
End
End
Loop 10000
DragTo X, Y
LeftClick
Delay 1261000
If //number in specific part of window >= 70 --------how to realize that?
DragTo X, Y
LeftClick
Else
DragTo X, Y
LeftClick
End
// Then i need to scan 3 numbers in different parts of the scren, if one of them, two of them or all of them = 0 --------the same problem
// bla-bla, drag to, click ets....
else
//
End
End
Need a help =) A lot of thanks, sorry for my english if I wrote something wrong
