[wtr-general] Getting initialize': can't convert nil into String error

2010-06-08 Thread rrash586
Hi All, When i tried to to call finishReport method. CLReport.class.rb:170:in `initialize': can't convert nil into String (TypeError) from CLReport.class.rb:170:in `open' from CLReport.class.rb:170:in `finishReport' from report_html1.rb:98 please let me know any input

Re: [wtr-general] Getting initialize': can't convert nil into String error

2010-06-08 Thread Željko Filipin
On Tue, Jun 8, 2010 at 10:18 AM, rrash586 rrash...@gmail.com wrote: CLReport.class.rb:170:in `initialize': can't convert nil into String Please provide relevant code. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of

[wtr-general] Re: Win32::Screenshot 0.0.4

2010-06-08 Thread TCBlues
I'm trying to download the gem but it is not available, do you know where could I download it? Thanks. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

Re: [wtr-general] Re: Win32::Screenshot 0.0.4

2010-06-08 Thread Željko Filipin
On Tue, Jun 8, 2010 at 1:56 PM, TCBlues tcbl...@gmail.com wrote: I'm trying to download the gem but it is not available, do you know where could I download it? http://rubygems.org/gems/win32screenshot or gem install win32screenshot Željko -- Before posting, please read

[wtr-general] Re: Win32::Screenshot 0.0.4

2010-06-08 Thread TCBlues
Yes I knew both... but when I click on download: could not find production.cf.rubygems.org and trying gem install, ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) SocketError: getaddrinfo: temporary failure in name resolution.

Re: [wtr-general] Re: Win32::Screenshot 0.0.4

2010-06-08 Thread Željko Filipin
On Tue, Jun 8, 2010 at 2:36 PM, TCBlues tcbl...@gmail.com wrote: SocketError: getaddrinfo: temporary failure in name resolution. Maybe this caused the problem: http://twitter.com/chadfowler/status/15702305236 Željko -- Before posting, please read http://watir.com/support. In short: search

[wtr-general] Re: Win32::Screenshot 0.0.4

2010-06-08 Thread TCBlues
Thanks a lot, I'll be waiting until I can reach these gems. On 8 jun, 12:38, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Jun 8, 2010 at 2:36 PM, TCBlues tcbl...@gmail.com wrote: SocketError: getaddrinfo: temporary failure in name resolution. Maybe this caused the problem:

[wtr-general] Watir Twitter Buzz on watir.com

2010-06-08 Thread Željko Filipin
If you want your tweet to show up on http://watir.com/, please include @watir in it. #watir is no longer about Watir most of the time. By the way, Watir now also has identi.ca account (http://identi.ca/watir) and group (http://identi.ca/group/watir). Željko -- watir.com - community manager

Re: [wtr-general] Getting initialize': can't convert nil into String error

2010-06-08 Thread Ethan
does this have anything to do with watir? On Tue, Jun 8, 2010 at 04:18, rrash586 rrash...@gmail.com wrote: Hi All, When i tried to to call finishReport method. CLReport.class.rb:170:in `initialize': can't convert nil into String (TypeError) from CLReport.class.rb:170:in `open'

[wtr-general] Firefox 3.6.3 JSSh on Linux

2010-06-08 Thread Felipe Knorr Kuhn
Hello all, I'm trying to help a friend setup FireWatir under Linux and she's using FF 3.6.3. The wiki [1] does not have the XPI for FireFox 3.6 and I couldn't find any links in the email archives. Does anyone have the XPI handy? I would like to save my friend from the hassle of compiling

[wtr-general] Re: fire_event onblur

2010-06-08 Thread niartseoj
Thanks that helped On Jun 7, 6:05 pm, Paul Rogers paul.rog...@shaw.ca wrote: you probably need this: browser.text_field(record['object'].to_sym, /#{record['name']}/).fire_event(onblur) On Mon, Jun 7, 2010 at 1:03 PM, niartseoj niarts...@gmail.com wrote: edited the post as previous was

[wtr-general] Is there a means to specify an element in the browser as a variable?

2010-06-08 Thread joedio
Is there a way to with Ruby/Watir to specify an element in the browser as a variable? I'm trying to parse though a set of elements on the web page to get the setting of a specific attribute for each element. This example below fails with the following: undefined method `sElement ' for