Sha256: 318f72fa9aa5261746901c90c2efbb633c723f513989f2dbc157642f45ec3277
Contents?: true
Size: 434 Bytes
Versions: 10
Compression:
Stored size: 434 Bytes
Contents
module OperaWatir::DesktopExceptions include OperaWatir::Exceptions # @example # begin # ... # rescue OperaWatirException # end # Raised when a method is called on a control that is not visible # corresponding element. class WidgetNotVisibleException < OperaWatirException; end class UnsupportedActionException < OperaWatirException; end class WidgetDisabledException < OperaWatirException; end end
Version data entries
10 entries across 10 versions & 1 rubygems