class Watir::Element

Public Instance Methods

scroll() click to toggle source

Returns scrolling object. @return [Scroll]

# File lib/watir-scroll/element.rb, line 8
def scroll
  Scroll.new(self)
end