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
Class Method Summary (collapse)
- + (Object) driver_path private
- + (Object) driver_path=(path) private
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 |