Sha256: 2c511f74debfcca892753bf20b04301149a08aa32f2887e21f90c777354671f0

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

module PageObject
  module Platforms
    module Watir

      module TextArea
        
        #
        # Set the value of the TextArea
        #
        def value=(new_value)
          element.send_keys(new_value)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
page-object-0.2.5 lib/page-object/platforms/watir/text_area.rb