Sha256: a2d58c49e0532bda3e5058d0a95a4fff4d2ba4ccd2bda806a851bfd1aa8c85a7
Contents?: true
Size: 206 Bytes
Versions: 10
Compression:
Stored size: 206 Bytes
Contents
module OperaWatir class QuickLabel < QuickWidget # @private # Checks the type of the widget is correct def correct_type? @element.getType == WIDGET_ENUM_MAP[:label] end end end
Version data entries
10 entries across 10 versions & 1 rubygems