Module: Selenium::WebDriver::IE Private
- Defined in:
- lib/selenium/webdriver/ie.rb,
lib/selenium/webdriver/ie/bridge.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
Class Method Summary collapse
- .driver_path ⇒ Object private
- .driver_path=(path) ⇒ Object private
Class Method Details
.driver_path ⇒ Object
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 'lib/selenium/webdriver/ie.rb', line 11 def self.driver_path @driver_path ||= nil end |
.driver_path=(path) ⇒ Object
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 'lib/selenium/webdriver/ie.rb', line 6 def self.driver_path=(path) Platform.assert_executable path @driver_path = path end |