Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Menu selection from dynamic menu
#3
;str s.getclip("HTML Format")
str s.getsel(0 "HTML Format")
;out s
int i=find(s "<html" 0 1); if(i<0) ret
s.get(s i)
;out s; ret

this block does not work at all.

Tweaked with last thread to get it retrieving img tags

int w=wait(2 WV win("Mozilla Firefox" "Mozilla*WindowClass" "" 0x804))
Acc a1.Find(w "DOCUMENT" "" "" 0x3010 2)
str s
a1.WebPageProp(0 0 s)
out s

==================================================================
I can see the selected menu item in QM output window,
but did not get the way to put in str variable.....


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)