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
watir-classic-3.3.0 lib/watir-classic/wait_helper.rb
watir-classic-3.2.0 lib/watir-classic/wait_helper.rb
watir-classic-3.2.0.rc1 lib/watir-classic/wait_helper.rb
watir-classic-3.1.0 lib/watir-classic/wait_helper.rb
watir-classic-3.0.0 lib/watir-classic/wait_helper.rb
commonwatir-3.0.0.rc3 lib/watir/wait_helper.rb
commonwatir-3.0.0.rc2 lib/watir/wait_helper.rb
commonwatir-3.0.0.rc1 lib/watir/wait_helper.rb
commonwatir-2.0.4 lib/watir/wait_helper.rb
commonwatir-2.0.3 lib/watir/wait_helper.rb
commonwatir-2.0.2 lib/watir/wait_helper.rb
commonwatir-2.0.2.rc1 lib/watir/wait_helper.rb
commonwatir-2.0.1 lib/watir/wait_helper.rb
commonwatir-2.0.0 lib/watir/wait_helper.rb
commonwatir-2.0.0.rc3 lib/watir/wait_helper.rb
commonwatir-2.0.0.rc2 lib/watir/wait_helper.rb
commonwatir-1.9.2 lib/watir/wait_helper.rb
commonwatir-1.9.2.rc1 lib/watir/wait_helper.rb
commonwatir-1.9.1 lib/watir/wait_helper.rb
commonwatir-1.9.1.rc1 lib/watir/wait_helper.rb