Sha256: ce7e33c60820786123911653260268e103ea59fcdbe981bab7cf07d25802783f

Contents?: true

Size: 310 Bytes

Versions: 7

Compression:

Stored size: 310 Bytes

Contents

module PageObject
  module Platforms
    module SeleniumWebDriver

      module TextField
        
        #
        # Set the value of the TextField
        #
        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_field.rb
page-object-lds-0.0.13 lib/page-object/platforms/selenium_webdriver/text_field.rb
page-object-lds-0.0.12 lib/page-object/platforms/selenium_webdriver/text_field.rb
page-object-lds-0.0.11 lib/page-object/platforms/selenium_webdriver/text_field.rb
page-object-lds-0.0.1 lib/page-object/platforms/selenium_webdriver/text_field.rb
meeane-page-object-0.1.10 lib/page-object/platforms/selenium_webdriver/text_field.rb
meeane-page-object-0.1.8 lib/page-object/platforms/selenium_webdriver/text_field.rb