Sha256: 87c2f102a0ef5e4921e3e2dcc18c38845e69c82aa902f842ec8799bd734f6743
Contents?: true
Size: 680 Bytes
Versions: 1
Compression:
Stored size: 680 Bytes
Contents
require 'watir-classic' require 'watir-classic/core' require 'watir-classic/close_all' require 'watir-classic/ie-process' # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-classic-3.0.0 | lib/watir-classic/ie.rb |