[Wtr-general] OT: How to Navigate the Watir FAQ

2006-05-11 Thread Paul Carvalho
Hi there, this is totally aside and just 'FYI' so please disregard if you are not interested.It's been bugging me for a few weeks so I just took a look and discovered why the anchors to the FAQ haven't been working as expected. Here's an example -- Bret sent out the following link in a recent

Re: [Wtr-general] Running Multiple Instances of IE

2006-05-11 Thread Chris McMahon
I don't think Perl is giving you anything that you can't get from Ruby, except perhaps the nostalgic pangs that can only come with first love. Ruby also supports the system call But Ruby's system() doesn't have an option that return control to the calling script. See the discussion here

Re: [Wtr-general] Running Multiple Instances of IE

2006-05-11 Thread Bret Pettichord
If you show us your code, we can try to fix it.On 5/11/06, John Fitisoff [EMAIL PROTECTED] wrote: Anyhow, here is our solution for the sessionproblem.Thanks for all of the responses. My script is just alternating between a bad loginattempt and a good login attempt, with asserts tocheck each

Re: [Wtr-general] OT: How to Navigate the Watir FAQ

2006-05-11 Thread Paul Carvalho
Really? I tried the corrected links on IE6 in WinXPSP2 before I posted my observations and they work for me. Mind you, I always get a few Runtime Errors when I try to connect to that page with IE6 for some reason, but the FAQ and correct section *do* appear. That is strange. Oh well.Paul.On

Re: [Wtr-general] Controlling multiple scripts with Basic Auth logon popups Re: Running Multiple Instances of IE

2006-05-11 Thread Bret Pettichord
On 5/11/06, Chris McMahon [EMAIL PROTECTED] wrote: On 5/11/06, Bret Pettichord [EMAIL PROTECTED] wrote: I don't understand the problem. Doesn't this do what you want? Thread.new {system 'ruby c:/myscript.rb'} Not really.I like to do stuff like the code below now and then.Furthermore, since each

Re: [Wtr-general] Running Multiple Instances of IE

2006-05-11 Thread Bret Pettichord
On 5/11/06, John Fitisoff [EMAIL PROTECTED] wrote: Hi Brett,I'm basically trying to run multiple instance of thefollowing script (the original is a bit larger becauseI kept repeating the steps).How are you running these. Do you have a master scripting running them? Do you start them manually?

[Wtr-general] IE Dev toolbar

2006-05-11 Thread Michael Moore
Everyone else probalby knows about this already, but I discovered it a couple weeks ago, and it's been very usefulll. It's the IE dev toolbar from Microsoft: http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511-BB3E-2D5E1DB91038displaylang=en While it's got some good stuff

Re: [Wtr-general] Thoughts on modal dialog implementation in development Watir

2006-05-11 Thread David Schmidt
Bret Pettichord wrote: On 5/11/06, *David Schmidt* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Bret and all, I was overjoyed to find the Watir::IE#attach_modal() method in the current development tree and quickly started experimenting in IRB to see how best to

Re: [Wtr-general] Need Help clicking on a link?

2006-05-11 Thread Lonny Eachus
Hah. Since I did not know what the rest of the page contained, or what the _javascript_ function did, I had this long, complex explanation of how you could go about setting up your own call to that _javascript_ function in Watir. However, now that I have seen the page, and examined the