[Wtr-general] Integrating Watir with SQL Server 2000

2006-06-19 Thread jet ibaÿfffff1ez
I'm having a problem with one of the projects i'm handling right now. I was asked to create automation scripts using watir that could also access SQL Server 2000. Can anybody help me out with this??? I've read some of the posts here regarding database connectivity but it doesn't seem to work and

Re: [Wtr-general] nested frames

2006-06-19 Thread Chris McMahon
ie.frame(:name,"foo").show_all_objects frames show up as type "HTML". Then if you have a frame called "bar" you can do ie.frame(:name,"foo").frame(:name,"bar").show_all_objects On 6/19/06, Beth Ferguson <[EMAIL PROTECTED]> wrote: > How can i discover the names of nested frames with Watir? > >

[Wtr-general] nested frames

2006-06-19 Thread Beth Ferguson
How can i discover the names of nested frames with Watir? Thanks- Beth ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] JS pop-up trouble, new methods in 1.5.1?

2006-06-19 Thread Cain, Mark
Cut and paste this method in your script exactly as is:   # method to click JS popups def startClicker( button , waitTime = 3)   w = WinClicker.new   longName = $ie.dir.gsub("/" , "\\" )   shortName = w.getShortFileName(longName)   c = "start ruby #{shortName }\\watir\\clickJSDialog.

Re: [Wtr-general] CVS download

2006-06-19 Thread Charley Baker
Those pages do appear to be autogenerated, as they're not in the website directory.I'll send a message to Patrick to double check and if so, ask that he make the change. -Charley On 6/17/06, Bret Pettichord <[EMAIL PROTECTED]> wrote: On 6/17/06, Zeljko Filipin <[EMAIL PROTECTED] > wrote: at http:/

Re: [Wtr-general] Can I access caption attribute of a checkbox?

2006-06-19 Thread Zeljko Filipin
That is the latest official version, but I think Angrez was reffering to development build. You can get it here:http://wiki.openqa.org/display/WTR/Development+Builds On 6/19/06, Amitha Shetty <[EMAIL PROTECTED]> wrote:  I am using latest watir version i.e 1.4.1. __

Re: [Wtr-general] Can I access caption attribute of a checkbox?

2006-06-19 Thread Amitha Shetty
Hi,  I am using latest watir version i.e 1.4.1.   When I say  ie.frame(:index,3).checkboxes[1].attribute_value("caption") ,  it throws exception saying "undefined method `attribute_value' for # (NoMethodError)"    How do I proceed?   Thanks, AmithaAngrez Singh <[EMAIL PROTECTED]> wrote: