Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] find accessible object - within specific area
#2
At first find the area accessible object. Then find the object in the area object. Use Navigate.

Sometimes with navigate can find in single call.
Macro Macro1499
Code:
Copy      Help
int w=wait(3 WV win("- Mozilla Firefox" "Mozilla*WindowClass" "" 0x4))
Acc a.FindFF(w "A" "carsales2000" "class=author submitter*" 0x1005 3 0 "parent next2 first2")
out a.Value

Sometimes need 2 calls.
Macro Macro1499
Code:
Copy      Help
int w=wait(3 WV win("- Mozilla Firefox" "Mozilla*WindowClass" "" 0x4))
Acc a.FindFF(w "A" "carsales2000" "class=author submitter*" 0x1005 3 0 "parent2")
a.FindFF(a.a "A" "permalink" "" 0x1001 3)
out a.Value


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)