Re: [wtr-general] text_fields showing up as 'read only' on IE9 Win7

2011-11-09 Thread Željko Filipin
On Wed, Nov 9, 2011 at 2:26 AM, Chuck van der Linden sqa...@gmail.com wrote: I'm running some scripts that are currently implemented in watir 1.9.1 Did you try the same with the latest version of watir gem? How does watir-webdriver gem behaves? Željko -- watir.com - community manager

[wtr-general] Re: text_fields showing up as 'read only' on IE9 Win7

2011-11-09 Thread Chuck van der Linden
Not yet, there's a lot of portions in our scripts (not this section, but others) which depend on sendkeys and such and the changes there mean some re-work will be needed to adapt them to the new format. Moving to watir 2.x is in the works but still a few weeks out. I'll have a look later today on

[wtr-general] Re: Watirgrid: returning provider host names

2011-11-09 Thread George
Thanks for your patience. I got this working. I first opened a command window and typed 'controller' to start the controller. Then I was able to run this using SciTE: require 'rubygems' require 'watirgrid' grid = Watir::Grid.new(:controller_uri = 'druby:// controller_address:port') grid.start

[wtr-general] the watir-webdriver scripts not running on firefox8: receiving unable to obtain stable firefox connection in 60 seconds

2011-11-09 Thread Cristina Dumitrescu
Hi, I've update the firefox to the latest version ff8. And I cannot run the scripts because I am receiving Selenium::WebDriver::Error::WebDriverError: unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055) irb(main):002:0 browser = Watir::Browser.new:ff

[wtr-general] Re: the watir-webdriver scripts not running on firefox8: receiving unable to obtain stable firefox connection in 60 seconds

2011-11-09 Thread Cristina Dumitrescu
Never mind. I found the answer on stackoverflow. http://stackoverflow.com/questions/7263564/unable-to-obtain-stable-firefox-connection-in-60-seconds-127-0-0-17055 Great! On Wed, Nov 9, 2011 at 1:07 PM, Cristina Dumitrescu cristina.watir.toro...@gmail.com wrote: Hi, I've update the

Re: [wtr-general] the watir-webdriver scripts not running on firefox8: receiving unable to obtain stable firefox connection in 60 seconds

2011-11-09 Thread Jari Bakken
Hi, a. Your selenium-webdriver gem is 3 versions old (latest release is 2.10). If you update your browser and something is not working, making sure you have the latest selenium-webdriver gem is always a good first step. b. The next version of the selenium-webdriver gem (2.12.0 since the Ruby

[wtr-general] Re: Undefined method `each' for :ole_object:Symbol (NoMethodError)

2011-11-09 Thread Jarmo Pertman
Does this code make any difference: ie.frame(:id,body).table(:id,recordListButton_UserList_ctl00).row(:index = 1).cell(:index = 2).click_no_wait Jarmo Pertman - IT does really matter - http://itreallymatters.net On Nov 8, 10:58 pm, sridhar sridhar...@gmail.com wrote: Hi, Today i

[wtr-general] Re: Handling Choose a digital certificate

2011-11-09 Thread Chuck van der Linden
It might help if you explained the path you traverse to get to this window. I for one am not familiar with it, so it's difficult for me to tell you what to do to automate picking a certificate.. to start with, is this a web UI, or native OS? if it's a web page, can you provide sample HTML

[wtr-general] Re: Undefined method `each' for :ole_object:Symbol (NoMethodError)

2011-11-09 Thread sridhar
Jarmo, the code you suggested is working in Watir 1.8.6. It is not working in Watir 1.9.2. Watir 1.9.2 says unable to locate using row index 1. I found that ie.frame(:id,body).table(:id,recordListButton_UserList_ctl00).click_no_wait is working with Watir 1.9.2. I don't understand why

[wtr-general] Re: text_fields showing up as 'read only' on IE9 Win7

2011-11-09 Thread Chuck van der Linden
On Nov 9, 12:18 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Nov 9, 2011 at 2:26 AM, Chuck van der Linden sqa...@gmail.com wrote: I'm running some scripts that are currently implemented in watir 1.9.1 Did you try the same with the latest version of watir gem? How does

[wtr-general] Re: Undefined method `each' for :ole_object:Symbol (NoMethodError)

2011-11-09 Thread Chuck van der Linden
Have you considered updating to a newer patch level of ruby 1.9.2? The most recent release of that version is P290 not sure if it will help, but doubt it would hurt. On Nov 9, 3:10 pm, sridhar sridhar...@gmail.com wrote: Jarmo, the code you suggested is working in Watir 1.8.6. It is not

[wtr-general] Re: Undefined method `each' for :ole_object:Symbol (NoMethodError)

2011-11-09 Thread Chuck van der Linden
On Nov 9, 3:10 pm, sridhar sridhar...@gmail.com wrote: Jarmo, the code you suggested is working in Watir 1.8.6. It is not working in Watir 1.9.2. Watir 1.9.2 says unable to locate using row index 1. I found that ie.frame(:id,body).table(:id,recordListButton_UserList_ctl00).click_no_wait is