Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse Coordinates ???
#1
Hi!
I'm having trouble with mouse coordinates. I measure precise x,y points where I want "lef" to happen in firefox window, and when I run macro it goes well for certain number of clicks, and just like that, cursor does not click on specific spots. Then I rearrange coordinates and so on... Also, when I ran macro on other PC which has same resolution, window size, etc. I also need to adjust coordinates... Sad

Help?
#2
Click in web page?

To make macro that works with a web browser independent from window position/size, theme, splitter position, number of toolbars, tabs, "remember password" bars, "blocked popup" bars, number of ads, page data or design changes, etc, instead of lef use accessible object functions.

This will click "Mouse Coordinates ???" link wherever it is.
Macro
Code:
Copy      Help
Acc a=acc("Mouse Coordinates ???" "LINK" win("Quick Macros Forum • Post a reply - Mozilla Firefox" "MozillaUIWindowClass") "MozillaContentWindowClass" "" 0x1001)
a.DoDefaultAction ;;or a.Mouse(1)


Forum Jump:


Users browsing this thread: 1 Guest(s)