Sha256: 1ec6aa59e2f77e8ef568cc4bc048db804b9d59a93fc61349e6f4f85eb8606574
Contents?: true
Size: 251 Bytes
Versions: 2
Compression:
Stored size: 251 Bytes
Contents
module PageObject module Platforms module Watir module TextField # # Set the value of the TextField # def value=(new_value) element.set(new_value) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
page-object-0.2.5 | lib/page-object/platforms/watir/text_field.rb |
page-object-0.2.4 | lib/page-object/platforms/watir/text_field.rb |