Method: Selenium::WebDriver.root

Defined in:
lib/selenium/webdriver.rb

.rootObject

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.



45
46
47
# File 'lib/selenium/webdriver.rb', line 45

def self.root
  @root ||= File.expand_path(File.join(File.dirname(__FILE__), ".."))
end