Sha256: f20d9530b9425b7ea553c28bcca7a0a7cf414088b29d9ff1c9096ba43f9d6965
Contents?: true
Size: 210 Bytes
Versions: 15
Compression:
Stored size: 210 Bytes
Contents
module OperaWatir class QuickFind < QuickDropdown # @private # Checks the type of the widget is correct def correct_type? @element.getType == WIDGET_ENUM_MAP[:quickfind] end end end
Version data entries
15 entries across 15 versions & 1 rubygems