class RSocial::Driver

Public Instance Methods

chrome() click to toggle source
# File lib/rsocial/driver.rb, line 10
def chrome
  @chrome ||= Selenium::WebDriver.for :chrome
end
firefox() click to toggle source
# File lib/rsocial/driver.rb, line 7
def firefox
  @firefox ||= Selenium::WebDriver.for :firefox
end