In Files

Methods

Class/Module Index [+]

Quicksearch

Selenium::WebDriver

Constants

Dimension
Point

Public Class Methods

for(*args) click to toggle source

@see Selenium::WebDriver::Driver.for

# File common/src/rb/lib/selenium/webdriver.rb, line 71
def self.for(*args)
  WebDriver::Driver.for(*args)
end
root() click to toggle source
# File common/src/rb/lib/selenium/webdriver.rb, line 63
def self.root
  @root ||= File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "..", "..", ".."))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.