Class: RiplWatir::Page
- Inherits:
-
Object
- Object
- RiplWatir::Page
- Extended by:
- Forwardable
- Defined in:
- lib/ripl_watir.rb
Instance Attribute Summary collapse
-
#browser ⇒ Object
readonly
Returns the value of attribute browser.
Instance Method Summary collapse
-
#initialize(browser) ⇒ Page
constructor
A new instance of Page.
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
#browser ⇒ Object (readonly)
Returns the value of attribute browser.
17 18 19 |
# File 'lib/ripl_watir.rb', line 17 def browser @browser end |