Re: [Wtr-general] How to access browser authentication pop-up

2007-03-23 Thread Chau, Peter
I had to do this recently and choose the WinClicker route basically I have a separate script called by this line just before the authentication pops up system("start rubyw.exe window_login.rb #{username} #{password}") The contents of window_login.rb looks something like this clas

Re: [Wtr-general] How to get report message after running everytestcase

2007-03-29 Thread Chau, Peter
You can try creating a method that logs to a file aswell as to the console. It'll look something like this def log(message) @file << message puts message end -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charley Baker Sent: Wednesday, Marc