Re: [Wtr-general] How can I display a message while a Watir script is Sleeping?

2006-02-16 Thread Zeljko Filipin
The easiest way I can think of is to output something in the console. # some ruby/watir codeputs Please wait a few minutes for some stuff to happen in the background.# more ruby/watir code On 2/15/06, Paul Carvalho [EMAIL PROTECTED] wrote: Hi there, this may seem trivial to some, but I haven't

Re: [Wtr-general] How can I display a message while a Watir script is Sleeping?

2006-02-16 Thread Bret Pettichord
On 2/15/06, Paul Carvalho [EMAIL PROTECTED] wrote: I couldn't find anything in the Ruby technical docs that would help me *create* a pop-up window. Can this be done with Ruby? Do I have to make a call to a _javascript_ function to do this?You definitely don't want to create a _javascript_ popup