Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse Coordinates ???
#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)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)