Sha256: 92f5a6bd8c3d381396b2987326f6eb908ce6bec0f148dfbab108a285f66da9a1

Contents?: true

Size: 959 Bytes

Versions: 7

Compression:

Stored size: 959 Bytes

Contents

module Appium
  module Core
    module Wait
      class TimeoutError < StandardError
      end

      DEFAULT_TIMEOUT: Integer

      DEFAULT_INTERVAL: Float

      def self.until: (?timeout: untyped, ?interval: untyped, ?message: untyped?, ?ignored: untyped?, ?object: untyped?) { (untyped) -> untyped } -> untyped

      def self.until_true: (?timeout: untyped, ?interval: untyped, ?message: untyped?, ?ignored: untyped?, ?object: untyped?) { (untyped) -> untyped } -> untyped

      private

      def self.message_for: (untyped timeout, untyped message) -> untyped
    end

    module Waitable

      def wait_until_true: (?timeout: untyped?, ?interval: untyped?, ?message: untyped?, ?ignored: untyped?) { (?) -> untyped } -> untyped

      alias wait_true wait_until_true

      def wait_until: (?timeout: untyped?, ?interval: untyped?, ?message: untyped?, ?ignored: untyped?) { (?) -> untyped } -> untyped

      alias wait wait_until
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appium_lib_core-10.0.0 sig/lib/appium_lib_core/common/wait.rbs
appium_lib_core-9.5.2 sig/lib/appium_lib_core/common/wait.rbs
appium_lib_core-9.5.1 sig/lib/appium_lib_core/common/wait.rbs
appium_lib_core-9.5.0 sig/lib/appium_lib_core/common/wait.rbs
appium_lib_core-9.4.0 sig/lib/appium_lib_core/common/wait.rbs
appium_lib_core-9.3.0 sig/lib/appium_lib_core/common/wait.rbs
appium_lib_core-9.2.1 sig/lib/appium_lib_core/common/wait.rbs