Module: Watir::WaitHelper
- Included in:
- Browser
- Defined in:
- lib/watir-classic/wait_helper.rb
Instance Method Summary collapse
-
#wait_until(*args, &blk) ⇒ Object
Wait until block evaluates to true or times out.
-
#wait_while(*args, &blk) ⇒ Object
Wait while block evaluates to true or times out.