Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Return X,Y Location of a Tab selected field on Web Page
#2
Code:
Copy      Help
;if need coordinates
Acc a.FromFocus
int x y; a.Location(x y)
out F"{x} {y}"
Code:
Copy      Help
;if need mouse
Acc a.FromFocus
a.Mouse(0)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)