Sha256: ff85c0e10a754f22534d1e5637ba7d9f56951270782b8d6d739615e56fd63da5
Contents?: true
Size: 869 Bytes
Versions: 9
Compression:
Stored size: 869 Bytes
Contents
require 'watir' require 'watir/core' require 'watir/winClicker' require 'watir/close_all' require 'watir/ie-process' require 'dl/import' require 'dl/struct' require 'Win32API' # 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 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') require 'watir/win32' require 'watir/popup' require 'watir/modal_dialog' require 'watir/collections' require 'watir/camel_case'
Version data entries
9 entries across 9 versions & 1 rubygems