Skip to content

Commit

Permalink
Take down steep issues from 570 to 552
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Jul 24, 2024
1 parent 466e85f commit 745010c
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sig/gems/selenium/common.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module Selenium
module WebDriver
module Remote
module Http
class Common
end
end
end
end
end
13 changes: 13 additions & 0 deletions sig/lib/appium_lib_core/common/device/battery_status.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module Appium
module Core
class Base
module Device
module BatteryStatus
ANDROID: Array[Symbol]

IOS: Array[Symbol]
end
end
end
end
end
15 changes: 15 additions & 0 deletions sig/lib/appium_lib_core/ios/xcuitest/device/battery.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module Appium
module Core
module Ios
module Xcuitest
module Device
module Battery
def self.add_methods: () -> (Symbol | Hash[Symbol, Proc])?

def battery_info: () -> (Symbol | Hash[Symbol, Proc])?
end
end
end
end
end
end
7 changes: 7 additions & 0 deletions sig/lib/appium_lib_core/version.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module Appium
module Core
VERSION: String

DATE: String
end
end

0 comments on commit 745010c

Please sign in to comment.