08-22-2010, 06:30 PM
Tried accessible object functions?
Also you can try to use Internet Explorer and html element functions. In most cases it is the best method to collect info from a web page.
In the newest QM version, 2.3.2, in scan you can specify match number...
scan ... 1
scan ... 2
...
To copy information also can be used accessible object or html element functions. Or maybe possible to click, or press Tab key until the field is focused, and then getsel.
Also you can try to use Internet Explorer and html element functions. In most cases it is the best method to collect info from a web page.
In the newest QM version, 2.3.2, in scan you can specify match number...
scan ... 1
scan ... 2
...
To copy information also can be used accessible object or html element functions. Or maybe possible to click, or press Tab key until the field is focused, and then getsel.