appium_lib_core 11.0.1 → 11.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/Gemfile +1 -1
  4. data/lib/appium_lib_core/common/device/app_management.rb +1 -1
  5. data/lib/appium_lib_core/version.rb +2 -2
  6. data/sig/gems/em.rbs +5 -0
  7. data/sig/gems/faye.rbs +10 -0
  8. data/sig/gems/selenium/atoms.rbs +16 -0
  9. data/sig/gems/selenium/bidi/browsing_context.rbs +27 -0
  10. data/sig/gems/selenium/bidi/browsing_context_info.rbs +25 -0
  11. data/sig/gems/selenium/bidi/log_inspector.rbs +33 -0
  12. data/sig/gems/selenium/bidi/navigate_result.rbs +17 -0
  13. data/sig/gems/selenium/bidi/session.rbs +19 -0
  14. data/sig/gems/selenium/bridge.rbs +275 -0
  15. data/sig/gems/selenium/chrome/features.rbs +16 -0
  16. data/sig/gems/selenium/chromium/features.rbs +42 -0
  17. data/sig/gems/selenium/common/element.rbs +65 -0
  18. data/sig/gems/selenium/edge/features.rbs +17 -0
  19. data/sig/gems/selenium/error.rbs +9 -0
  20. data/sig/gems/selenium/event_firing_bridge.rbs +47 -0
  21. data/sig/gems/selenium/firefox/driver.rbs +21 -0
  22. data/sig/gems/selenium/firefox/extension.rbs +31 -0
  23. data/sig/gems/selenium/firefox/features.rbs +25 -0
  24. data/sig/gems/selenium/firefox/options.rbs +8 -0
  25. data/sig/gems/selenium/firefox/profile.rbs +77 -0
  26. data/sig/gems/selenium/firefox/profiles_ini.rbs +23 -0
  27. data/sig/gems/selenium/firefox/service.rbs +6 -0
  28. data/sig/gems/selenium/firefox/util.rbs +12 -0
  29. data/sig/gems/selenium/ie/features.rbs +13 -0
  30. data/sig/gems/selenium/interactions.rbs +11 -0
  31. data/sig/gems/selenium/interfaces/commands.rbs +3 -0
  32. data/sig/gems/selenium/interfaces/commands_list.rbs +3 -0
  33. data/sig/gems/selenium/interfaces/devtools.rbs +3 -0
  34. data/sig/gems/selenium/interfaces/driver.rbs +17 -0
  35. data/sig/gems/selenium/interfaces/features.rbs +3 -0
  36. data/sig/gems/selenium/local_driver.rbs +11 -0
  37. data/sig/gems/selenium/platform.rbs +6 -0
  38. data/sig/gems/selenium/profile_helper.rbs +6 -0
  39. data/sig/gems/selenium/{default.rbs → remote/bridge/commands.rbs} +2 -3
  40. data/sig/gems/selenium/{capabilities.rbs → remote/capabilities.rbs} +2 -2
  41. data/sig/gems/selenium/remote/http/common.rbs +39 -0
  42. data/sig/gems/selenium/remote/http/default.rbs +48 -0
  43. data/sig/gems/selenium/{common.rbs → remote/response.rbs} +1 -3
  44. data/sig/gems/selenium/safari/features.rbs +23 -0
  45. data/sig/gems/selenium/search_context.rbs +17 -0
  46. data/sig/interfaces/bridge.rbs +5 -0
  47. data/sig/lib/appium_lib_core/android/device/auth_finger_print.rbs +13 -0
  48. data/sig/lib/appium_lib_core/android/device/clipboard.rbs +13 -0
  49. data/sig/lib/appium_lib_core/android/device/emulator.rbs +23 -0
  50. data/sig/lib/appium_lib_core/android/device/network.rbs +13 -0
  51. data/sig/lib/appium_lib_core/android/device/performance.rbs +13 -0
  52. data/sig/lib/appium_lib_core/android/device/screen.rbs +11 -0
  53. data/sig/lib/appium_lib_core/android/device.rbs +13 -0
  54. data/sig/lib/appium_lib_core/android/espresso/bridge.rbs +11 -0
  55. data/sig/lib/appium_lib_core/android/uiautomator1/bridge.rbs +11 -0
  56. data/sig/lib/appium_lib_core/android/uiautomator2/bridge.rbs +11 -0
  57. data/sig/lib/appium_lib_core/android/uiautomator2/device/battery.rbs +13 -0
  58. data/sig/lib/appium_lib_core/common/base/bridge.rbs +206 -0
  59. data/sig/lib/appium_lib_core/common/base/device_ime.rbs +25 -0
  60. data/sig/lib/appium_lib_core/common/base/remote_status.rbs +2 -0
  61. data/sig/lib/appium_lib_core/common/base/screenshot.rbs +2 -0
  62. data/sig/lib/appium_lib_core/common/base/search_context.rbs +1 -0
  63. data/sig/lib/appium_lib_core/common/command.rbs +13 -0
  64. data/sig/lib/appium_lib_core/common/device/app_management.rbs +29 -0
  65. data/sig/lib/appium_lib_core/common/device/app_state.rbs +15 -0
  66. data/sig/lib/appium_lib_core/common/device/clipboard_content_type.rbs +11 -0
  67. data/sig/lib/appium_lib_core/common/device/context.rbs +19 -0
  68. data/sig/lib/appium_lib_core/common/device/device.rbs +15 -0
  69. data/sig/lib/appium_lib_core/common/device/device_lock.rbs +17 -0
  70. data/sig/lib/appium_lib_core/common/device/execute_driver.rbs +25 -0
  71. data/sig/lib/appium_lib_core/common/device/file_management.rbs +17 -0
  72. data/sig/lib/appium_lib_core/common/device/image_comparison.rbs +27 -0
  73. data/sig/lib/appium_lib_core/common/device/ime_actions.rbs +21 -0
  74. data/sig/lib/appium_lib_core/common/device/keyboard.rbs +15 -0
  75. data/sig/lib/appium_lib_core/common/device/keyevent.rbs +17 -0
  76. data/sig/lib/appium_lib_core/common/device/orientation.rbs +15 -0
  77. data/sig/lib/appium_lib_core/common/device/screen_record.rbs +23 -0
  78. data/sig/lib/appium_lib_core/common/device/setting.rbs +15 -0
  79. data/sig/lib/appium_lib_core/common/error.rbs +26 -0
  80. data/sig/lib/appium_lib_core/common/log.rbs +19 -0
  81. data/sig/lib/appium_lib_core/common/logger.rbs +23 -0
  82. data/sig/lib/appium_lib_core/common/wait/timer.rbs +15 -0
  83. data/sig/lib/appium_lib_core/common/ws/websocket.rbs +103 -0
  84. data/sig/lib/appium_lib_core/driver.rbs +5 -5
  85. data/sig/lib/appium_lib_core/element.rbs +24 -0
  86. data/sig/lib/appium_lib_core/ios/clipboard.rbs +17 -0
  87. data/sig/lib/appium_lib_core/ios/device.rbs +12 -0
  88. data/sig/lib/appium_lib_core/ios/xcuitest/bridge.rbs +11 -0
  89. data/sig/lib/appium_lib_core/ios/xcuitest/device/performance.rbs +13 -0
  90. data/sig/lib/appium_lib_core/ios/xcuitest/device/screen.rbs +15 -0
  91. data/sig/lib/appium_lib_core/ios/xcuitest/device.rbs +14 -0
  92. data/sig/lib/appium_lib_core/mac2/bridge.rbs +9 -0
  93. data/sig/lib/appium_lib_core/mac2/device/screen.rbs +13 -0
  94. data/sig/lib/appium_lib_core/mac2/device.rbs +11 -0
  95. data/sig/lib/appium_lib_core/support/event_firing_bridge.rbs +21 -0
  96. data/sig/lib/appium_lib_core/windows/bridge.rbs +9 -0
  97. data/sig/lib/appium_lib_core/windows/device/screen.rbs +13 -0
  98. data/sig/lib/appium_lib_core/windows/device.rbs +11 -0
  99. metadata +93 -6
