Sha256: e3fa7f306189dbad06124a7abb7f890ed1dadc6bc993168c67105ec1cde02463
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
module PageObject module Platforms module WatirWebDriver 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
page-object-0.3.1 | lib/page-object/platforms/watir_webdriver/text_area.rb |
page-object-0.3.0 | lib/page-object/platforms/watir_webdriver/text_area.rb |