[Wtr-general] Problem with attach using ":title"

2007-06-30 Thread jim_matt
I wanted to share something I discovered. I had reported earlier that I sometimes I had problems attaching a browser using ":title". The problem turns out to be that "title" is part of the HTML. The confusion comes because if the HTML does not have a title, IE displays the URL in the title b

Re: [Wtr-general] Problems with Test::Unit in Eclipse

2007-06-30 Thread jim_matt
than debugging it. Jim Matthews - Original Message - From: "Bret Pettichord" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 27, 2007 4:07 PM Subject: Re: [Wtr-general] Problems with Test::Unit in Eclipse > jim_matt wrote: >> Either I don't get it, or I am

Re: [Wtr-general] Problems with Test::Unit in Eclipse

2007-06-26 Thread jim_matt
s to the load path before you try to require other files. > > > On 6/26/07, jim_matt <[EMAIL PROTECTED]> wrote: >> >> Thanks Walter, >> >> I think I understand what you are trying to do here. The problem is that >> it >> has to open a file first to

Re: [Wtr-general] Problems with Test::Unit in Eclipse

2007-06-26 Thread jim_matt
that problem -- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jim_matt Sent: 26 June 2007 06:41 AM To: wtr-general@rubyforge.org Subject: [Wtr-general] Problems with Test::Unit in Eclipse I realize this is more of an Eclipse problem than a Watir problem, but

[Wtr-general] Problems with Test::Unit in Eclipse

2007-06-25 Thread jim_matt
I realize this is more of an Eclipse problem than a Watir problem, but I know some of you use Eclipse and I though maybe you have figured out the solution already. The problem is that I could not get Test Unit Runner in Eclipse to work for my Ruby tests. It appears the problem is that the dire

[Wtr-general] Cannot identify a table "cell" by "class" in FireWatir

2007-06-02 Thread jim_matt
I know this is mainly for Watir, but I thought some of you might be interested in what I found with FireWatir. One of my goals at the place I am currently working is to have a set of scripts that I can run on IE, Firefox, and Safari. I already have a number of scripts working for Watir. I fin

Re: [Wtr-general] gem error installing 'builder'

2007-06-02 Thread jim_matt
that I did not install or update rubygems. I then installed other gems I needed including "ci_reporter" and "builder". Jim Matthews - Original Message ----- From: jim_matt To: wtr-general@rubyforge.org Sent: Friday, May 18, 2007 10:39 PM Subject: [Wtr-general]

Re: [Wtr-general] New Watir User Guide (beta)

2007-05-19 Thread jim_matt
Since I now normally do a separate $br = Watir::IE I do a '.new' and then a 'goto' elsewhere. In this case it brings up 'about:blank' and does not have to wait for a lot of junk to load. If you are not on a LAN that has access to WWW, then you will wait a long time for http://www.google.com

Re: [Wtr-general] New Watir User Guide (beta)

2007-05-19 Thread jim_matt
I do the same sort of thing now except that I normally do $br = Water::IE.new in one place. I do this for the time I might want to point $br to FireFox and run the same script with it. Jim Matthews - Original Message - From: Ċ½eljko Filipin To: wtr-general@rubyforge.org Sent:

[Wtr-general] gem error installing 'builder'

2007-05-18 Thread jim_matt
I am resending this because I have not seen it show up in email distribution. I sent it earlier in the day than the one titled "ie.maximize does not always work". I did more research after I sent the following message. Most of the solutions seemed to be for unix based systems. The best one I

[Wtr-general] ie.maximize does not always work

2007-05-18 Thread jim_matt
Interestingly I posted something earlier today and I do not see it in the mail. Anyway, to the topic at hand. I have tried to use ie.maximize and ie.minimize and they do not seem to work. Thinking that I might have a problem with my Watir installation, I went and ran the unit test with Watir a

Re: [Wtr-general] OLE error code:80070005 in Access is denied.

2007-04-17 Thread jim_matt
Thanks Bret, I dropped back to Watir version 1.5.1.1145 and the problem went away. Jim - Original Message - From: "Bret Pettichord" <[EMAIL PROTECTED]> To: Sent: Thursday, April 12, 2007 11:08 PM Subject: Re: [Wtr-general] OLE error code:80070005 in Access is deni

[Wtr-general] OLE error code:80070005 in Access is denied.

2007-04-12 Thread jim_matt
Hi guys, I got the following error and am having trouble getting around it: d:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:1830:in `method_missing': document (WIN32OLERuntimeError) OLE error code:80070005 in Access is denied. HRESULT error code:0x80020009 Exce

Re: [Wtr-general] Accessing a web page when a server request for username/password appears?

2007-04-04 Thread jim_matt
Kevin, You are not going to get any further until you supply a username and password. You cannot simply wait it out. You will have to attach the popup, enter a username and password and click the button to continue. Jim Matthews - Original Message - From: "Kevin Scott" <[EMAIL PROTE