Sha256: 8287c1cc02d8a070e24c7ac2a7c507c275eab81a4143bb46698bca02753caf01
Contents?: true
Size: 345 Bytes
Versions: 32
Compression:
Stored size: 345 Bytes
Contents
module Selenium module WebDriver # @api private module IE def self.driver_path=(path) Platform.assert_executable path @driver_path = path end def self.driver_path @driver_path ||= nil end end end end require 'selenium/webdriver/ie/server' require 'selenium/webdriver/ie/bridge'
Version data entries
32 entries across 32 versions & 3 rubygems