Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find in HTML page, move mouse and click it
#2
Use accessible object functions. Look for dialogs in the floating toolbar.

example
Macro Macro1966
Code:
Copy      Help
str test="test"
int w=wait(3 WV win("Firefox" "Mozilla*WindowClass" "" 0x4))
Acc a.FindFF(w "A" test "" 0x1000 3)
str url=a.Value
out url
url.setclip ;;copy to clipboard
a.Mouse(1) ;;click


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)