Sha256: 024d43c122533e86c714ad6bad2f9985133a068eb09b8c3db7741f75aad35661
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
require 'watir/exceptions' # from watir-common module Watir module Exception # This exception is thrown if we are unable to connect to JSSh. class UnableToStartJSShException < WatirException; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
firewatir-1.6.2 | lib/firewatir/exceptions.rb |