Sha256: 0ec732aff554fe7ccab988a0bfb628d6da6fd0173994cf44171f68ccf8fb9eaa

Contents?: true

Size: 279 Bytes

Versions: 5

Compression:

Stored size: 279 Bytes

Contents

module PageObject
  module Platforms
    module LdsWatirWebDriver

      module TextField
        
        #
        # Set the value of the TextField
        #
        def value=(new_value)
          element.set(new_value)
        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_field.rb
page-object-lds-0.0.13 lib/page-object/platforms/lds_watir_webdriver/text_field.rb
page-object-lds-0.0.12 lib/page-object/platforms/lds_watir_webdriver/text_field.rb
page-object-lds-0.0.11 lib/page-object/platforms/lds_watir_webdriver/text_field.rb
page-object-lds-0.0.1 lib/page-object/platforms/lds_watir_webdriver/text_field.rb