Sha256: 0bdef06f5f00e239a13815f71db696cf11407abc7cb550e970799697ddc60e65
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
module Watir class TextArea < HTMLElement include UserEditable private def locator_class TextAreaLocator end end # TextArea class TextAreaCollection < ElementCollection private def locator_class TextAreaLocator end end # TextAreaCollection end # Watir
Version data entries
11 entries across 11 versions & 1 rubygems