class Driver

Attributes

browser[R]

Public Class Methods

new() click to toggle source
# File lib/page/driver.rb, line 7
def initialize
  @browser = Selenium::WebDriver.for Page::CONFIG['browser'].to_sym
  @browser.manage.window.maximize
end