Search found 10 matches

by usernamechan
Thu May 10, 2007 3:26 am
Forum: Beginners
Topic: Is there a script to detect message or alert boxes?
Replies: 3
Views: 4892

Can anyone give an example on how to use OnEvent to detect and process some random dialog?
________
Mercedes-Benz 600 (disambiguation) specifications
by usernamechan
Wed May 09, 2007 4:15 pm
Forum: Beginners
Topic: Is there a script to detect message or alert boxes?
Replies: 3
Views: 4892

Is there a script to detect message or alert boxes?

I can't run my script to automate some Web processes unattended. Every time I leave it running for any extended period unattended, I would come back to some alert boxes needing a click on "ok". How do I detect these elements? For instance, the Web site goes into maintenance and pops up an alert box....
by usernamechan
Wed Apr 25, 2007 10:15 pm
Forum: Beginners
Topic: Need help with the WaitIE function
Replies: 4
Views: 5469

Sometimes errors do occur when the response time or server stalls. Would putting more WaitIE help?
________
vaporizer pipe
by usernamechan
Wed Apr 25, 2007 3:07 am
Forum: Beginners
Topic: Need help with the WaitIE function
Replies: 4
Views: 5469

I am testing WebRecorder on a site with frames. I have used multiple WaitIEs. Due to fluctuations with load time and server response time, sometimes the script results in error. Is there a way to check the status of the browser? For instance, once the site finishes loading, the bottom left corner st...
by usernamechan
Wed Apr 25, 2007 2:53 am
Forum: General Discussion
Topic: ReadFile results in IO error 32
Replies: 4
Views: 6274

I was running as Admin. I did share the folder. What else could it be?
________
jailbroken
by usernamechan
Tue Apr 24, 2007 11:05 pm
Forum: General Discussion
Topic: ReadFile results in IO error 32
Replies: 4
Views: 6274

ReadFile results in IO error 32

Let>zip=96502 ReadFile>C:\Smart\zip_code.txt,file MessageModal>file Let>match={if(pos(%zip%,%file%)>0,"yes","no")} Message>%match% I get an IO error 32 from running this script with the file located under a folder/directory. If I move the file to the root C:, the script runs fine. Let>zip=96502 Read...
by usernamechan
Tue Apr 24, 2007 7:18 pm
Forum: General Discussion
Topic: error when executing compiled code w/ VBscript
Replies: 2
Views: 4686

I have a longer script that executes fine after compilation. After I added the MsgBox VBscript code, the script compiles, but wouldn't run. I get "someFileName.exe has encountered a problem and needs to close. We are sorry for the inconvenience." ....Please tell Microsoft about this problem.... Any ...
by usernamechan
Fri Apr 20, 2007 4:07 pm
Forum: General Discussion
Topic: error when executing compiled code w/ VBscript
Replies: 2
Views: 4686

error when executing compiled code w/ VBscript

The VBScript below runs fine before compilation. After compilation, the dot exe file gives me an error.


VBSTART

Sub AlertMessage (msg)

MsgBox msg

End Sub

VBEND


VBRun>AlertMessage,Some Message
________
herbalaire
by usernamechan
Wed Apr 18, 2007 6:27 pm
Forum: Beginners
Topic: Need help with the WaitIE function
Replies: 4
Views: 5469

Need help with the WaitIE function

I am evaluating WebRecorder. The time it takes to load a page may vary. Is WaitIE used to determine a Web page is finished loading? I see multiple calls to WaitIE. Is it possible to use a While loop? LibFunc>hIE,WaitIE,r,%IE[0]% Wait>delay LibFunc>hIE,WaitIE,r,%IE[0]% Wait>delay ________ Dream Fund
by usernamechan
Wed Apr 18, 2007 6:10 pm
Forum: Beginners
Topic: problem with IF condition
Replies: 1
Views: 3478

problem with IF condition

I couldn't understand why the IF statement returns false. I send %result% to the Message function and Sorry is displayed. So, I couldn't understand why I would get the "Have Job" message (the else statements) from the evaluation of %result%="Sorry". Can anyone explain? Code Example: Let>B1_SIZE=4098...
Sign up to our newsletter for free automation tips, tricks & discounts