Sha256: 03af0fd47a0236ef66441e2e9a951ec7fbca2eb948a4daebd3ba24a4d1fc1ac3

Contents?: true

Size: 399 Bytes

Versions: 5

Compression:

Stored size: 399 Bytes

Contents

module PageObject
  module Platforms
    module LdsWatirWebDriver

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
page-object-lds-0.0.14 lib/page-object/platforms/lds_watir_webdriver/text_area.rb
page-object-lds-0.0.13 lib/page-object/platforms/lds_watir_webdriver/text_area.rb
page-object-lds-0.0.12 lib/page-object/platforms/lds_watir_webdriver/text_area.rb
page-object-lds-0.0.11 lib/page-object/platforms/lds_watir_webdriver/text_area.rb
page-object-lds-0.0.1 lib/page-object/platforms/lds_watir_webdriver/text_area.rb