@@ -0,0 +1,103 @@
1
+ module Appium
2
+ module Core
3
+ class WebSocket
4
+ @endpoint: untyped
5
+
6
+ @ws_thread: untyped
7
+
8
+ @client: untyped
9
+
10
+ attr_reader client: untyped
11
+
12
+ attr_reader endpoint: untyped
13
+
14
+ # A websocket client based on Faye::WebSocket::Client .
15
+ # Uses eventmachine to wait response from the peer. The eventmachine works on a thread. The thread will exit
16
+ # with close method.
17
+ #
18
+ # @param [String] url URL to establish web socket connection. If the URL has no port, the client use:
19
+ # +ws+: 80, +wss+: 443 ports.
20
+ # @param [Array] protocols An array of strings representing acceptable subprotocols for use over the socket.
21
+ # The driver will negotiate one of these to use via the Sec-WebSocket-Protocol header
22
+ # if supported by the other peer. Default is nil.
23
+ # The protocols is equal to https://github.com/faye/faye-websocket-ruby/ 's one for client.
24
+ # @param [Hash] options Initialize options for Faye client. Read https://github.com/faye/faye-websocket-ruby#initialization-options
25
+ # for more details. Default is +{}+.
26
+ #
27
+ # @example
28
+ # ws = WebSocket.new(url: "ws://#{host}:#{port}/ws/session/#{@session_id}/appium/device/logcat")
29
+ # ws.client #=> #<Faye::WebSocket::Client:.....> # An instance of Faye::WebSocket::Client
30
+ # ws.message 'some message' #=> nil. Send a message to the peer.
31
+ # ws.close #=> Kill the thread which run a eventmachine.
32
+ #
33
+ def initialize: (url: untyped, ?protocols: untyped?, ?options: ::Hash[untyped, untyped]) -> void
34
+
35
+ #
36
+ # Sends a ping frame with an optional message and fires the callback when a matching pong is received.
37
+ #
38
+ # @param [String] message A message to send ping.
39
+ # @param [Block] callback
40
+ #
41
+ # @example
42
+ # ws = WebSocket.new(url: "ws://#{host}:#{port}/ws/session/#{@session_id}/appium/device/logcat")
43
+ # ws.ping 'message'
44
+ #
45
+ def ping: (untyped message) { (?) -> untyped } -> untyped
46
+
47
+ # Accepts either a String or an Array of byte-sized integers and sends a text or binary message over the connection
48
+ # to the other peer; binary data must be encoded as an Array.
49
+ #
50
+ # @param [String|Array] message A message to send a text or binary message over the connection
51
+ #
52
+ # @example
53
+ # ws = WebSocket.new(url: "ws://#{host}:#{port}/ws/session/#{@session_id}/appium/device/logcat")
54
+ # ws.send 'happy testing'
55
+ #
56
+ def send: (untyped message) -> untyped
57
+
58
+ # Closes the connection, sending the given status code and reason text, both of which are optional.
59
+ #
60
+ # @param [Integer] code A status code to send to the peer with close signal. Default is nil.
61
+ # @param [String] reason A reason to send to the peer with close signal. Default is 'close from ruby_lib_core'.
62
+ #
63
+ # @example
64
+ # ws = WebSocket.new(url: "ws://#{host}:#{port}/ws/session/#{@session_id}/appium/device/logcat")
65
+ # ws.close reason: 'a something special reason'
66
+ #
67
+ def close: (?code: untyped?, ?reason: ::String) -> untyped
68
+
69
+ #
70
+ # Fires when the socket connection is established. Event has no attributes.
71
+ #
72
+ # Default is just put a debug message.
73
+ #
74
+ def handle_open: () -> untyped
75
+
76
+ #
77
+ # Fires when the socket receives a message. The message gas one +data+ attribute and this method can handle the data.
78
+ # The data is either a String (for text frames) or an Array of byte-sized integers (for binary frames).
79
+ #
80
+ # Default is just put a debug message and puts the result on standard out.
81
+ # In general, users should override this handler to handle messages from the peer.
82
+ #
83
+ def handle_message_data: (untyped data) -> untyped
84
+
85
+ #
86
+ # Fires when there is a protocol error due to bad data sent by the other peer.
87
+ # This event is purely informational, you do not need to implement error recovery.
88
+ #
89
+ # Default is just put a error message.
90
+ #
91
+ def handle_error: () -> untyped
92
+
93
+ #
94
+ # Fires when either the client or the server closes the connection. The method gets +code+ and +reason+ attributes.
95
+ # They expose the status code and message sent by the peer that closed the connection.
96
+ #
97
+ # Default is just put a error message.
98
+ # The methods also clear +client+ instance and stop the eventmachine which is called in initialising this class.
99
+ #
100
+ def handle_close: (untyped code, untyped reason) -> untyped
101
+ end
102
+ end
103
+ end
@@ -109,7 +109,7 @@ module Appium
109
109
 
