Sha256: 8b6177aa068e33248187b48a7c930b5f265451cf0353092ee865e81e474d4f09
Contents?: true
Size: 228 Bytes
Versions: 26
Compression:
Stored size: 228 Bytes
Contents
require 'watir/exceptions' # from commonwatir 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
26 entries across 26 versions & 1 rubygems