Module: Selenium::WebDriver::IE Private

Defined in:
rb/lib/selenium/webdriver/ie.rb,
rb/lib/selenium/webdriver/ie/bridge.rb,
rb/lib/selenium/webdriver/ie/server.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Bridge, Server

Class Method Summary (collapse)

Class Method Details

+ (Object) driver_path

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



11
12
13
# File 'rb/lib/selenium/webdriver/ie.rb', line 11

def self.driver_path
  @driver_path ||= nil
end

+ (Object) driver_path=(path)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



6
7
8
9
# File 'rb/lib/selenium/webdriver/ie.rb', line 6

def self.driver_path=(path)
  Platform.assert_executable path
  @driver_path = path
end