You're increasing the [internal
timeout](https://code.google.com/p/selenium/wiki/RubyBindings#Internal_timeouts)
used for communicating with the browser. That's not the same as
`when_present`, which takes an optional timeout argument like this:
```ruby
b.link(...).when_present(120).click
```
`when_present` and friends are documented
[here](https://github.com/watir/watir-webdriver/blob/master/lib/watir-webdriver/wait.rb#L117-129).
---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/227#issuecomment-28447604
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development