Sha256: 429755ee2afddb34bfcc8bf18985a69eafc7f1d3b0111c09e5fb866eae7d7e0e

Contents?: true

Size: 505 Bytes

Versions: 17

Compression:

Stored size: 505 Bytes

Contents

# encoding: utf-8
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

if ENV['coverage']
  raise "simplecov only works on Ruby 1.9" unless RUBY_VERSION =~ /^1\.9/

  require 'simplecov'
  SimpleCov.start { add_filter "spec/" }
end

require 'watir-webdriver'
require 'locator_spec_helper'
require 'rubygems'
require 'rspec'

include Watir
include Watir::Exception

WEBDRIVER_SELECTORS = [:class, :class_name, :css, :id, :name, :tag_name, :xpath]

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
watir-webdriver-0.3.2 spec/spec_helper.rb
watir-webdriver-0.3.1 spec/spec_helper.rb
watir-webdriver-0.3.0 spec/spec_helper.rb
watir-webdriver-0.2.9 spec/spec_helper.rb
watir-webdriver-0.2.8 spec/spec_helper.rb
watir-webdriver-0.2.7 spec/spec_helper.rb
watir-webdriver-0.2.6 spec/spec_helper.rb
watir-webdriver-0.2.5 spec/spec_helper.rb
watir-webdriver-0.2.4 spec/spec_helper.rb
watir-webdriver-0.2.3 spec/spec_helper.rb
watir-webdriver-0.2.2 spec/spec_helper.rb
watir-webdriver-0.2.1 spec/spec_helper.rb
watir-webdriver-0.2.0 spec/spec_helper.rb
watir-webdriver-0.2.0.dev2 spec/spec_helper.rb
watir-webdriver-0.2.0.dev spec/spec_helper.rb
watir-webdriver-0.1.9 spec/spec_helper.rb
watir-webdriver-0.1.8 spec/spec_helper.rb