| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Aug 22, 2008 6:31 pm Post subject: StatusBarWait in Opera |
|
|
I was testing this script in IE6 and it works
| Code: | StatusBarWait, Done, 100
Click, 651, 583
Sleep, 100 |
But my default browser is Opera. What do I do now?
This is the progress bar in Opera:
http://img141.imageshack.us/my.php?image=opera9ta0.png
When the page finishes loading, there's no "done" or things like that. |
|
| Back to top |
|
 |
Serenity
Joined: 07 Nov 2004 Posts: 1276
|
Posted: Fri Aug 22, 2008 11:20 pm Post subject: |
|
|
StatusBarWait only works with a standard statusbar control. You could try using ImageSearch instead.
| Quote: | | This command attempts to read the first standard status bar on a window (Microsoft common control: msctls_statusbar32). Some programs use their own status bars or special versions of the MS common control, in which case the text cannot be retrieved. |
_________________ "Anything worth doing is worth doing slowly." - Mae West
 |
|
| Back to top |
|
 |
Guest
|
Posted: Sat Aug 23, 2008 12:26 am Post subject: |
|
|
| Ok, thanks for the info. |
|
| Back to top |
|
 |
|