Hi, I'm experiencing a stange behavior.

When I fire up a firefox instance, using a custom profile (In my case I need to 
go through a proxy), then all the selectors (e.g. .h1 .p .h2 etc.) are 
"hanging" when trying to use them.
This happens even though I don't specify a proxy. This is the code I execute:

````ruby
profile = Selenium::WebDriver::Firefox::Profile.new
agent = Watir::Browser.new :firefox, :profile => profile
agent.goto('http://google.com')
agent.h1(:class, 'some_class').present?
````

After executing the last line, the response just hangs, until I finally get 
this:

````
Timeout::Error: Timeout::Error
from 
/Users/nks/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/protocol.rb:146:in 
`rescue in rbuf_fill'
````

I on mac, but the same seems to happen on a linux installation. I have tried 
both firefox 17 and 18 and I'm running watir-webdriver 0.6.2

PS. the problem does not occur if I omit :profile => profile

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/176
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to