Took your advise and did the following updates and it looks like its working

For the latest chrome driver I went to 
 https://code.google.com/p/chromedriver/downloads/list and used the exe in 
chromedriver_win32_2_2.zip.   
 and installed it into the ruby bin folder 

> gem update rubygems
> gem install watir
> gem install watir-webdriver
> gem cleanup
> gem install selenium-webdriver

Your assumption on the gem was correct.   Thanks.


I retested the  .exists? failing method  and 
 

On Friday, August 23, 2013 12:04:41 PM UTC-5, Dan wrote:
>
> Might want to try updating the selenium-webdriver gem since it's at 2.35. 
>  Also did you get Chromedriver2 or chomedriver?  I don't think chromedriver 
> will even work at all, so you've probably got the new new.
>
> On Friday, August 23, 2013 12:08:08 PM UTC-4, Super Kevy wrote:
>>
>> This morning (8/23/13) chrome stopped work.  I quickly discovered that 
>> chrome updated. to version 29.
>> I downloaded the new chromedriver.exe and retested.
>>
>> When I run across a code reference like this 
>>
>> puts ie.link(:text,'anytext').exists?
>>
>> the crash occurs with the following error:
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.21.2/lib/selenium/webdriver/remote/http/common.rb:66:in
>>  
>> `create_response': unexpected response, code=404, content-type="text/plain" 
>> (Selenium::WebDriver::Error::WebDriverError)
>> unknown command: session/0ab3d1093e6dd138bed9fa97a4334fc9/element/name
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.21.2/lib/selenium/webdriver/remote/http/default.rb:64:in
>>  
>> `request'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.21.2/lib/selenium/webdriver/remote/http/common.rb:40:in
>>  
>> `call'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.21.2/lib/selenium/webdriver/remote/bridge.rb:598:in
>>  
>> `raw_execute'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.21.2/lib/selenium/webdriver/remote/bridge.rb:576:in
>>  
>> `execute'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.21.2/lib/selenium/webdriver/remote/bridge.rb:475:in
>>  
>> `getElementTagName'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.21.2/lib/selenium/webdriver/common/element.rb:68:in
>>  
>> `tag_name'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.6.2/lib/watir-webdriver/locators/element_locator.rb:387:in
>>  
>> `validate_element'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.6.2/lib/watir-webdriver/locators/element_locator.rb:37:in
>>  
>> `locate'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.6.2/lib/watir-webdriver/elements/element.rb:509:in
>>  
>> `locate'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.6.2/lib/watir-webdriver/elements/element.rb:487:in
>>  
>> `assert_exists'
>> from 
>> C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.6.2/lib/watir-webdriver/elements/element.rb:43:in
>>  
>> `exists?'
>> from C:/Documents and 
>> Settings/kpetry/Desktop/WATIR-TR/Methods_TR.rb:1500:in 
>> `Method_MenuExistence'
>>
>> Is it me or chromedriver?
>>
>>
>>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to