module Actir::Webdriver

Public Class Methods

driver(options={}) click to toggle source
# File lib/actir/webdriver/driver.rb, line 9
def self.driver options={}
  Driver.instance.for options
end