Module: AmsLayout::Pages

Included in:
Client
Defined in:
lib/ams_layout/pages.rb,
lib/ams_layout/pages/login_page.rb,
lib/ams_layout/pages/prequal_detail.rb

Defined Under Namespace

Classes: BrowserInst, LoginPage, PrequalDetail

Instance Method Summary collapse

Instance Method Details

#browserObject

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.



53
54
55
# File 'lib/ams_layout/pages.rb', line 53

def browser
  BrowserInst.browser
end