[wtr-general] Accessing Css Properties not working in firefox

2011-07-25 Thread sachin marne
Hi, I can access background color of div in IE7 with following code @browser.div(identifier).style.backgroundcolor.to_s But I m getting exception in firefox for @browser.div(identifier).style.backgroundcolor.to_s as follows NoMethodError: undefined method `backgroundcolor' for [object

Re: [wtr-general] Watir 2.0.0.rc2 released

2011-07-25 Thread Jari Bakken
On Sun, Jul 24, 2011 at 11:53 PM, Jarmo jarm...@gmail.com wrote: Good news everyone! I've found some time to play with Watir and managed to release a new version - 2.0.0.rc2 (rc1 had buggy dependency, sorry)! There are some big changes including 0-based-indexing, which is enabled by default

Re: [wtr-general] Watir 2.0.0.rc2 released

2011-07-25 Thread Alister Scott
I am having a play around with this on Win7/Ruby 1.9.2, but can't get very far. What am I doing wrong? irb(main):001:0 require 'watir' = true irb(main):002:0 b = Watir::Browser.new = #Watir::IE:0x..f90492b14 url=about:blank title= irb(main):003:0 b.goto 'www.google.com' = 1.363929

[wtr-general] unsubcribe

2011-07-25 Thread Nishi kalra
-- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

Re: [Wtr-development] [wtr-general] Watir 2.0.0.rc2 released

2011-07-25 Thread Jarmo
Don't use Ruby 1.9.2 right now since it is related with other bugs related with 1.9.2. Didn't want to fix those at the moment to avoid even bigger changes. Jarmo On Mon, Jul 25, 2011 at 2:59 PM, Alister Scott alister.sc...@gmail.comwrote: I am having a play around with this on Win7/Ruby 1.9.2,

[wtr-general] Re: Watir 2.0.0.rc2 released

2011-07-25 Thread Jarmo Pertman
On Jul 25, 1:59 pm, Jari Bakken jari.bak...@gmail.com wrote: * renamed CheckBox class to Checkbox * renamed CheckBoxes class to Checkboxes What's the rationale for this? This adds a new incompatibility with watir-webdriver and breaks backwards compatibility for anyone relying on the class

[wtr-general] Re: [Wtr-development] Watir 2.0.0.rc2 released

2011-07-25 Thread Bret Pettichord
This is so exciting! On Sun, Jul 24, 2011 at 4:53 PM, Jarmo jarm...@gmail.com wrote: Good news everyone! I've found some time to play with Watir and managed to release a new version - 2.0.0.rc2 (rc1 had buggy dependency, sorry)! There are some big changes including 0-based-indexing, which

Re: [wtr-general] Watir 2.0.0.rc2 released

2011-07-25 Thread Chuck van der Linden
So just to be clear, at this point for Watir 2.0.0 what would be our 'recommended' version of Ruby, and which versions would be 'supported'? (in that context I consider: 'supported' = should work, may have been tested; 'recommended' = 'tested' and likely to work 'best' and/or used by watir

[wtr-general] Re: Watir 2.0.0.rc2 released

2011-07-25 Thread Chuck van der Linden
On Jul 24, 2:53 pm, Jarmo jarm...@gmail.com wrote: Good news everyone! I've found some time to play with Watir and managed to release a new version - 2.0.0.rc2 (rc1 had buggy dependency, sorry)! There are some big changes including 0-based-indexing, which is enabled by default and not

[wtr-general] update url in slow loading frame

2011-07-25 Thread Todd A.
I have a frame that loads very slowly, so much so that Watir times out begore the page finishes loafing. A div 'panel' with account links loads first and then the mIn section of the page churns on loading some 'home' content that is irrelevant to what I need. Manually I just click the link I

[wtr-general] Re: Failed to handle Jquery event of dropdown in watir cucumber automation.

2011-07-25 Thread Chuck van der Linden
You've provided two different HTML examples, one with an empty select list, and one with the list popoulated. The empty one has the simpler ID, and the populated one has the Header added to the ID It's unclear to me which of these comes first If the control starts out with the empty list, and

Re: [wtr-general] Re: Failed to handle Jquery event of dropdown in watir cucumber automation.

2011-07-25 Thread sachin marne
hi i got the solution on jquery.its basically issue of browser.i tried the same with firefox its working fine.but getting some issues in ie. On 26 Jul 2011 00:51, Chuck van der Linden sqa...@gmail.com wrote: -- Before posting, please read http://watir.com/support. In short: search before you

[wtr-general] Re: Accessing Css Properties not working in firefox

2011-07-25 Thread sachin marne
hi. any one has any idea regarding this issue. On 25 Jul 2011 14:26, sachin marne sachinmarn...@gmail.com wrote: Hi, I can access background color of div in IE7 with following code @browser.div(identifier).style.backgroundcolor.to_s But I m getting exception in firefox for

Re: [wtr-general] Unable to connect to a JDEdwards database with ActiveRecord

2011-07-25 Thread sachin marne
hi. will u plz tell me on which server u r working.sql server 2000,or 2005.bcoz i have done same with smo. . On 23 Jul 2011 01:59, AMXStephen bec04...@gmail.com wrote: Hello folks, We are using SQL Server and I am having trouble connecting to the database here using ActiveRecord. So far I

[wtr-general] chrome is crashing when i try to read dropdown list element

2011-07-25 Thread Cristina Dumitrescu
Hi. I have tests suites that are running great on firefox using watir-webdriver Now I try to run the tests on chrom. Some of the tests are running, but when i try to read a selected dropdownlist value the chrom is crashing selectedMbType = $browser.select(:xpath,