Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get Window Text, If, Repat, etc.
#2
This example works with QM Find dialog. Repeats while value of edit control text is less than 10.

Code:
Copy      Help
int i h; str s

h=id(1127 "Find")
s.getwintext(h)
i=val(s)

for i i+1 10
,s=i
,s.setwintext(h)
,0.2

If edit control is in web page, this will not work. Then you have to use html or accessible object (QM 2.1.2 beta), or copy/paste edit control contents.[/code]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)