Sha256: 855875ff92bcefd143a4c77092761f5cc3fdba9c63a596fa53aa0ce59debf50a
Contents?: true
Size: 210 Bytes
Versions: 14
Compression:
Stored size: 210 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
14 entries across 14 versions & 1 rubygems