[Wtr-general] watir examples

2006-09-11 Thread Luke
hi, I'm looking for some more examples of watir, scripts which would extend those on wtr.rubyforge, are there any other places on net where I can find them, I wish the would apply to Technical Docs on wtr sitethanx 4 help ___ Wtr-general mailing list

Re: [Wtr-general] watir examples

2006-09-11 Thread Zeljko Filipin
Go to http://www.openqa.org/watir/Ċ½eljko ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Watir-Examples

2006-03-16 Thread Paul Carvalho
I'm not sure but is the new browser window opening when the link is clicked? Do you have the Popup Blocker enabled in IE? This also happened to me the first time I ran the mouse_over.rb script. I had to allow popups for this Fort Lewis site in Internet Explorer. If it's not that, I'm not sure what

[Wtr-general] Watir-Examples

2006-03-14 Thread Tanushree Bhoi
Hi, I am newly joined to this group.I am exploring about watir and ruby. I tried running the examples given with the Watir example folder but some scripts(google_maps.rb,mouse_over.rb,yahoocheck_test.rb)are giving errors.Please help.Thanks in Advance. Regards Tanushree

Re: [Wtr-general] Watir-Examples

2006-03-14 Thread Chris McMahon
(2) google_maps.rb: - I found that the text input field has been renamed on the Google page since the script was first created. I've known this was broken for awhile, but haven't checked in a fix. Mea culpa, y'all. -Chris ___ Wtr-general mailing

Re: [Wtr-general] Watir-Examples

2006-03-14 Thread Chris McMahon
On 3/14/06, Paul Carvalho [EMAIL PROTECTED] wrote: On 14/03/06, Chris McMahon [EMAIL PROTECTED] wrote: (2) google_maps.rb: - I found that the text input field has been renamed on the Google page since the script was first created. I've known this was broken for awhile, but haven't

Re: [Wtr-general] Watir-Examples

2006-03-14 Thread Bret Pettichord
On 3/14/06, Paul Carvalho [EMAIL PROTECTED] wrote: I *need* that feature working for one of my script suites to work correctly, so I'm still using 1.4.1 right now. I can't wait to get my hands on some of the feature improvements in the latest build, but I just can't work around the frame().html

Re: [Wtr-general] Watir-Examples

2006-03-14 Thread Bret Pettichord
On 3/14/06, Paul Carvalho [EMAIL PROTECTED] wrote: (2) google_maps.rb:- I found that the text input field has been renamed on the Google page since the script was first created.- Use SpySmith to find out the identifiers for the text input field. Change the text input box reference in the script to

Re: [Wtr-general] Watir Examples that need to be updated

2006-02-08 Thread Paul Carvalho
Hi Bret, I already sent updated examples to Jonathan K. The only one I couldn't *update* was the yahooCheckbox_test.rb script. The page it refers to is completely gone. This script would have to be completely rewritten so I thought it best to leave that to someone else. Cheers. P.On 08/02/06,

Re: [Wtr-general] Watir Examples that need to be updated

2006-02-07 Thread Bret Pettichord
I often get private requests from people who want to know how they can contribute to Watir.Here is a great list. Any interest? Send me the corrected files and i'll be happy to give you credit and update the examples. BretOn 2/2/06, Paul Carvalho [EMAIL PROTECTED] wrote: I've spent the day running

Re: [Wtr-general] Watir Examples that need to be updated

2006-02-03 Thread Cain, Mark
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Carvalho Sent: Thursday, February 02, 2006 3:36 PM To: wtr-general@rubyforge.org Subject: [Wtr-general] Watir Examples that need to be updated I've spent the day running through examples and creating new scripts. I am now happily exploring our web

[Wtr-general] Watir Examples that need to be updated

2006-02-02 Thread Paul Carvalho
I've spent the day running through examples and creating new scripts. I am now happily exploring our web apps and struggling throughdeveloping some scripts. Regarding the Watir examples, here is some feedback on what I've observed. The C:\Program Files\Watir\examples folder has 4 scripts that