Re: [Wtr-general] Error when loading iframe

2007-05-03 Thread John
Thank you very much! Downloading the latest development build solved this issue and it now works fine. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Wtr-general Digest, Vol 42, Issue 3

2007-05-03 Thread Imran Hussain
Hi Charley, Thanks for the info but it still doesn't work, I now get the following error: c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3388:in `method_missing': focus (WIN32OLERuntimeError)OLE error code:800A083E in htmlfile Can't move focus to the control because it is invisible, not

Re: [Wtr-general] playing with FireWatir on OSX

2007-05-03 Thread Chris McMahon
On 5/3/07, Angrez Singh [EMAIL PROTECTED] wrote: Hi Chris, You might want to have a look at this for installing FireWatir or MAC OS X. http://crasch.livejournal.com/550521.html According to the troubleshooting section of this article, the error you are getting is because of incorrect xpi.

Re: [Wtr-general] playing with FireWatir on OSX

2007-05-03 Thread Angrez Singh
Hi Chris, Did you tried the XPI at http://alephzarro.com/blog/2007/03/12/jssh-for-firefox-on-linux-because-firewatir-loves-it Its an XPI for linux but seems to work on Mac OS also (according the link i sent you in last mail) Regards, Angrez

Re: [Wtr-general] playing with FireWatir on OSX

2007-05-03 Thread Chris McMahon
On 5/3/07, Angrez Singh [EMAIL PROTECTED] wrote: Hi Chris, Did you tried the XPI at http://alephzarro.com/blog/2007/03/12/jssh-for-firefox-on-linux-because-firewatir-loves-it Its an XPI for linux but seems to work on Mac OS also (according the link i sent you in last mail) Yay! That one

[Wtr-general] can you help why ODBC connection failure worked one time and not working no

2007-05-03 Thread Venkata
helo all, I am trying to connect to SQL server through ODBC. Steps 1) I alreday have ODBC available. 2) Created a DSN and tested with Test connection there. 3) verified C:\IRBmain Require 'ODBC' true. 4) I created a scripts according to the examples. require 'watir' require 'ODBC'

Re: [Wtr-general] Finding the name of objects

2007-05-03 Thread Chris McMahon
The Developer Toolbar is great http://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038displaylang=en Also, Watir has nice show_all_* methods we like to use from IRB. Using the flash method from IRB is also recommended. And eventually, you even get pretty

[Wtr-general] FireWatir not finding buttons by id

2007-05-03 Thread Chris McMahon
Hi... Seems like this script should work, but I'm getting FireWatir::Exception::UnknownObjectException: Unable to locate object, using id and id value for both the buttons. I put the sleeps in in case it was a page-rendering issue, but I don't think that it is. (BTW, feel free to add