Sha256: 7b3f8af86eb0affcde115514f63a53e3565983989d8cb8acacc99f807bc6ba2b
Contents?: true
Size: 260 Bytes
Versions: 67
Compression:
Stored size: 260 Bytes
Contents
module PageObject module Platforms module WatirWebDriver module TextField # # Set the value of the TextField # def value=(new_value) element.set(new_value) end end end end end
Version data entries
67 entries across 67 versions & 3 rubygems