Sha256: 69858ce5f3a60f671f1402897165657745b236131d4aaca1dd320962f0ba91f8
Contents?: true
Size: 410 Bytes
Versions: 4
Compression:
Stored size: 410 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' gem 'webidl', path: File.expand_path('../webidl') if ENV['LOCAL_WEBIDL'] if ENV['LOCAL_SELENIUM'] ENV['RUBYOPT'] = '-I../selenium/bazel-bin/rb' gem 'selenium-webdriver', path: File.expand_path('../selenium/rb') end gem 'ffi' if Gem.win_platform? # For selenium-webdriver on Windows # Specify your gem's dependencies in watir.gemspec gemspec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
watir-7.3.0 | Gemfile |
watir-7.2.2 | Gemfile |
watir-7.2.1 | Gemfile |
watir-7.2.0 | Gemfile |