Skip to content

Commit a68f2cd

Browse files
committed
update steep
1 parent 4520217 commit a68f2cd

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

sig/lib/appium_lib_core/common/base/driver.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module Appium
22
module Core
33
class Base
44
class Driver < Selenium::WebDriver::Driver
5+
extend Forwardable
6+
57
@wait_timeout: untyped
68

79
@wait_interval: untyped

sig/lib/appium_lib_core/driver.rbs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ module Appium
7979
attr_reader path: String
8080

8181
def initialize: (Hash[String | Symbol, String] capabilities) -> void
82+
83+
def valid?: () -> bool
84+
85+
private
86+
87+
def resolve_addresses: (String host) -> Array[String]
88+
89+
def ip_literal?: (String host) -> bool
90+
91+
def disallowed?: (String ip) -> bool
8292
end
8393

8494
class Driver

0 commit comments

Comments
 (0)