Class: Driver
Instance Attribute Summary collapse
-
#browser ⇒ Object
readonly
Returns the value of attribute browser.
Instance Method Summary collapse
-
#initialize ⇒ Driver
constructor
A new instance of Driver.
Constructor Details
Instance Attribute Details
#browser ⇒ Object (readonly)
Returns the value of attribute browser.
12 13 14 |
# File 'lib/page/driver.rb', line 12 def browser @browser end |