Sha256: 31849aa7546655de2b2311a411568a41da864af5ffc8b896df4adae5261afdae
Contents?: true
Size: 771 Bytes
Versions: 12
Compression:
Stored size: 771 Bytes
Contents
# frozen_string_literal: true module PageMagic class ElementMissingException < RuntimeError end class AmbiguousQueryException < RuntimeError end class InvalidElementNameException < RuntimeError end class InvalidMethodNameException < RuntimeError end class InvalidURLException < RuntimeError end class MatcherInvalidException < RuntimeError end class TimeoutException < RuntimeError end class UnsupportedBrowserException < RuntimeError end class UnsupportedCriteriaException < RuntimeError end class UnsupportedSelectorException < RuntimeError end class UndefinedSelectorException < RuntimeError end class NotSupportedException < RuntimeError end class InvalidConfigurationException < StandardError end end
Version data entries
12 entries across 12 versions & 1 rubygems