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