This change allows the default timeout in the wait methods (when_present, wait_until_present, etc) to be configurable by setting:
````ruby Watir.default_timeout = 90 ```` You can merge this Pull Request by running: git pull https://github.com/jkotests/watir-webdriver configurable_default_timeout Or you can view, comment on it, or merge it online at: https://github.com/watir/watir-webdriver/pull/230 -- Commit Summary -- * Allow the default wait timeout to be configurable -- File Changes -- M lib/watir-webdriver/wait.rb (20) M spec/wait_spec.rb (44) -- Patch Links -- https://github.com/watir/watir-webdriver/pull/230.patch https://github.com/watir/watir-webdriver/pull/230.diff
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
