Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Return X,Y Location of a Tab selected field on Web Page
#1
I am trying to figure out if there is a way to tab through a web page and return the x,y coordinates. I want to move the mouse to that tab selected field. Unfortunately, the web page is dynamic in size and the positions of the hyperlinks change when there is more information or less on the page. Hitting enter on the tabbed to field results in nothing happening. It only responds when you click on it. Any ideas if this is possible?
#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)


Forum Jump:


Users browsing this thread: 1 Guest(s)