Sha256: 394c157abe3822919b0f3dcf381fa280df796b9b387620f027fc6bcbc9ef2679

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

require 'watir-classic'
require 'watir-classic/core'
require 'watir-classic/close_all'
require 'watir-classic/ie-process'
require 'watir-classic/screenshot'
require 'multi_json'      

# 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.3.0 lib/watir-classic/ie.rb