Sha256: 2535a4c881ac271ff2cfc99295e1a4edea5378d88a4b9527bc8d4b5118faf399
Contents?: true
Size: 738 Bytes
Versions: 3
Compression:
Stored size: 738 Bytes
Contents
require 'watir-classic' require 'watir-classic/core' require 'watir-classic/close_all' require 'watir-classic/ie-process' require 'watir-classic/screenshot' require 'yajl' # these switches need to be deleted from ARGV to enable the Test::Unit # functionality that grabs # the remaining ARGV as a filter on what tests to run. # Note: this means that watir-classic must be require'd BEFORE test/unit. # (Alternatively, you could require test/unit first and then put the Watir::IE # arguments after the '--'.) # Make Internet Explorer invisible. -b stands for background $HIDE_IE ||= ARGV.delete('-b') # Run fast $FAST_SPEED = ARGV.delete('-f') # Eat the -s command line switch (deprecated) ARGV.delete('-s')
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
watir-classic-3.2.0 | lib/watir-classic/ie.rb |
watir-classic-3.2.0.rc1 | lib/watir-classic/ie.rb |
watir-classic-3.1.0 | lib/watir-classic/ie.rb |