Exception: OperaWatir::Exceptions::OperaWatirException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/operawatir/exceptions.rb

Overview

Superclass for all OperaWatir exceptions.

Examples:

begin
  ...
rescue OperaWatirException
end