module AmsLayout::Pages

Public Instance Methods

browser() click to toggle source

Return a configured browser object. If a browser has already been created, this returns the existing browser.

An at_exit proc is created to close the browser when the program exits.

# File lib/ams_layout/pages.rb, line 53
def browser
  BrowserInst.browser
end