Sha256: 78a950ed0e00684eee2533a47a325bc66a93242ad5fd0c77f77a12890ded8288
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
module PageObject module Platforms module WatirWebDriver module FileField # # Set the value of the Fileield # def value=(new_value) element.set(new_value) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
page-object-0.5.4 | lib/page-object/platforms/watir_webdriver/file_field.rb |