110
110
  attr_reader enable_idempotency_header: bool
111
111
 
112
- attr_reader device: Symbol
112
+ attr_reader device: Symbol | String
113
113
 
114
114
  attr_reader automation_name: Symbol
115
115
 
@@ -164,7 +164,7 @@ module Appium
164
164
 
165
165
  private
166
166
 
167
- def convert_to_symbol: (untyped? value) -> Symbol
167
+ def convert_to_symbol: (untyped? value) -> Symbol?
168
168
 
169
169
  def extend_for: (device: Symbol | String, automation_name: Symbol) -> self
170
170
 
@@ -183,10 +183,10 @@ module Appium
183
183
  def set_app_path: () -> String?
184
184
 
185
185
  def set_appium_lib_specific_values: (
186
- Hash[Symbol, Symbol | String | Hash[Symbol, String | Numeric] | Numeric]? appium_lib_opts
187
- ) -> self
186
+ Hash[Symbol, String] appium_lib_opts
187
+ ) -> bool
188
188
 
189
- def set_appium_device: () -> String
189
+ def set_appium_device: () -> Symbol
190
190
 
191
191
  def set_automation_name: () -> Symbol?
192
192
 
@@ -0,0 +1,24 @@
1
+ module Appium
2
+ module Core
3
+ class Element < ::Selenium::WebDriver::Element
4
+ include ::Appium::Core::Base::TakesScreenshot
5
+
6
+ attr_reader id: untyped
7
+
8
+ def method_missing: (untyped method_name, *untyped args) { (?) -> untyped } -> (nil | untyped)
9
+
10
+ def respond_to_missing?: (*untyped) -> true
11
+
12
+ # Alias for type
13
+ alias type send_keys
14
+
15
+ def location_rel: (untyped driver) -> untyped
16
+
17
+ def screenshot: () -> untyped
18
+
19
+ def screenshot_as: (untyped format) -> untyped
20
+
21
+ def save_screenshot: (untyped png_path) -> untyped
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,17 @@
1
+ module Appium
2
+ module Core
3
+ module Ios
4
+ module Device
5
+ module Clipboard
6
+ include _Bridge
7
+
8
+ def execute: (Symbol command, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped
9
+
10
+ def self.add_methods: () -> untyped
11
+
12
+ def self.touch_id: -> untyped
13
+ end
14
+ end
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,12 @@
1
+ module Appium
2
+ module Core
3
+ module Ios
4
+ module Device
5
+ include _Bridge
6
+ extend Forwardable
7
+
8
+ def self.toggle_touch_id_enrollment: -> untyped
9
+ end
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,11 @@
1
+ module Appium
2
+ module Core
3
+ module Ios
4
+ module Xcuitest
5
+ module Bridge
6
+ def self.for: (untyped target) -> untyped
7
+ end
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,13 @@
1
+ module Appium
2
+ module Core
3
+ module Ios
4
+ module Xcuitest
5
+ module Device
6
+ module Performance
7
+ def self.add_methods: () -> untyped
8
+ end
9
+ end
10
+ end
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,15 @@
1
+ module Appium
2
+ module Core
3
+ module Ios
4
+ module Xcuitest
5
+ module Device
6
+ module Screen
7
+ def execute: (Symbol command, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped
8
+
9
+ def self.add_methods: () -> untyped
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,14 @@
1
+ module Appium
2
+ module Core
3
+ module Ios
4
+ module Xcuitest
5
+ module Device
6
+ extend Forwardable
7
+ include _Bridge
8
+
9
+ def self.extended: (untyped _mod) -> untyped
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,9 @@
1
+ module Appium
2
+ module Core
3
+ module Mac2
4
+ module Bridge
5
+ def self.for: (untyped target) -> untyped
6
+ end
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,13 @@
1
+ module Appium
2
+ module Core
3
+ module Mac2
4
+ module Device
5
+ module Screen
6
+ def execute: (Symbol command, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped
7
+
8
+ def self.add_methods: () -> untyped
9
+ end
10
+ end
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,11 @@
1
+ module Appium
2
+ module Core
3
+ module Mac2
4
+ module Device
5
+ extend Forwardable
6
+
7
+ def self.extended: (untyped _mod) -> untyped
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,21 @@
1
+ module Appium
2
+ module Support
3
+ class EventFiringBridge < ::Selenium::WebDriver::Support::EventFiringBridge
4
+ @appium_options: untyped
5
+
6
+ @driver: untyped
7
+
8
+ def initialize: (untyped delegate, untyped listener, **untyped opts) -> void
9
+
10
+ def find_element_by: (untyped how, untyped what, ?untyped? parent) -> untyped
11
+
12
+ def find_elements_by: (untyped how, untyped what, ?untyped? parent) -> untyped
13
+
14
+ private
15
+
16
+ def create_element: (untyped ref) -> untyped
17
+
18
+ def driver: () -> untyped
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,9 @@
1
+ module Appium
2
+ module Core
3
+ module Windows
4
+ module Bridge
5
+ def self.for: (untyped target) -> untyped
6
+ end
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,13 @@
1
+ module Appium
2
+ module Core
3
+ module Windows
4
+ module Device
5
+ module Screen
6
+ def execute: (Symbol command, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped
7
+
8
+ def self.add_methods: () -> untyped
9
+ end
10
+ end
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,11 @@
1
+ module Appium
2
+ module Core
3
+ module Windows
4
+ module Device
5
+ extend Forwardable
6
+
7
+ def self.extended: (untyped _mod) -> untyped
8
+ end
9
+ end
10
+ end
11
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.0.1
4
+ version: 11.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kazuaki MATSUO
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-27 00:00:00.000000000 Z
11
+ date: 2025-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faye-websocket
@@ -130,15 +130,66 @@ files:
130
130
  - lib/appium_lib_core/windows/device/screen.rb
131
131
  - rbs_collection.lock.yaml
132
132
  - rbs_collection.yaml
133
+ - sig/gems/em.rbs
134
+ - sig/gems/faye.rbs
133
135
  - sig/gems/selenium/abstract_event_listener.rbs
134
- - sig/gems/selenium/capabilities.rbs
135
- - sig/gems/selenium/common.rbs
136
- - sig/gems/selenium/default.rbs
136
+ - sig/gems/selenium/atoms.rbs
137
+ - sig/gems/selenium/bidi/browsing_context.rbs
138
+ - sig/gems/selenium/bidi/browsing_context_info.rbs
139
+ - sig/gems/selenium/bidi/log_inspector.rbs
140
+ - sig/gems/selenium/bidi/navigate_result.rbs
141
+ - sig/gems/selenium/bidi/session.rbs
142
+ - sig/gems/selenium/bridge.rbs
143
+ - sig/gems/selenium/chrome/features.rbs
144
+ - sig/gems/selenium/chromium/features.rbs
145
+ - sig/gems/selenium/common/element.rbs
137
146
  - sig/gems/selenium/driver.rbs
147
+ - sig/gems/selenium/edge/features.rbs
148
+ - sig/gems/selenium/error.rbs
149
+ - sig/gems/selenium/event_firing_bridge.rbs
150
+ - sig/gems/selenium/firefox/driver.rbs
151
+ - sig/gems/selenium/firefox/extension.rbs
152
+ - sig/gems/selenium/firefox/features.rbs
153
+ - sig/gems/selenium/firefox/options.rbs
154
+ - sig/gems/selenium/firefox/profile.rbs
155
+ - sig/gems/selenium/firefox/profiles_ini.rbs
156
+ - sig/gems/selenium/firefox/service.rbs
157
+ - sig/gems/selenium/firefox/util.rbs
138
158
  - sig/gems/selenium/has_session_id.rbs
159
+ - sig/gems/selenium/ie/features.rbs
160
+ - sig/gems/selenium/interactions.rbs
161
+ - sig/gems/selenium/interfaces/commands.rbs
162
+ - sig/gems/selenium/interfaces/commands_list.rbs
163
+ - sig/gems/selenium/interfaces/devtools.rbs
164
+ - sig/gems/selenium/interfaces/driver.rbs
165
+ - sig/gems/selenium/interfaces/features.rbs
166
+ - sig/gems/selenium/local_driver.rbs
167
+ - sig/gems/selenium/platform.rbs
168
+ - sig/gems/selenium/profile_helper.rbs
169
+ - sig/gems/selenium/remote/bridge/commands.rbs
170
+ - sig/gems/selenium/remote/capabilities.rbs
171
+ - sig/gems/selenium/remote/http/common.rbs
172
+ - sig/gems/selenium/remote/http/default.rbs
173
+ - sig/gems/selenium/remote/response.rbs
174
+ - sig/gems/selenium/safari/features.rbs
175
+ - sig/gems/selenium/search_context.rbs
139
176
  - sig/gems/selenium/uploads_files.rbs
177
+ - sig/interfaces/bridge.rbs
140
178
  - sig/lib/appium_lib_core.rbs
179
+ - sig/lib/appium_lib_core/android/device.rbs
180
+ - sig/lib/appium_lib_core/android/device/auth_finger_print.rbs
181
+ - sig/lib/appium_lib_core/android/device/clipboard.rbs
182
+ - sig/lib/appium_lib_core/android/device/emulator.rbs
183
+ - sig/lib/appium_lib_core/android/device/network.rbs
184
+ - sig/lib/appium_lib_core/android/device/performance.rbs
185
+ - sig/lib/appium_lib_core/android/device/screen.rbs
186
+ - sig/lib/appium_lib_core/android/espresso/bridge.rbs
187
+ - sig/lib/appium_lib_core/android/uiautomator1/bridge.rbs
188
+ - sig/lib/appium_lib_core/android/uiautomator2/bridge.rbs
189
+ - sig/lib/appium_lib_core/android/uiautomator2/device/battery.rbs
190
+ - sig/lib/appium_lib_core/common/base/bridge.rbs
141
191
  - sig/lib/appium_lib_core/common/base/capabilities.rbs
192
+ - sig/lib/appium_lib_core/common/base/device_ime.rbs
142
193
  - sig/lib/appium_lib_core/common/base/driver.rbs
143
194
  - sig/lib/appium_lib_core/common/base/driver_settings.rbs
144
195
  - sig/lib/appium_lib_core/common/base/has_location.rbs
@@ -147,12 +198,48 @@ files:
147
198
  - sig/lib/appium_lib_core/common/base/remote_status.rbs
148
199
  - sig/lib/appium_lib_core/common/base/rotable.rbs
149
200
  - sig/lib/appium_lib_core/common/base/screenshot.rbs
201
+ - sig/lib/appium_lib_core/common/base/search_context.rbs
202
+ - sig/lib/appium_lib_core/common/command.rbs
203
+ - sig/lib/appium_lib_core/common/device/app_management.rbs
204
+ - sig/lib/appium_lib_core/common/device/app_state.rbs
150
205
  - sig/lib/appium_lib_core/common/device/battery_status.rbs
206
+ - sig/lib/appium_lib_core/common/device/clipboard_content_type.rbs
207
+ - sig/lib/appium_lib_core/common/device/context.rbs
208
+ - sig/lib/appium_lib_core/common/device/device.rbs
209
+ - sig/lib/appium_lib_core/common/device/device_lock.rbs
210
+ - sig/lib/appium_lib_core/common/device/execute_driver.rbs
211
+ - sig/lib/appium_lib_core/common/device/file_management.rbs
212
+ - sig/lib/appium_lib_core/common/device/image_comparison.rbs
213
+ - sig/lib/appium_lib_core/common/device/ime_actions.rbs
214
+ - sig/lib/appium_lib_core/common/device/keyboard.rbs
215
+ - sig/lib/appium_lib_core/common/device/keyevent.rbs
216
+ - sig/lib/appium_lib_core/common/device/orientation.rbs
217
+ - sig/lib/appium_lib_core/common/device/screen_record.rbs
218
+ - sig/lib/appium_lib_core/common/device/setting.rbs
219
+ - sig/lib/appium_lib_core/common/error.rbs
220
+ - sig/lib/appium_lib_core/common/log.rbs
221
+ - sig/lib/appium_lib_core/common/logger.rbs
151
222
  - sig/lib/appium_lib_core/common/wait.rbs
223
+ - sig/lib/appium_lib_core/common/wait/timer.rbs
224
+ - sig/lib/appium_lib_core/common/ws/websocket.rbs
152
225
  - sig/lib/appium_lib_core/device.rbs
153
226
  - sig/lib/appium_lib_core/driver.rbs
227
+ - sig/lib/appium_lib_core/element.rbs
228
+ - sig/lib/appium_lib_core/ios/clipboard.rbs
229
+ - sig/lib/appium_lib_core/ios/device.rbs
230
+ - sig/lib/appium_lib_core/ios/xcuitest/bridge.rbs
231
+ - sig/lib/appium_lib_core/ios/xcuitest/device.rbs
154
232
  - sig/lib/appium_lib_core/ios/xcuitest/device/battery.rbs
233
+ - sig/lib/appium_lib_core/ios/xcuitest/device/performance.rbs
234
+ - sig/lib/appium_lib_core/ios/xcuitest/device/screen.rbs
235
+ - sig/lib/appium_lib_core/mac2/bridge.rbs
236
+ - sig/lib/appium_lib_core/mac2/device.rbs
237
+ - sig/lib/appium_lib_core/mac2/device/screen.rbs
238
+ - sig/lib/appium_lib_core/support/event_firing_bridge.rbs
155
239
  - sig/lib/appium_lib_core/version.rbs
240
+ - sig/lib/appium_lib_core/windows/bridge.rbs
241
+ - sig/lib/appium_lib_core/windows/device.rbs
242
+ - sig/lib/appium_lib_core/windows/device/screen.rbs
156
243
  homepage: https://github.com/appium/ruby_lib_core/
157
244
  licenses:
158
245
  - Apache-2.0
@@ -173,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
260
  - !ruby/object:Gem::Version
174
261
  version: '0'
175
262
  requirements: []
176
- rubygems_version: 3.4.10
263
+ rubygems_version: 3.5.9
177
264
  signing_key:
178
265
  specification_version: 4
179
266
  summary: Minimal Ruby library for Appium.