Sha256: de6f999786838864998c77940e147b6c5fd4b5f11e0b58eb2c4349ed8b98fefa
Contents?: true
Size: 590 Bytes
Versions: 13
Compression:
Stored size: 590 Bytes
Contents
module OperaWatir class QuickDialogTab < QuickWidget # @private # Checks the type of the widget is correct def correct_type? @element.getType == WIDGET_ENUM_MAP[:dialogtab] end ###################################################################### # Switches to the dialog tab by clicking on it # # @raise [DesktopExceptions::WidgetNotVisibleException] if the dialogtab # is not visible # def activate_tab_with_click click # No event yet so just cheat and sleep sleep(0.1); end end end
Version data entries
13 entries across 13 versions & 1 rubygems