Skip to content

Commit acbf8f0

Browse files
authored
feat: Take down steep issues from 589 to 552 (#567)
1 parent 466e85f commit acbf8f0

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

sig/gems/selenium/common.rbs

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module Selenium
2+
module WebDriver
3+
module Remote
4+
module Http
5+
class Common
6+
end
7+
end
8+
end
9+
end
10+
end
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module Appium
2+
module Core
3+
class Base
4+
module Device
5+
module BatteryStatus
6+
ANDROID: Array[Symbol]
7+
8+
IOS: Array[Symbol]
9+
end
10+
end
11+
end
12+
end
13+
end
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module Appium
2+
module Core
3+
module Ios
4+
module Xcuitest
5+
module Device
6+
module Battery
7+
def self.add_methods: () -> (Symbol | Hash[Symbol, Proc])?
8+
9+
def battery_info: () -> (Symbol | Hash[Symbol, Proc])?
10+
end
11+
end
12+
end
13+
end
14+
end
15+
end

sig/lib/appium_lib_core/version.rbs

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module Appium
2+
module Core
3+
VERSION: String
4+
5+
DATE: String
6+
end
7+
end

0 commit comments

Comments
 (0)