Sha256: 36e83ddfc3bc92eb8982d3c0be53bcecb06a592e4148a7ed0d466feb5c6089a3
Contents?: true
Size: 510 Bytes
Versions: 8
Compression:
Stored size: 510 Bytes
Contents
module Watir module Exception class Error < StandardError; end # TODO: rename Object -> Element? class UnknownObjectException < Error; end class ObjectDisabledException < Error; end class ObjectReadOnlyException < Error; end class NoValueFoundException < Error; end class UnknownCellException < Error; end class NoMatchingWindowFoundException < Error; end class UnknownFrameException < Error; end class UnknownRowException < Error; end end # Exception end # Watir
Version data entries
8 entries across 8 versions & 1 rubygems