Sha256: 9a0f7ac16a7c5733a73ccc9cffd702c3a11635abacea49585149d0a1b599d4d0

Contents?: true

Size: 300 Bytes

Versions: 37

Compression:

Stored size: 300 Bytes

Contents

# include this module if there's a need to have wait_until and wait_while methods in some different scope
module Watir
  module WaitHelper
    def wait_until(*args, &blk)
      Wait.until(*args, &blk)
    end

    def wait_while(*args, &blk)
      Wait.while(*args, &blk)
    end
  end
end

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
commonwatir-1.9.0 lib/watir/wait_helper.rb
commonwatir-1.9.0.rc7 lib/watir/wait_helper.rb
commonwatir-1.9.0.rc6 lib/watir/wait_helper.rb
commonwatir-1.9.0.rc5 lib/watir/wait_helper.rb
commonwatir-1.9.0.rc4 lib/watir/wait_helper.rb
commonwatir-1.9.0.rc3 lib/watir/wait_helper.rb
commonwatir-1.9.0.rc2 lib/watir/wait_helper.rb
commonwatir-1.9.0.rc1 lib/watir/wait_helper.rb
commonwatir-1.8.1 lib/watir/wait_helper.rb
commonwatir-1.8.1.rc1 lib/watir/wait_helper.rb
commonwatir-1.8.0 lib/watir/wait_helper.rb
commonwatir-1.8.0.rc1 lib/watir/wait_helper.rb
commonwatir-1.7.1 lib/watir/wait_helper.rb
commonwatir-1.7.0 lib/watir/wait_helper.rb
commonwatir-1.7.0.rc1 lib/watir/wait_helper.rb
commonwatir-1.6.7 lib/watir/wait_helper.rb
commonwatir-1.6.7.rc1 lib/watir/wait_helper.rb