Sha256: c90fc40cfc456c69e97518ce7a266f8712dd468ebccfec246c478f9a826eba30
Contents?: true
Size: 499 Bytes
Versions: 6
Compression:
Stored size: 499 Bytes
Contents
module Appium module Core module Error class CoreError < StandardError; end # Capability related errors class NoCapabilityError < CoreError; end class CapabilityStructureError < CoreError; end # Appium related errors class NotSupportedAppiumServer < CoreError; end class NoSuchElementError < CoreError; end class UnsupportedOperationError < CoreError; end # Server side error class ServerError < CoreError; end end end end
Version data entries
6 entries across 6 versions & 1 rubygems