Class: RiplWatir::Page

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/ripl_watir.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(browser) ⇒ Page

Returns a new instance of Page.



22
23
24
# File 'lib/ripl_watir.rb', line 22

def initialize browser
  @browser = browser
end

Instance Attribute Details

#browserObject (readonly)

Returns the value of attribute browser.



17
18
19
# File 'lib/ripl_watir.rb', line 17

def browser
  @browser
end