Sha256: 38cec250288393216559d9f434e0121e222038a7f60df39b13251b283c0bfb31

Contents?: true

Size: 308 Bytes

Versions: 7

Compression:

Stored size: 308 Bytes

Contents

module PageObject
  module Platforms
    module SeleniumWebDriver

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
page-object-lds-0.0.14 lib/page-object/platforms/selenium_webdriver/text_area.rb
page-object-lds-0.0.13 lib/page-object/platforms/selenium_webdriver/text_area.rb
page-object-lds-0.0.12 lib/page-object/platforms/selenium_webdriver/text_area.rb
page-object-lds-0.0.11 lib/page-object/platforms/selenium_webdriver/text_area.rb
page-object-lds-0.0.1 lib/page-object/platforms/selenium_webdriver/text_area.rb
meeane-page-object-0.1.10 lib/page-object/platforms/selenium_webdriver/text_area.rb
meeane-page-object-0.1.8 lib/page-object/platforms/selenium_webdriver/text_area.rb