Method: Watir::IE.options
- Defined in:
- lib/watir/ie-class.rb
.options ⇒ Object
Return the options used when creating new instances of IE. BUG: this interface invites misunderstanding/misuse such as IE.options = :zippy]
19 20 21 |
# File 'lib/watir/ie-class.rb', line 19 def self. {:speed => self.speed, :visible => self.visible, :attach_timeout => self.attach_timeout} end |