Sha256: 2da993343a973609df9f8e65448711d985bd2b17730fa39fc081bea6816e94c8
Contents?: true
Size: 242 Bytes
Versions: 20
Compression:
Stored size: 242 Bytes
Contents
module Watir class Input < HTMLElement # # Returns label element associated with Input element. # # @return [Watir::Label] # def label parent(tag_name: 'form').label(for: id) end end # Input end # Watir
Version data entries
20 entries across 20 versions & 1 rubygems