Sha256: 38cec250288393216559d9f434e0121e222038a7f60df39b13251b283c0bfb31
Contents?: true
Size: 308 Bytes
Versions: 7
Compression:
Stored size: 308 Bytes
Contents
module PageObject module Platforms module SeleniumWebDriver module TextArea # # Set the value of the TextArea # 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