Sha256: 968455a4b6113a460bade56a049ad137412ff79d2324433f4f1e53a30f623daa
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 Bytes
Contents
# rapidly open and close IE windows $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..', 'lib') $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..', '..', 'commonwatir', 'lib') require 'test/unit' require 'watir/ie' require 'watir/contrib/ie-new-process' class ZZ_OpenClose < Test::Unit::TestCase 20.times do | i | define_method "test_#{i}" do sleep 0.05 sleep i * 0.01 ie = Watir::IE.new_process ie.goto 'http://blogs.dovetailsoftware.com/blogs/gsherman/default.aspx' ie.close end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-1.6.5 | unittests/windows/open_close_test.rb |