appium_lib 9.17.0 → 9.18.0
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.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -0
- data/.travis.yml +5 -5
- data/CHANGELOG.md +10 -0
- data/appium_lib.gemspec +2 -2
- data/docs/android_docs.md +447 -191
- data/docs/ios_docs.md +263 -251
- data/lib/appium_lib/android/element/button.rb +1 -3
- data/lib/appium_lib/android/espresso.rb +3 -1
- data/lib/appium_lib/android/espresso/bridge.rb +2 -0
- data/lib/appium_lib/android/espresso/element.rb +11 -0
- data/lib/appium_lib/android/espresso/element/button.rb +124 -0
- data/lib/appium_lib/android/espresso/element/generic.rb +61 -0
- data/lib/appium_lib/android/espresso/helper.rb +39 -0
- data/lib/appium_lib/driver.rb +23 -3
- data/lib/appium_lib/version.rb +2 -2
- data/release_notes.md +7 -0
- metadata +10 -6
data/docs/ios_docs.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
##### [load_settings](https://github.com/appium/ruby_lib/blob/
|
|
1
|
+
##### [load_settings](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/appium.rb#L46) common
|
|
2
2
|
|
|
3
3
|
> def load_settings(opts = {})
|
|
4
4
|
|
|
@@ -27,7 +27,7 @@ __Returns:__
|
|
|
27
27
|
|
|
28
28
|
--
|
|
29
29
|
|
|
30
|
-
##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/
|
|
30
|
+
##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/appium.rb#L82) common
|
|
31
31
|
|
|
32
32
|
> def load_settings(opts = {})
|
|
33
33
|
|
|
@@ -56,7 +56,7 @@ __Returns:__
|
|
|
56
56
|
|
|
57
57
|
--
|
|
58
58
|
|
|
59
|
-
##### [expand_required_files](https://github.com/appium/ruby_lib/blob/
|
|
59
|
+
##### [expand_required_files](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/appium.rb#L87) common
|
|
60
60
|
|
|
61
61
|
> def expand_required_files(base_dir, file_paths)
|
|
62
62
|
|
|
@@ -74,7 +74,7 @@ __Returns:__
|
|
|
74
74
|
|
|
75
75
|
--
|
|
76
76
|
|
|
77
|
-
##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/
|
|
77
|
+
##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/appium.rb#L129) common
|
|
78
78
|
|
|
79
79
|
> def promote_singleton_appium_methods(modules, driver = $driver)
|
|
80
80
|
|
|
@@ -98,7 +98,7 @@ __Parameters:__
|
|
|
98
98
|
|
|
99
99
|
--
|
|
100
100
|
|
|
101
|
-
##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/
|
|
101
|
+
##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/appium.rb#L185) common
|
|
102
102
|
|
|
103
103
|
> def promote_appium_methods(class_array, driver = $driver)
|
|
104
104
|
|
|
@@ -116,7 +116,7 @@ __Parameters:__
|
|
|
116
116
|
|
|
117
117
|
--
|
|
118
118
|
|
|
119
|
-
##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/
|
|
119
|
+
##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L35) common
|
|
120
120
|
|
|
121
121
|
> def global_webdriver_http_sleep
|
|
122
122
|
|
|
@@ -124,7 +124,7 @@ The amount to sleep in seconds before every webdriver http call.
|
|
|
124
124
|
|
|
125
125
|
--
|
|
126
126
|
|
|
127
|
-
##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/
|
|
127
|
+
##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L35) common
|
|
128
128
|
|
|
129
129
|
> def global_webdriver_http_sleep=(value)
|
|
130
130
|
|
|
@@ -132,7 +132,7 @@ The amount to sleep in seconds before every webdriver http call.
|
|
|
132
132
|
|
|
133
133
|
--
|
|
134
134
|
|
|
135
|
-
##### [sauce](https://github.com/appium/ruby_lib/blob/
|
|
135
|
+
##### [sauce](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L38) common
|
|
136
136
|
|
|
137
137
|
> def sauce
|
|
138
138
|
|
|
@@ -140,7 +140,7 @@ SauceLab's settings
|
|
|
140
140
|
|
|
141
141
|
--
|
|
142
142
|
|
|
143
|
-
##### [sauce_username](https://github.com/appium/ruby_lib/blob/
|
|
143
|
+
##### [sauce_username](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L41) common
|
|
144
144
|
|
|
145
145
|
> def sauce_username
|
|
146
146
|
|
|
@@ -149,7 +149,7 @@ same as @sauce.username
|
|
|
149
149
|
|
|
150
150
|
--
|
|
151
151
|
|
|
152
|
-
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/
|
|
152
|
+
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L44) common
|
|
153
153
|
|
|
154
154
|
> def sauce_access_key
|
|
155
155
|
|
|
@@ -158,7 +158,7 @@ same as @sauce.access_key
|
|
|
158
158
|
|
|
159
159
|
--
|
|
160
160
|
|
|
161
|
-
##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/
|
|
161
|
+
##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L47) common
|
|
162
162
|
|
|
163
163
|
> def sauce_endpoint
|
|
164
164
|
|
|
@@ -167,7 +167,7 @@ same as @sauce.endpoint
|
|
|
167
167
|
|
|
168
168
|
--
|
|
169
169
|
|
|
170
|
-
##### [caps](https://github.com/appium/ruby_lib/blob/
|
|
170
|
+
##### [caps](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L51) common
|
|
171
171
|
|
|
172
172
|
> def caps
|
|
173
173
|
|
|
@@ -176,7 +176,7 @@ read http://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Driver
|
|
|
176
176
|
|
|
177
177
|
--
|
|
178
178
|
|
|
179
|
-
##### [custom_url](https://github.com/appium/ruby_lib/blob/
|
|
179
|
+
##### [custom_url](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L52) common
|
|
180
180
|
|
|
181
181
|
> def custom_url
|
|
182
182
|
|
|
@@ -184,7 +184,7 @@ Returns the value of attribute custom_url
|
|
|
184
184
|
|
|
185
185
|
--
|
|
186
186
|
|
|
187
|
-
##### [export_session](https://github.com/appium/ruby_lib/blob/
|
|
187
|
+
##### [export_session](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L53) common
|
|
188
188
|
|
|
189
189
|
> def export_session
|
|
190
190
|
|
|
@@ -192,7 +192,7 @@ Returns the value of attribute export_session
|
|
|
192
192
|
|
|
193
193
|
--
|
|
194
194
|
|
|
195
|
-
##### [export_session_path](https://github.com/appium/ruby_lib/blob/
|
|
195
|
+
##### [export_session_path](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L54) common
|
|
196
196
|
|
|
197
197
|
> def export_session_path
|
|
198
198
|
|
|
@@ -200,7 +200,7 @@ Returns the value of attribute export_session_path
|
|
|
200
200
|
|
|
201
201
|
--
|
|
202
202
|
|
|
203
|
-
##### [default_wait](https://github.com/appium/ruby_lib/blob/
|
|
203
|
+
##### [default_wait](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L55) common
|
|
204
204
|
|
|
205
205
|
> def default_wait
|
|
206
206
|
|
|
@@ -208,7 +208,7 @@ Returns the value of attribute default_wait
|
|
|
208
208
|
|
|
209
209
|
--
|
|
210
210
|
|
|
211
|
-
##### [appium_port](https://github.com/appium/ruby_lib/blob/
|
|
211
|
+
##### [appium_port](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L56) common
|
|
212
212
|
|
|
213
213
|
> def appium_port
|
|
214
214
|
|
|
@@ -216,7 +216,7 @@ Returns the value of attribute appium_port
|
|
|
216
216
|
|
|
217
217
|
--
|
|
218
218
|
|
|
219
|
-
##### [appium_device](https://github.com/appium/ruby_lib/blob/
|
|
219
|
+
##### [appium_device](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L57) common
|
|
220
220
|
|
|
221
221
|
> def appium_device
|
|
222
222
|
|
|
@@ -224,7 +224,7 @@ Returns the value of attribute appium_device
|
|
|
224
224
|
|
|
225
225
|
--
|
|
226
226
|
|
|
227
|
-
##### [automation_name](https://github.com/appium/ruby_lib/blob/
|
|
227
|
+
##### [automation_name](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L58) common
|
|
228
228
|
|
|
229
229
|
> def automation_name
|
|
230
230
|
|
|
@@ -232,7 +232,7 @@ Returns the value of attribute automation_name
|
|
|
232
232
|
|
|
233
233
|
--
|
|
234
234
|
|
|
235
|
-
##### [listener](https://github.com/appium/ruby_lib/blob/
|
|
235
|
+
##### [listener](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L59) common
|
|
236
236
|
|
|
237
237
|
> def listener
|
|
238
238
|
|
|
@@ -240,7 +240,7 @@ Returns the value of attribute listener
|
|
|
240
240
|
|
|
241
241
|
--
|
|
242
242
|
|
|
243
|
-
##### [http_client](https://github.com/appium/ruby_lib/blob/
|
|
243
|
+
##### [http_client](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L60) common
|
|
244
244
|
|
|
245
245
|
> def http_client
|
|
246
246
|
|
|
@@ -248,7 +248,7 @@ Returns the value of attribute http_client
|
|
|
248
248
|
|
|
249
249
|
--
|
|
250
250
|
|
|
251
|
-
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/
|
|
251
|
+
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L61) common
|
|
252
252
|
|
|
253
253
|
> def appium_wait_timeout
|
|
254
254
|
|
|
@@ -256,7 +256,7 @@ Returns the value of attribute appium_wait_timeout
|
|
|
256
256
|
|
|
257
257
|
--
|
|
258
258
|
|
|
259
|
-
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/
|
|
259
|
+
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L62) common
|
|
260
260
|
|
|
261
261
|
> def appium_wait_interval
|
|
262
262
|
|
|
@@ -264,7 +264,7 @@ Returns the value of attribute appium_wait_interval
|
|
|
264
264
|
|
|
265
265
|
--
|
|
266
266
|
|
|
267
|
-
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/
|
|
267
|
+
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L65) common
|
|
268
268
|
|
|
269
269
|
> def appium_server_status
|
|
270
270
|
|
|
@@ -272,7 +272,7 @@ Appium's server version
|
|
|
272
272
|
|
|
273
273
|
--
|
|
274
274
|
|
|
275
|
-
##### [appium_debug](https://github.com/appium/ruby_lib/blob/
|
|
275
|
+
##### [appium_debug](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L67) common
|
|
276
276
|
|
|
277
277
|
> def appium_debug
|
|
278
278
|
|
|
@@ -280,7 +280,7 @@ Boolean debug mode for the Appium Ruby bindings
|
|
|
280
280
|
|
|
281
281
|
--
|
|
282
282
|
|
|
283
|
-
##### [driver](https://github.com/appium/ruby_lib/blob/
|
|
283
|
+
##### [driver](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L70) common
|
|
284
284
|
|
|
285
285
|
> def driver
|
|
286
286
|
|
|
@@ -292,7 +292,7 @@ __Returns:__
|
|
|
292
292
|
|
|
293
293
|
--
|
|
294
294
|
|
|
295
|
-
##### [core](https://github.com/appium/ruby_lib/blob/
|
|
295
|
+
##### [core](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L72) common
|
|
296
296
|
|
|
297
297
|
> def core
|
|
298
298
|
|
|
@@ -300,7 +300,7 @@ Instance of Appium::Core::Driver
|
|
|
300
300
|
|
|
301
301
|
--
|
|
302
302
|
|
|
303
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
303
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L140) common
|
|
304
304
|
|
|
305
305
|
> def initialize(opts = {}, global_driver = nil)
|
|
306
306
|
|
|
@@ -319,7 +319,7 @@ __Returns:__
|
|
|
319
319
|
|
|
320
320
|
--
|
|
321
321
|
|
|
322
|
-
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/
|
|
322
|
+
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L259) common
|
|
323
323
|
|
|
324
324
|
> def driver_attributes
|
|
325
325
|
|
|
@@ -327,7 +327,7 @@ Returns a hash of the driver attributes
|
|
|
327
327
|
|
|
328
328
|
--
|
|
329
329
|
|
|
330
|
-
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/
|
|
330
|
+
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L281) common
|
|
331
331
|
|
|
332
332
|
> def device_is_android?
|
|
333
333
|
|
|
@@ -339,7 +339,7 @@ __Returns:__
|
|
|
339
339
|
|
|
340
340
|
--
|
|
341
341
|
|
|
342
|
-
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/
|
|
342
|
+
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L285) common
|
|
343
343
|
|
|
344
344
|
> def device_is_ios?
|
|
345
345
|
|
|
@@ -351,7 +351,7 @@ __Returns:__
|
|
|
351
351
|
|
|
352
352
|
--
|
|
353
353
|
|
|
354
|
-
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/
|
|
354
|
+
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L289) common
|
|
355
355
|
|
|
356
356
|
> def device_is_windows?
|
|
357
357
|
|
|
@@ -363,7 +363,7 @@ __Returns:__
|
|
|
363
363
|
|
|
364
364
|
--
|
|
365
365
|
|
|
366
|
-
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/
|
|
366
|
+
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L295) common
|
|
367
367
|
|
|
368
368
|
> def automation_name_is_uiautomator2?
|
|
369
369
|
|
|
@@ -375,7 +375,7 @@ __Returns:__
|
|
|
375
375
|
|
|
376
376
|
--
|
|
377
377
|
|
|
378
|
-
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/
|
|
378
|
+
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L301) common
|
|
379
379
|
|
|
380
380
|
> def automation_name_is_espresso?
|
|
381
381
|
|
|
@@ -387,7 +387,7 @@ __Returns:__
|
|
|
387
387
|
|
|
388
388
|
--
|
|
389
389
|
|
|
390
|
-
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/
|
|
390
|
+
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L307) common
|
|
391
391
|
|
|
392
392
|
> def automation_name_is_xcuitest?
|
|
393
393
|
|
|
@@ -399,7 +399,7 @@ __Returns:__
|
|
|
399
399
|
|
|
400
400
|
--
|
|
401
401
|
|
|
402
|
-
##### [dialect](https://github.com/appium/ruby_lib/blob/
|
|
402
|
+
##### [dialect](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L327) common
|
|
403
403
|
|
|
404
404
|
> def dialect
|
|
405
405
|
|
|
@@ -421,9 +421,9 @@ __Returns:__
|
|
|
421
421
|
|
|
422
422
|
--
|
|
423
423
|
|
|
424
|
-
##### [action](https://github.com/appium/ruby_lib/blob/
|
|
424
|
+
##### [action](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L342) common
|
|
425
425
|
|
|
426
|
-
> def action
|
|
426
|
+
> def action
|
|
427
427
|
|
|
428
428
|
An entry point to chain W3C actions. Returns `TouchAction.new` if it works as MJSONWP instead of W3C action.
|
|
429
429
|
Read https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Base/Bridge/W3C#action-instance_method
|
|
@@ -438,7 +438,7 @@ __Returns:__
|
|
|
438
438
|
|
|
439
439
|
--
|
|
440
440
|
|
|
441
|
-
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/
|
|
441
|
+
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L362) common
|
|
442
442
|
|
|
443
443
|
> def appium_server_version
|
|
444
444
|
|
|
@@ -450,7 +450,7 @@ __Returns:__
|
|
|
450
450
|
|
|
451
451
|
--
|
|
452
452
|
|
|
453
|
-
##### [remote_status](https://github.com/appium/ruby_lib/blob/
|
|
453
|
+
##### [remote_status](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L370) common
|
|
454
454
|
|
|
455
455
|
> def appium_server_version
|
|
456
456
|
|
|
@@ -462,7 +462,7 @@ __Returns:__
|
|
|
462
462
|
|
|
463
463
|
--
|
|
464
464
|
|
|
465
|
-
##### [platform_version](https://github.com/appium/ruby_lib/blob/
|
|
465
|
+
##### [platform_version](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L374) common
|
|
466
466
|
|
|
467
467
|
> def platform_version
|
|
468
468
|
|
|
@@ -474,7 +474,7 @@ __Returns:__
|
|
|
474
474
|
|
|
475
475
|
--
|
|
476
476
|
|
|
477
|
-
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/
|
|
477
|
+
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L387) common
|
|
478
478
|
|
|
479
479
|
> def appium_client_version
|
|
480
480
|
|
|
@@ -486,7 +486,7 @@ __Returns:__
|
|
|
486
486
|
|
|
487
487
|
--
|
|
488
488
|
|
|
489
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
|
489
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L399) common
|
|
490
490
|
|
|
491
491
|
> def self.absolute_app_path(opts)
|
|
492
492
|
|
|
@@ -503,7 +503,7 @@ __Returns:__
|
|
|
503
503
|
|
|
504
504
|
--
|
|
505
505
|
|
|
506
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
|
506
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L422) common
|
|
507
507
|
|
|
508
508
|
> def server_url
|
|
509
509
|
|
|
@@ -515,7 +515,7 @@ __Returns:__
|
|
|
515
515
|
|
|
516
516
|
--
|
|
517
517
|
|
|
518
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
|
518
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L431) common
|
|
519
519
|
|
|
520
520
|
> def restart
|
|
521
521
|
|
|
@@ -527,7 +527,7 @@ __Returns:__
|
|
|
527
527
|
|
|
528
528
|
--
|
|
529
529
|
|
|
530
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
|
530
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L444) common
|
|
531
531
|
|
|
532
532
|
> def screenshot(png_save_path)
|
|
533
533
|
|
|
@@ -543,7 +543,7 @@ __Returns:__
|
|
|
543
543
|
|
|
544
544
|
--
|
|
545
545
|
|
|
546
|
-
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/
|
|
546
|
+
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L458) common
|
|
547
547
|
|
|
548
548
|
> def element_screenshot(element, png_save_path)
|
|
549
549
|
|
|
@@ -561,7 +561,7 @@ __Returns:__
|
|
|
561
561
|
|
|
562
562
|
--
|
|
563
563
|
|
|
564
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
|
564
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L465) common
|
|
565
565
|
|
|
566
566
|
> def driver_quit
|
|
567
567
|
|
|
@@ -573,7 +573,7 @@ __Returns:__
|
|
|
573
573
|
|
|
574
574
|
--
|
|
575
575
|
|
|
576
|
-
##### [quit_driver](https://github.com/appium/ruby_lib/blob/
|
|
576
|
+
##### [quit_driver](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L468) common
|
|
577
577
|
|
|
578
578
|
> def driver_quit
|
|
579
579
|
|
|
@@ -585,7 +585,7 @@ __Returns:__
|
|
|
585
585
|
|
|
586
586
|
--
|
|
587
587
|
|
|
588
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
|
588
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L479) common
|
|
589
589
|
|
|
590
590
|
> def window_size
|
|
591
591
|
|
|
@@ -597,7 +597,19 @@ __Returns:__
|
|
|
597
597
|
|
|
598
598
|
--
|
|
599
599
|
|
|
600
|
-
##### [
|
|
600
|
+
##### [window_rect](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L494) common
|
|
601
|
+
|
|
602
|
+
> def window_rect
|
|
603
|
+
|
|
604
|
+
Get the device window's rect.
|
|
605
|
+
|
|
606
|
+
__Returns:__
|
|
607
|
+
|
|
608
|
+
[Selenium::WebDriver::Rectangle]
|
|
609
|
+
|
|
610
|
+
--
|
|
611
|
+
|
|
612
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L527) common
|
|
601
613
|
|
|
602
614
|
> def start_driver(http_client_ops =
|
|
603
615
|
|
|
@@ -617,7 +629,7 @@ __Returns:__
|
|
|
617
629
|
|
|
618
630
|
--
|
|
619
631
|
|
|
620
|
-
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/
|
|
632
|
+
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L548) common
|
|
621
633
|
|
|
622
634
|
> def set_implicit_wait(wait)
|
|
623
635
|
|
|
@@ -625,7 +637,7 @@ To ignore error for Espresso Driver
|
|
|
625
637
|
|
|
626
638
|
--
|
|
627
639
|
|
|
628
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
|
640
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L559) common
|
|
629
641
|
|
|
630
642
|
> def no_wait
|
|
631
643
|
|
|
@@ -633,7 +645,7 @@ Set implicit wait to zero.
|
|
|
633
645
|
|
|
634
646
|
--
|
|
635
647
|
|
|
636
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
|
648
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L573) common
|
|
637
649
|
|
|
638
650
|
> def set_wait(timeout = nil)
|
|
639
651
|
|
|
@@ -649,7 +661,7 @@ __Returns:__
|
|
|
649
661
|
|
|
650
662
|
--
|
|
651
663
|
|
|
652
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
|
664
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L590) common
|
|
653
665
|
|
|
654
666
|
> def exists(pre_check = 0, post_check = @core.default_wait)
|
|
655
667
|
|
|
@@ -673,7 +685,7 @@ __Returns:__
|
|
|
673
685
|
|
|
674
686
|
--
|
|
675
687
|
|
|
676
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
|
688
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L614) common
|
|
677
689
|
|
|
678
690
|
> def execute_script(script, *args)
|
|
679
691
|
|
|
@@ -691,7 +703,7 @@ __Returns:__
|
|
|
691
703
|
|
|
692
704
|
--
|
|
693
705
|
|
|
694
|
-
##### [execute_async_script](https://github.com/appium/ruby_lib/blob/
|
|
706
|
+
##### [execute_async_script](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L622) common
|
|
695
707
|
|
|
696
708
|
> def execute_async_script(script, *args)
|
|
697
709
|
|
|
@@ -701,7 +713,7 @@ Get the window handles of open browser windows
|
|
|
701
713
|
|
|
702
714
|
--
|
|
703
715
|
|
|
704
|
-
##### [window_handles](https://github.com/appium/ruby_lib/blob/
|
|
716
|
+
##### [window_handles](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L626) common
|
|
705
717
|
|
|
706
718
|
> def window_handles
|
|
707
719
|
|
|
@@ -709,7 +721,7 @@ Get the window handles of open browser windows
|
|
|
709
721
|
|
|
710
722
|
--
|
|
711
723
|
|
|
712
|
-
##### [window_handle](https://github.com/appium/ruby_lib/blob/
|
|
724
|
+
##### [window_handle](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L631) common
|
|
713
725
|
|
|
714
726
|
> def window_handle
|
|
715
727
|
|
|
@@ -717,7 +729,7 @@ Get the current window handle
|
|
|
717
729
|
|
|
718
730
|
--
|
|
719
731
|
|
|
720
|
-
##### [navigate](https://github.com/appium/ruby_lib/blob/
|
|
732
|
+
##### [navigate](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L635) common
|
|
721
733
|
|
|
722
734
|
> def navigate
|
|
723
735
|
|
|
@@ -725,7 +737,7 @@ Get the current window handle
|
|
|
725
737
|
|
|
726
738
|
--
|
|
727
739
|
|
|
728
|
-
##### [manage](https://github.com/appium/ruby_lib/blob/
|
|
740
|
+
##### [manage](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L639) common
|
|
729
741
|
|
|
730
742
|
> def manage
|
|
731
743
|
|
|
@@ -733,7 +745,7 @@ Get the current window handle
|
|
|
733
745
|
|
|
734
746
|
--
|
|
735
747
|
|
|
736
|
-
##### [get](https://github.com/appium/ruby_lib/blob/
|
|
748
|
+
##### [get](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L643) common
|
|
737
749
|
|
|
738
750
|
> def get(url)
|
|
739
751
|
|
|
@@ -741,7 +753,7 @@ Get the current window handle
|
|
|
741
753
|
|
|
742
754
|
--
|
|
743
755
|
|
|
744
|
-
##### [current_url](https://github.com/appium/ruby_lib/blob/
|
|
756
|
+
##### [current_url](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L647) common
|
|
745
757
|
|
|
746
758
|
> def current_url
|
|
747
759
|
|
|
@@ -749,7 +761,7 @@ Get the current window handle
|
|
|
749
761
|
|
|
750
762
|
--
|
|
751
763
|
|
|
752
|
-
##### [title](https://github.com/appium/ruby_lib/blob/
|
|
764
|
+
##### [title](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L651) common
|
|
753
765
|
|
|
754
766
|
> def title
|
|
755
767
|
|
|
@@ -757,7 +769,7 @@ Get the current window handle
|
|
|
757
769
|
|
|
758
770
|
--
|
|
759
771
|
|
|
760
|
-
##### [switch_to](https://github.com/appium/ruby_lib/blob/
|
|
772
|
+
##### [switch_to](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L657) common
|
|
761
773
|
|
|
762
774
|
> def switch_to
|
|
763
775
|
|
|
@@ -769,7 +781,7 @@ __Returns:__
|
|
|
769
781
|
|
|
770
782
|
--
|
|
771
783
|
|
|
772
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
|
784
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L684) common
|
|
773
785
|
|
|
774
786
|
> def find_elements(*args)
|
|
775
787
|
|
|
@@ -789,7 +801,7 @@ __Returns:__
|
|
|
789
801
|
|
|
790
802
|
--
|
|
791
803
|
|
|
792
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
|
804
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L700) common
|
|
793
805
|
|
|
794
806
|
> def find_element(*args)
|
|
795
807
|
|
|
@@ -807,7 +819,7 @@ __Returns:__
|
|
|
807
819
|
|
|
808
820
|
--
|
|
809
821
|
|
|
810
|
-
##### [DEFAULT_MATCH_THRESHOLD](https://github.com/appium/ruby_lib/blob/
|
|
822
|
+
##### [DEFAULT_MATCH_THRESHOLD](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L718) common
|
|
811
823
|
|
|
812
824
|
> DEFAULT_MATCH_THRESHOLD = 0.5
|
|
813
825
|
|
|
@@ -828,7 +840,7 @@ __Returns:__
|
|
|
828
840
|
|
|
829
841
|
--
|
|
830
842
|
|
|
831
|
-
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/
|
|
843
|
+
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L719) common
|
|
832
844
|
|
|
833
845
|
> def find_element_by_image(png_img_path, match_threshold: DEFAULT_MATCH_THRESHOLD, visualize: false)
|
|
834
846
|
|
|
@@ -836,7 +848,7 @@ __Returns:__
|
|
|
836
848
|
|
|
837
849
|
--
|
|
838
850
|
|
|
839
|
-
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/
|
|
851
|
+
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L737) common
|
|
840
852
|
|
|
841
853
|
> def find_elements_by_image(png_img_paths, match_threshold: DEFAULT_MATCH_THRESHOLD, visualize: false)
|
|
842
854
|
|
|
@@ -857,7 +869,7 @@ __Returns:__
|
|
|
857
869
|
|
|
858
870
|
--
|
|
859
871
|
|
|
860
|
-
##### [set_location](https://github.com/appium/ruby_lib/blob/
|
|
872
|
+
##### [set_location](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L750) common
|
|
861
873
|
|
|
862
874
|
> def set_location(opts = {})
|
|
863
875
|
|
|
@@ -873,7 +885,7 @@ __Returns:__
|
|
|
873
885
|
|
|
874
886
|
--
|
|
875
887
|
|
|
876
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
|
888
|
+
##### [x](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/driver.rb#L760) common
|
|
877
889
|
|
|
878
890
|
> def x
|
|
879
891
|
|
|
@@ -886,7 +898,7 @@ __Returns:__
|
|
|
886
898
|
|
|
887
899
|
--
|
|
888
900
|
|
|
889
|
-
##### [username](https://github.com/appium/ruby_lib/blob/
|
|
901
|
+
##### [username](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/sauce_labs.rb#L4) common
|
|
890
902
|
|
|
891
903
|
> def username
|
|
892
904
|
|
|
@@ -894,7 +906,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US
|
|
|
894
906
|
|
|
895
907
|
--
|
|
896
908
|
|
|
897
|
-
##### [access_key](https://github.com/appium/ruby_lib/blob/
|
|
909
|
+
##### [access_key](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/sauce_labs.rb#L6) common
|
|
898
910
|
|
|
899
911
|
> def access_key
|
|
900
912
|
|
|
@@ -902,7 +914,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_
|
|
|
902
914
|
|
|
903
915
|
--
|
|
904
916
|
|
|
905
|
-
##### [endpoint](https://github.com/appium/ruby_lib/blob/
|
|
917
|
+
##### [endpoint](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/sauce_labs.rb#L8) common
|
|
906
918
|
|
|
907
919
|
> def endpoint
|
|
908
920
|
|
|
@@ -910,7 +922,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'o
|
|
|
910
922
|
|
|
911
923
|
--
|
|
912
924
|
|
|
913
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
925
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/sauce_labs.rb#L33) common
|
|
914
926
|
|
|
915
927
|
> def initialize(appium_lib_opts)
|
|
916
928
|
|
|
@@ -926,7 +938,7 @@ __Returns:__
|
|
|
926
938
|
|
|
927
939
|
--
|
|
928
940
|
|
|
929
|
-
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/
|
|
941
|
+
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/sauce_labs.rb#L53) common
|
|
930
942
|
|
|
931
943
|
> def sauce_server_url?
|
|
932
944
|
|
|
@@ -938,7 +950,7 @@ __Returns:__
|
|
|
938
950
|
|
|
939
951
|
--
|
|
940
952
|
|
|
941
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
|
953
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/sauce_labs.rb#L66) common
|
|
942
954
|
|
|
943
955
|
> def server_url
|
|
944
956
|
|
|
@@ -950,7 +962,7 @@ __Returns:__
|
|
|
950
962
|
|
|
951
963
|
--
|
|
952
964
|
|
|
953
|
-
##### [get_log](https://github.com/appium/ruby_lib/blob/
|
|
965
|
+
##### [get_log](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/log.rb#L11) common
|
|
954
966
|
|
|
955
967
|
> def get_log(type)
|
|
956
968
|
|
|
@@ -966,7 +978,7 @@ __Returns:__
|
|
|
966
978
|
|
|
967
979
|
--
|
|
968
980
|
|
|
969
|
-
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/
|
|
981
|
+
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/log.rb#L23) common
|
|
970
982
|
|
|
971
983
|
> def get_available_log_types
|
|
972
984
|
|
|
@@ -978,7 +990,7 @@ __Returns:__
|
|
|
978
990
|
|
|
979
991
|
--
|
|
980
992
|
|
|
981
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
|
993
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/wait.rb#L30) common
|
|
982
994
|
|
|
983
995
|
> def wait_true(opts = {})
|
|
984
996
|
|
|
@@ -998,7 +1010,7 @@ __Parameters:__
|
|
|
998
1010
|
|
|
999
1011
|
--
|
|
1000
1012
|
|
|
1001
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
|
1013
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/wait.rb#L59) common
|
|
1002
1014
|
|
|
1003
1015
|
> def wait(opts = {})
|
|
1004
1016
|
|
|
@@ -1016,7 +1028,7 @@ __Parameters:__
|
|
|
1016
1028
|
|
|
1017
1029
|
--
|
|
1018
1030
|
|
|
1019
|
-
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/
|
|
1031
|
+
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/device.rb#L12) common
|
|
1020
1032
|
|
|
1021
1033
|
> def add_touch_actions
|
|
1022
1034
|
|
|
@@ -1024,7 +1036,7 @@ __Parameters:__
|
|
|
1024
1036
|
|
|
1025
1037
|
--
|
|
1026
1038
|
|
|
1027
|
-
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/
|
|
1039
|
+
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/device.rb#L24) common
|
|
1028
1040
|
|
|
1029
1041
|
> def delegate_from_appium_driver(method, delegation_target)
|
|
1030
1042
|
|
|
@@ -1032,7 +1044,7 @@ __Parameters:__
|
|
|
1032
1044
|
|
|
1033
1045
|
--
|
|
1034
1046
|
|
|
1035
|
-
##### [ignore](https://github.com/appium/ruby_lib/blob/
|
|
1047
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L16) common
|
|
1036
1048
|
|
|
1037
1049
|
> def ignore
|
|
1038
1050
|
|
|
@@ -1040,7 +1052,7 @@ Return yield and ignore any exceptions.
|
|
|
1040
1052
|
|
|
1041
1053
|
--
|
|
1042
1054
|
|
|
1043
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
|
1055
|
+
##### [back](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L23) common
|
|
1044
1056
|
|
|
1045
1057
|
> def back
|
|
1046
1058
|
|
|
@@ -1052,7 +1064,7 @@ __Returns:__
|
|
|
1052
1064
|
|
|
1053
1065
|
--
|
|
1054
1066
|
|
|
1055
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
|
1067
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L34) common
|
|
1056
1068
|
|
|
1057
1069
|
> def session_id
|
|
1058
1070
|
|
|
@@ -1064,7 +1076,7 @@ __Returns:__
|
|
|
1064
1076
|
|
|
1065
1077
|
--
|
|
1066
1078
|
|
|
1067
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
|
1079
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L42) common
|
|
1068
1080
|
|
|
1069
1081
|
> def xpath(xpath_str)
|
|
1070
1082
|
|
|
@@ -1080,7 +1092,7 @@ __Returns:__
|
|
|
1080
1092
|
|
|
1081
1093
|
--
|
|
1082
1094
|
|
|
1083
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
|
1095
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L50) common
|
|
1084
1096
|
|
|
1085
1097
|
> def xpaths(xpath_str)
|
|
1086
1098
|
|
|
@@ -1096,7 +1108,7 @@ __Returns:__
|
|
|
1096
1108
|
|
|
1097
1109
|
--
|
|
1098
1110
|
|
|
1099
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
|
1111
|
+
##### [result](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L60) common
|
|
1100
1112
|
|
|
1101
1113
|
> def result
|
|
1102
1114
|
|
|
@@ -1104,7 +1116,7 @@ Returns the value of attribute result
|
|
|
1104
1116
|
|
|
1105
1117
|
--
|
|
1106
1118
|
|
|
1107
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1119
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L62) common
|
|
1108
1120
|
|
|
1109
1121
|
> def initialize(platform)
|
|
1110
1122
|
|
|
@@ -1116,7 +1128,7 @@ __Returns:__
|
|
|
1116
1128
|
|
|
1117
1129
|
--
|
|
1118
1130
|
|
|
1119
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
|
1131
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L67) common
|
|
1120
1132
|
|
|
1121
1133
|
> def reset
|
|
1122
1134
|
|
|
@@ -1124,7 +1136,7 @@ __Returns:__
|
|
|
1124
1136
|
|
|
1125
1137
|
--
|
|
1126
1138
|
|
|
1127
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
|
1139
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L72) common
|
|
1128
1140
|
|
|
1129
1141
|
> def start_element(name, attrs = [])
|
|
1130
1142
|
|
|
@@ -1132,7 +1144,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
|
1132
1144
|
|
|
1133
1145
|
--
|
|
1134
1146
|
|
|
1135
|
-
##### [formatted_result](https://github.com/appium/ruby_lib/blob/
|
|
1147
|
+
##### [formatted_result](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L83) common
|
|
1136
1148
|
|
|
1137
1149
|
> def formatted_result
|
|
1138
1150
|
|
|
@@ -1140,7 +1152,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
|
1140
1152
|
|
|
1141
1153
|
--
|
|
1142
1154
|
|
|
1143
|
-
##### [get_page_class](https://github.com/appium/ruby_lib/blob/
|
|
1155
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L101) common
|
|
1144
1156
|
|
|
1145
1157
|
> def get_page_class
|
|
1146
1158
|
|
|
@@ -1152,7 +1164,7 @@ __Returns:__
|
|
|
1152
1164
|
|
|
1153
1165
|
--
|
|
1154
1166
|
|
|
1155
|
-
##### [page_class](https://github.com/appium/ruby_lib/blob/
|
|
1167
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L126) common
|
|
1156
1168
|
|
|
1157
1169
|
> def page_class
|
|
1158
1170
|
|
|
@@ -1165,7 +1177,7 @@ __Returns:__
|
|
|
1165
1177
|
|
|
1166
1178
|
--
|
|
1167
1179
|
|
|
1168
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
|
1180
|
+
##### [source](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L133) common
|
|
1169
1181
|
|
|
1170
1182
|
> def source
|
|
1171
1183
|
|
|
@@ -1177,7 +1189,7 @@ __Returns:__
|
|
|
1177
1189
|
|
|
1178
1190
|
--
|
|
1179
1191
|
|
|
1180
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
|
1192
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L140) common
|
|
1181
1193
|
|
|
1182
1194
|
> def get_source
|
|
1183
1195
|
|
|
@@ -1190,7 +1202,7 @@ __Returns:__
|
|
|
1190
1202
|
|
|
1191
1203
|
--
|
|
1192
1204
|
|
|
1193
|
-
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/
|
|
1205
|
+
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L150) common
|
|
1194
1206
|
|
|
1195
1207
|
> def px_to_window_rel(opts = {}, driver = $driver)
|
|
1196
1208
|
|
|
@@ -1198,7 +1210,7 @@ Converts pixel values to window relative values
|
|
|
1198
1210
|
|
|
1199
1211
|
--
|
|
1200
1212
|
|
|
1201
|
-
##### [xml_keys](https://github.com/appium/ruby_lib/blob/
|
|
1213
|
+
##### [xml_keys](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L169) common
|
|
1202
1214
|
|
|
1203
1215
|
> def xml_keys(target)
|
|
1204
1216
|
|
|
@@ -1214,7 +1226,7 @@ __Returns:__
|
|
|
1214
1226
|
|
|
1215
1227
|
--
|
|
1216
1228
|
|
|
1217
|
-
##### [xml_values](https://github.com/appium/ruby_lib/blob/
|
|
1229
|
+
##### [xml_values](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L177) common
|
|
1218
1230
|
|
|
1219
1231
|
> def xml_values(target)
|
|
1220
1232
|
|
|
@@ -1230,7 +1242,7 @@ __Returns:__
|
|
|
1230
1242
|
|
|
1231
1243
|
--
|
|
1232
1244
|
|
|
1233
|
-
##### [resolve_id](https://github.com/appium/ruby_lib/blob/
|
|
1245
|
+
##### [resolve_id](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L185) common
|
|
1234
1246
|
|
|
1235
1247
|
> def resolve_id(id)
|
|
1236
1248
|
|
|
@@ -1246,7 +1258,7 @@ __Returns:__
|
|
|
1246
1258
|
|
|
1247
1259
|
--
|
|
1248
1260
|
|
|
1249
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
|
1261
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L192) common
|
|
1250
1262
|
|
|
1251
1263
|
> def filter
|
|
1252
1264
|
|
|
@@ -1254,7 +1266,7 @@ Returns the value of attribute filter
|
|
|
1254
1266
|
|
|
1255
1267
|
--
|
|
1256
1268
|
|
|
1257
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
|
1269
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L195) common
|
|
1258
1270
|
|
|
1259
1271
|
> def filter=(value)
|
|
1260
1272
|
|
|
@@ -1262,7 +1274,7 @@ convert to string to support symbols
|
|
|
1262
1274
|
|
|
1263
1275
|
--
|
|
1264
1276
|
|
|
1265
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1277
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L202) common
|
|
1266
1278
|
|
|
1267
1279
|
> def initialize
|
|
1268
1280
|
|
|
@@ -1274,7 +1286,7 @@ __Returns:__
|
|
|
1274
1286
|
|
|
1275
1287
|
--
|
|
1276
1288
|
|
|
1277
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
|
1289
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L207) common
|
|
1278
1290
|
|
|
1279
1291
|
> def reset
|
|
1280
1292
|
|
|
@@ -1282,7 +1294,7 @@ __Returns:__
|
|
|
1282
1294
|
|
|
1283
1295
|
--
|
|
1284
1296
|
|
|
1285
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
|
1297
|
+
##### [result](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L213) common
|
|
1286
1298
|
|
|
1287
1299
|
> def result
|
|
1288
1300
|
|
|
@@ -1290,7 +1302,7 @@ __Returns:__
|
|
|
1290
1302
|
|
|
1291
1303
|
--
|
|
1292
1304
|
|
|
1293
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
|
1305
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L226) common
|
|
1294
1306
|
|
|
1295
1307
|
> def start_element(name, attrs = [])
|
|
1296
1308
|
|
|
@@ -1298,7 +1310,7 @@ __Returns:__
|
|
|
1298
1310
|
|
|
1299
1311
|
--
|
|
1300
1312
|
|
|
1301
|
-
##### [end_element](https://github.com/appium/ruby_lib/blob/
|
|
1313
|
+
##### [end_element](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L236) common
|
|
1302
1314
|
|
|
1303
1315
|
> def end_element(name)
|
|
1304
1316
|
|
|
@@ -1306,7 +1318,7 @@ __Returns:__
|
|
|
1306
1318
|
|
|
1307
1319
|
--
|
|
1308
1320
|
|
|
1309
|
-
##### [characters](https://github.com/appium/ruby_lib/blob/
|
|
1321
|
+
##### [characters](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/helper.rb#L243) common
|
|
1310
1322
|
|
|
1311
1323
|
> def characters(chars)
|
|
1312
1324
|
|
|
@@ -1314,7 +1326,7 @@ __Returns:__
|
|
|
1314
1326
|
|
|
1315
1327
|
--
|
|
1316
1328
|
|
|
1317
|
-
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/
|
|
1329
|
+
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/http_client.rb#L8) common
|
|
1318
1330
|
|
|
1319
1331
|
> DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze
|
|
1320
1332
|
|
|
@@ -1322,7 +1334,7 @@ Default HTTP client inherit Appium::Core::Base::Http::Default, but has different
|
|
|
1322
1334
|
|
|
1323
1335
|
--
|
|
1324
1336
|
|
|
1325
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
|
1337
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/multi_touch.rb#L51) common
|
|
1326
1338
|
|
|
1327
1339
|
> def pinch(percentage = 25, auto_perform = true, driver = $driver)
|
|
1328
1340
|
|
|
@@ -1342,7 +1354,7 @@ __Parameters:__
|
|
|
1342
1354
|
|
|
1343
1355
|
--
|
|
1344
1356
|
|
|
1345
|
-
##### [zoom](https://github.com/appium/ruby_lib/blob/
|
|
1357
|
+
##### [zoom](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/multi_touch.rb#L94) common
|
|
1346
1358
|
|
|
1347
1359
|
> def zoom(percentage = 200, auto_perform = true, driver = $driver)
|
|
1348
1360
|
|
|
@@ -1362,7 +1374,7 @@ __Parameters:__
|
|
|
1362
1374
|
|
|
1363
1375
|
--
|
|
1364
1376
|
|
|
1365
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1377
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/multi_touch.rb#L180) common
|
|
1366
1378
|
|
|
1367
1379
|
> def initialize(driver = $driver)
|
|
1368
1380
|
|
|
@@ -1374,7 +1386,7 @@ __Returns:__
|
|
|
1374
1386
|
|
|
1375
1387
|
--
|
|
1376
1388
|
|
|
1377
|
-
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/
|
|
1389
|
+
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/touch_actions.rb#L33) common
|
|
1378
1390
|
|
|
1379
1391
|
> COMPLEX_ACTIONS = ::Appium::Core::TouchAction::COMPLEX_ACTIONS
|
|
1380
1392
|
|
|
@@ -1382,7 +1394,7 @@ __Returns:__
|
|
|
1382
1394
|
|
|
1383
1395
|
--
|
|
1384
1396
|
|
|
1385
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1397
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/touch_actions.rb#L48) common
|
|
1386
1398
|
|
|
1387
1399
|
> def initialize(driver = $driver)
|
|
1388
1400
|
|
|
@@ -1394,7 +1406,7 @@ __Returns:__
|
|
|
1394
1406
|
|
|
1395
1407
|
--
|
|
1396
1408
|
|
|
1397
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
|
1409
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/touch_actions.rb#L52) common
|
|
1398
1410
|
|
|
1399
1411
|
> def swipe(opts)
|
|
1400
1412
|
|
|
@@ -1402,7 +1414,7 @@ __Returns:__
|
|
|
1402
1414
|
|
|
1403
1415
|
--
|
|
1404
1416
|
|
|
1405
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1417
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/command/ws_logcat.rb#L5) common
|
|
1406
1418
|
|
|
1407
1419
|
> def initialize(url:, output_file: 'logcat.log')
|
|
1408
1420
|
|
|
@@ -1414,7 +1426,7 @@ __Returns:__
|
|
|
1414
1426
|
|
|
1415
1427
|
--
|
|
1416
1428
|
|
|
1417
|
-
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/
|
|
1429
|
+
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/common/command/ws_logcat.rb#L10) common
|
|
1418
1430
|
|
|
1419
1431
|
> def handle_message_data(data)
|
|
1420
1432
|
|
|
@@ -1422,7 +1434,7 @@ __Returns:__
|
|
|
1422
1434
|
|
|
1423
1435
|
--
|
|
1424
1436
|
|
|
1425
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
|
1437
|
+
##### [for](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/ios.rb#L15) ios
|
|
1426
1438
|
|
|
1427
1439
|
> def self.for(target)
|
|
1428
1440
|
|
|
@@ -1430,7 +1442,7 @@ __Returns:__
|
|
|
1430
1442
|
|
|
1431
1443
|
--
|
|
1432
1444
|
|
|
1433
|
-
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/
|
|
1445
|
+
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L4) ios
|
|
1434
1446
|
|
|
1435
1447
|
> UIAStaticText = 'UIAStaticText'.freeze
|
|
1436
1448
|
|
|
@@ -1438,7 +1450,7 @@ __Returns:__
|
|
|
1438
1450
|
|
|
1439
1451
|
--
|
|
1440
1452
|
|
|
1441
|
-
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/
|
|
1453
|
+
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L5) ios
|
|
1442
1454
|
|
|
1443
1455
|
> XCUIElementTypeStaticText = 'XCUIElementTypeStaticText'.freeze
|
|
1444
1456
|
|
|
@@ -1446,7 +1458,7 @@ __Returns:__
|
|
|
1446
1458
|
|
|
1447
1459
|
--
|
|
1448
1460
|
|
|
1449
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
|
1461
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L8) ios
|
|
1450
1462
|
|
|
1451
1463
|
> def static_text_class
|
|
1452
1464
|
|
|
@@ -1458,7 +1470,7 @@ __Returns:__
|
|
|
1458
1470
|
|
|
1459
1471
|
--
|
|
1460
1472
|
|
|
1461
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
|
1473
|
+
##### [text](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L16) ios
|
|
1462
1474
|
|
|
1463
1475
|
> def text(value)
|
|
1464
1476
|
|
|
@@ -1475,7 +1487,7 @@ __Returns:__
|
|
|
1475
1487
|
|
|
1476
1488
|
--
|
|
1477
1489
|
|
|
1478
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
|
1490
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L26) ios
|
|
1479
1491
|
|
|
1480
1492
|
> def texts(value = false)
|
|
1481
1493
|
|
|
@@ -1492,7 +1504,7 @@ __Returns:__
|
|
|
1492
1504
|
|
|
1493
1505
|
--
|
|
1494
1506
|
|
|
1495
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
|
1507
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L34) ios
|
|
1496
1508
|
|
|
1497
1509
|
> def first_text
|
|
1498
1510
|
|
|
@@ -1504,7 +1516,7 @@ __Returns:__
|
|
|
1504
1516
|
|
|
1505
1517
|
--
|
|
1506
1518
|
|
|
1507
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
|
1519
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L40) ios
|
|
1508
1520
|
|
|
1509
1521
|
> def last_text
|
|
1510
1522
|
|
|
@@ -1516,7 +1528,7 @@ __Returns:__
|
|
|
1516
1528
|
|
|
1517
1529
|
--
|
|
1518
1530
|
|
|
1519
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
|
1531
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L47) ios
|
|
1520
1532
|
|
|
1521
1533
|
> def text_exact(value)
|
|
1522
1534
|
|
|
@@ -1532,7 +1544,7 @@ __Returns:__
|
|
|
1532
1544
|
|
|
1533
1545
|
--
|
|
1534
1546
|
|
|
1535
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
|
1547
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/text.rb#L54) ios
|
|
1536
1548
|
|
|
1537
1549
|
> def texts_exact(value)
|
|
1538
1550
|
|
|
@@ -1548,7 +1560,7 @@ __Returns:__
|
|
|
1548
1560
|
|
|
1549
1561
|
--
|
|
1550
1562
|
|
|
1551
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
|
1563
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L5) ios
|
|
1552
1564
|
|
|
1553
1565
|
> def filter
|
|
1554
1566
|
|
|
@@ -1556,7 +1568,7 @@ Returns the value of attribute filter
|
|
|
1556
1568
|
|
|
1557
1569
|
--
|
|
1558
1570
|
|
|
1559
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
|
1571
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L5) ios
|
|
1560
1572
|
|
|
1561
1573
|
> def filter=(value)
|
|
1562
1574
|
|
|
@@ -1568,7 +1580,7 @@ __Parameters:__
|
|
|
1568
1580
|
|
|
1569
1581
|
--
|
|
1570
1582
|
|
|
1571
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
|
1583
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L7) ios
|
|
1572
1584
|
|
|
1573
1585
|
> def start_element(type, attrs = [])
|
|
1574
1586
|
|
|
@@ -1576,7 +1588,7 @@ __Parameters:__
|
|
|
1576
1588
|
|
|
1577
1589
|
--
|
|
1578
1590
|
|
|
1579
|
-
##### [ios_password](https://github.com/appium/ruby_lib/blob/
|
|
1591
|
+
##### [ios_password](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L43) ios
|
|
1580
1592
|
|
|
1581
1593
|
> def ios_password(length = 1)
|
|
1582
1594
|
|
|
@@ -1594,7 +1606,7 @@ __Returns:__
|
|
|
1594
1606
|
|
|
1595
1607
|
--
|
|
1596
1608
|
|
|
1597
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
|
1609
|
+
##### [page](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L59) ios
|
|
1598
1610
|
|
|
1599
1611
|
> def page(opts = {})
|
|
1600
1612
|
|
|
@@ -1612,7 +1624,7 @@ __Returns:__
|
|
|
1612
1624
|
|
|
1613
1625
|
--
|
|
1614
1626
|
|
|
1615
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
|
1627
|
+
##### [id](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L86) ios
|
|
1616
1628
|
|
|
1617
1629
|
> def id(id)
|
|
1618
1630
|
|
|
@@ -1628,7 +1640,7 @@ __Returns:__
|
|
|
1628
1640
|
|
|
1629
1641
|
--
|
|
1630
1642
|
|
|
1631
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
|
1643
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L94) ios
|
|
1632
1644
|
|
|
1633
1645
|
> def ele_index(class_name, index)
|
|
1634
1646
|
|
|
@@ -1646,7 +1658,7 @@ __Returns:__
|
|
|
1646
1658
|
|
|
1647
1659
|
--
|
|
1648
1660
|
|
|
1649
|
-
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/
|
|
1661
|
+
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L124) ios
|
|
1650
1662
|
|
|
1651
1663
|
> def find_ele_by_attr(class_name, attr, value)
|
|
1652
1664
|
|
|
@@ -1668,7 +1680,7 @@ __Returns:__
|
|
|
1668
1680
|
|
|
1669
1681
|
--
|
|
1670
1682
|
|
|
1671
|
-
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/
|
|
1683
|
+
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L135) ios
|
|
1672
1684
|
|
|
1673
1685
|
> def find_eles_by_attr(class_name, attr, value)
|
|
1674
1686
|
|
|
@@ -1690,7 +1702,7 @@ __Returns:__
|
|
|
1690
1702
|
|
|
1691
1703
|
--
|
|
1692
1704
|
|
|
1693
|
-
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/
|
|
1705
|
+
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L148) ios
|
|
1694
1706
|
|
|
1695
1707
|
> def find_ele_by_predicate(class_name: '*', value:)
|
|
1696
1708
|
|
|
@@ -1707,7 +1719,7 @@ __Returns:__
|
|
|
1707
1719
|
|
|
1708
1720
|
--
|
|
1709
1721
|
|
|
1710
|
-
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/
|
|
1722
|
+
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L160) ios
|
|
1711
1723
|
|
|
1712
1724
|
> def find_eles_by_predicate(class_name: '*', value:)
|
|
1713
1725
|
|
|
@@ -1726,7 +1738,7 @@ __Returns:__
|
|
|
1726
1738
|
|
|
1727
1739
|
--
|
|
1728
1740
|
|
|
1729
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
|
1741
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L176) ios
|
|
1730
1742
|
|
|
1731
1743
|
> def find_ele_by_attr_include(class_name, attr, value)
|
|
1732
1744
|
|
|
@@ -1747,7 +1759,7 @@ __Returns:__
|
|
|
1747
1759
|
|
|
1748
1760
|
--
|
|
1749
1761
|
|
|
1750
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
|
1762
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L186) ios
|
|
1751
1763
|
|
|
1752
1764
|
> def find_eles_by_attr_include(class_name, attr, value)
|
|
1753
1765
|
|
|
@@ -1768,7 +1780,7 @@ __Returns:__
|
|
|
1768
1780
|
|
|
1769
1781
|
--
|
|
1770
1782
|
|
|
1771
|
-
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
|
1783
|
+
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L194) ios
|
|
1772
1784
|
|
|
1773
1785
|
> def find_ele_by_predicate_include(class_name: '*', value:)
|
|
1774
1786
|
|
|
@@ -1785,7 +1797,7 @@ __Returns:__
|
|
|
1785
1797
|
|
|
1786
1798
|
--
|
|
1787
1799
|
|
|
1788
|
-
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
|
1800
|
+
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L206) ios
|
|
1789
1801
|
|
|
1790
1802
|
> def find_eles_by_predicate_include(class_name: '*', value:)
|
|
1791
1803
|
|
|
@@ -1804,7 +1816,7 @@ __Returns:__
|
|
|
1804
1816
|
|
|
1805
1817
|
--
|
|
1806
1818
|
|
|
1807
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
|
1819
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L219) ios
|
|
1808
1820
|
|
|
1809
1821
|
> def first_ele(class_name)
|
|
1810
1822
|
|
|
@@ -1820,7 +1832,7 @@ __Returns:__
|
|
|
1820
1832
|
|
|
1821
1833
|
--
|
|
1822
1834
|
|
|
1823
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
|
1835
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L226) ios
|
|
1824
1836
|
|
|
1825
1837
|
> def last_ele(class_name)
|
|
1826
1838
|
|
|
@@ -1836,7 +1848,7 @@ __Returns:__
|
|
|
1836
1848
|
|
|
1837
1849
|
--
|
|
1838
1850
|
|
|
1839
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
|
1851
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L234) ios
|
|
1840
1852
|
|
|
1841
1853
|
> def tag(class_name)
|
|
1842
1854
|
|
|
@@ -1852,7 +1864,7 @@ __Returns:__
|
|
|
1852
1864
|
|
|
1853
1865
|
--
|
|
1854
1866
|
|
|
1855
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
|
1867
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L242) ios
|
|
1856
1868
|
|
|
1857
1869
|
> def tags(class_name)
|
|
1858
1870
|
|
|
@@ -1868,7 +1880,7 @@ __Returns:__
|
|
|
1868
1880
|
|
|
1869
1881
|
--
|
|
1870
1882
|
|
|
1871
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
|
1883
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L253) ios
|
|
1872
1884
|
|
|
1873
1885
|
> def tags_include(class_names:, value: nil)
|
|
1874
1886
|
|
|
@@ -1888,7 +1900,7 @@ __Returns:__
|
|
|
1888
1900
|
|
|
1889
1901
|
--
|
|
1890
1902
|
|
|
1891
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
|
1903
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L268) ios
|
|
1892
1904
|
|
|
1893
1905
|
> def tags_exact(class_names:, value: nil)
|
|
1894
1906
|
|
|
@@ -1908,7 +1920,7 @@ __Returns:__
|
|
|
1908
1920
|
|
|
1909
1921
|
--
|
|
1910
1922
|
|
|
1911
|
-
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
|
1923
|
+
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L305) ios
|
|
1912
1924
|
|
|
1913
1925
|
> def ele_by_json_visible_contains(element, value)
|
|
1914
1926
|
|
|
@@ -1927,7 +1939,7 @@ __Returns:__
|
|
|
1927
1939
|
|
|
1928
1940
|
--
|
|
1929
1941
|
|
|
1930
|
-
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
|
1942
|
+
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L314) ios
|
|
1931
1943
|
|
|
1932
1944
|
> def eles_by_json_visible_contains(element, value)
|
|
1933
1945
|
|
|
@@ -1946,7 +1958,7 @@ __Returns:__
|
|
|
1946
1958
|
|
|
1947
1959
|
--
|
|
1948
1960
|
|
|
1949
|
-
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
|
1961
|
+
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L344) ios
|
|
1950
1962
|
|
|
1951
1963
|
> def ele_by_json_visible_exact(element, value)
|
|
1952
1964
|
|
|
@@ -1965,7 +1977,7 @@ __Returns:__
|
|
|
1965
1977
|
|
|
1966
1978
|
--
|
|
1967
1979
|
|
|
1968
|
-
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
|
1980
|
+
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L353) ios
|
|
1969
1981
|
|
|
1970
1982
|
> def eles_by_json_visible_exact(element, value)
|
|
1971
1983
|
|
|
@@ -1984,7 +1996,7 @@ __Returns:__
|
|
|
1984
1996
|
|
|
1985
1997
|
--
|
|
1986
1998
|
|
|
1987
|
-
##### [_all_pred](https://github.com/appium/ruby_lib/blob/
|
|
1999
|
+
##### [_all_pred](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L362) ios
|
|
1988
2000
|
|
|
1989
2001
|
> def _all_pred(opts)
|
|
1990
2002
|
|
|
@@ -1994,7 +2006,7 @@ visible - if true, only visible elements are returned. default true
|
|
|
1994
2006
|
|
|
1995
2007
|
--
|
|
1996
2008
|
|
|
1997
|
-
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/
|
|
2009
|
+
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L376) ios
|
|
1998
2010
|
|
|
1999
2011
|
> def ele_with_pred(opts)
|
|
2000
2012
|
|
|
@@ -2010,7 +2022,7 @@ __Returns:__
|
|
|
2010
2022
|
|
|
2011
2023
|
--
|
|
2012
2024
|
|
|
2013
|
-
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/
|
|
2025
|
+
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L387) ios
|
|
2014
2026
|
|
|
2015
2027
|
> def eles_with_pred(opts)
|
|
2016
2028
|
|
|
@@ -2026,7 +2038,7 @@ __Returns:__
|
|
|
2026
2038
|
|
|
2027
2039
|
--
|
|
2028
2040
|
|
|
2029
|
-
##### [_validate_object](https://github.com/appium/ruby_lib/blob/
|
|
2041
|
+
##### [_validate_object](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L391) ios
|
|
2030
2042
|
|
|
2031
2043
|
> def _validate_object(*objects)
|
|
2032
2044
|
|
|
@@ -2034,7 +2046,7 @@ __Returns:__
|
|
|
2034
2046
|
|
|
2035
2047
|
--
|
|
2036
2048
|
|
|
2037
|
-
##### [_by_json](https://github.com/appium/ruby_lib/blob/
|
|
2049
|
+
##### [_by_json](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L441) ios
|
|
2038
2050
|
|
|
2039
2051
|
> def _by_json(opts)
|
|
2040
2052
|
|
|
@@ -2069,7 +2081,7 @@ opts = {
|
|
|
2069
2081
|
|
|
2070
2082
|
--
|
|
2071
2083
|
|
|
2072
|
-
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/
|
|
2084
|
+
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L491) ios
|
|
2073
2085
|
|
|
2074
2086
|
> def eles_by_json(opts)
|
|
2075
2087
|
|
|
@@ -2088,7 +2100,7 @@ eles_by_json({
|
|
|
2088
2100
|
|
|
2089
2101
|
--
|
|
2090
2102
|
|
|
2091
|
-
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/
|
|
2103
|
+
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/common/helper.rb#L497) ios
|
|
2092
2104
|
|
|
2093
2105
|
> def ele_by_json(opts)
|
|
2094
2106
|
|
|
@@ -2096,7 +2108,7 @@ see eles_by_json
|
|
|
2096
2108
|
|
|
2097
2109
|
--
|
|
2098
2110
|
|
|
2099
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
|
2111
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/alert.rb#L5) ios
|
|
2100
2112
|
|
|
2101
2113
|
> def alert_accept
|
|
2102
2114
|
|
|
@@ -2108,7 +2120,7 @@ __Returns:__
|
|
|
2108
2120
|
|
|
2109
2121
|
--
|
|
2110
2122
|
|
|
2111
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
|
2123
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/alert.rb#L13) ios
|
|
2112
2124
|
|
|
2113
2125
|
> def alert_dismiss
|
|
2114
2126
|
|
|
@@ -2120,7 +2132,7 @@ __Returns:__
|
|
|
2120
2132
|
|
|
2121
2133
|
--
|
|
2122
2134
|
|
|
2123
|
-
##### [UIAButton](https://github.com/appium/ruby_lib/blob/
|
|
2135
|
+
##### [UIAButton](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L4) ios
|
|
2124
2136
|
|
|
2125
2137
|
> UIAButton = 'UIAButton'.freeze
|
|
2126
2138
|
|
|
@@ -2128,7 +2140,7 @@ __Returns:__
|
|
|
2128
2140
|
|
|
2129
2141
|
--
|
|
2130
2142
|
|
|
2131
|
-
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/
|
|
2143
|
+
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L5) ios
|
|
2132
2144
|
|
|
2133
2145
|
> XCUIElementTypeButton = 'XCUIElementTypeButton'.freeze
|
|
2134
2146
|
|
|
@@ -2136,7 +2148,7 @@ __Returns:__
|
|
|
2136
2148
|
|
|
2137
2149
|
--
|
|
2138
2150
|
|
|
2139
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
|
2151
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L8) ios
|
|
2140
2152
|
|
|
2141
2153
|
> def button_class
|
|
2142
2154
|
|
|
@@ -2148,7 +2160,7 @@ __Returns:__
|
|
|
2148
2160
|
|
|
2149
2161
|
--
|
|
2150
2162
|
|
|
2151
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
|
2163
|
+
##### [button](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L16) ios
|
|
2152
2164
|
|
|
2153
2165
|
> def button(value)
|
|
2154
2166
|
|
|
@@ -2165,7 +2177,7 @@ __Returns:__
|
|
|
2165
2177
|
|
|
2166
2178
|
--
|
|
2167
2179
|
|
|
2168
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
|
2180
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L27) ios
|
|
2169
2181
|
|
|
2170
2182
|
> def buttons(value = false)
|
|
2171
2183
|
|
|
@@ -2182,7 +2194,7 @@ __Returns:__
|
|
|
2182
2194
|
|
|
2183
2195
|
--
|
|
2184
2196
|
|
|
2185
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
|
2197
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L35) ios
|
|
2186
2198
|
|
|
2187
2199
|
> def first_button
|
|
2188
2200
|
|
|
@@ -2194,7 +2206,7 @@ __Returns:__
|
|
|
2194
2206
|
|
|
2195
2207
|
--
|
|
2196
2208
|
|
|
2197
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
|
2209
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L43) ios
|
|
2198
2210
|
|
|
2199
2211
|
> def last_button
|
|
2200
2212
|
|
|
@@ -2208,7 +2220,7 @@ __Returns:__
|
|
|
2208
2220
|
|
|
2209
2221
|
--
|
|
2210
2222
|
|
|
2211
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
|
2223
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L50) ios
|
|
2212
2224
|
|
|
2213
2225
|
> def button_exact(value)
|
|
2214
2226
|
|
|
@@ -2224,7 +2236,7 @@ __Returns:__
|
|
|
2224
2236
|
|
|
2225
2237
|
--
|
|
2226
2238
|
|
|
2227
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
|
2239
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/button.rb#L57) ios
|
|
2228
2240
|
|
|
2229
2241
|
> def buttons_exact(value)
|
|
2230
2242
|
|
|
@@ -2240,7 +2252,7 @@ __Returns:__
|
|
|
2240
2252
|
|
|
2241
2253
|
--
|
|
2242
2254
|
|
|
2243
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
|
2255
|
+
##### [find](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/generic.rb#L6) ios
|
|
2244
2256
|
|
|
2245
2257
|
> def find(value)
|
|
2246
2258
|
|
|
@@ -2256,7 +2268,7 @@ __Returns:__
|
|
|
2256
2268
|
|
|
2257
2269
|
--
|
|
2258
2270
|
|
|
2259
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
|
2271
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/generic.rb#L13) ios
|
|
2260
2272
|
|
|
2261
2273
|
> def finds(value)
|
|
2262
2274
|
|
|
@@ -2272,7 +2284,7 @@ __Returns:__
|
|
|
2272
2284
|
|
|
2273
2285
|
--
|
|
2274
2286
|
|
|
2275
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
|
2287
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/generic.rb#L20) ios
|
|
2276
2288
|
|
|
2277
2289
|
> def find_exact(value)
|
|
2278
2290
|
|
|
@@ -2288,7 +2300,7 @@ __Returns:__
|
|
|
2288
2300
|
|
|
2289
2301
|
--
|
|
2290
2302
|
|
|
2291
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
|
2303
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/generic.rb#L27) ios
|
|
2292
2304
|
|
|
2293
2305
|
> def finds_exact(value)
|
|
2294
2306
|
|
|
@@ -2304,7 +2316,7 @@ __Returns:__
|
|
|
2304
2316
|
|
|
2305
2317
|
--
|
|
2306
2318
|
|
|
2307
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
|
2319
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/generic.rb#L33) ios
|
|
2308
2320
|
|
|
2309
2321
|
> def raise_error_if_no_element(element)
|
|
2310
2322
|
|
|
@@ -2312,7 +2324,7 @@ __Returns:__
|
|
|
2312
2324
|
|
|
2313
2325
|
--
|
|
2314
2326
|
|
|
2315
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
|
2327
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/generic.rb#L41) ios
|
|
2316
2328
|
|
|
2317
2329
|
> def select_visible_elements(elements)
|
|
2318
2330
|
|
|
@@ -2320,7 +2332,7 @@ Return visible elements.
|
|
|
2320
2332
|
|
|
2321
2333
|
--
|
|
2322
2334
|
|
|
2323
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
|
2335
|
+
##### [for](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/bridge.rb#L7) ios
|
|
2324
2336
|
|
|
2325
2337
|
> def self.for(target)
|
|
2326
2338
|
|
|
@@ -2328,7 +2340,7 @@ Return visible elements.
|
|
|
2328
2340
|
|
|
2329
2341
|
--
|
|
2330
2342
|
|
|
2331
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
|
2343
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/helper.rb#L26) ios
|
|
2332
2344
|
|
|
2333
2345
|
> def last_ele(class_name)
|
|
2334
2346
|
|
|
@@ -2344,7 +2356,7 @@ __Returns:__
|
|
|
2344
2356
|
|
|
2345
2357
|
--
|
|
2346
2358
|
|
|
2347
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
|
2359
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/helper.rb#L37) ios
|
|
2348
2360
|
|
|
2349
2361
|
> def tag(class_name)
|
|
2350
2362
|
|
|
@@ -2360,7 +2372,7 @@ __Returns:__
|
|
|
2360
2372
|
|
|
2361
2373
|
--
|
|
2362
2374
|
|
|
2363
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
|
2375
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/helper.rb#L45) ios
|
|
2364
2376
|
|
|
2365
2377
|
> def tags(class_name)
|
|
2366
2378
|
|
|
@@ -2376,7 +2388,7 @@ __Returns:__
|
|
|
2376
2388
|
|
|
2377
2389
|
--
|
|
2378
2390
|
|
|
2379
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
|
2391
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/helper.rb#L57) ios
|
|
2380
2392
|
|
|
2381
2393
|
> def tags_include(class_names:, value: nil)
|
|
2382
2394
|
|
|
@@ -2396,7 +2408,7 @@ __Returns:__
|
|
|
2396
2408
|
|
|
2397
2409
|
--
|
|
2398
2410
|
|
|
2399
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
|
2411
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/helper.rb#L79) ios
|
|
2400
2412
|
|
|
2401
2413
|
> def tags_exact(class_names:, value: nil)
|
|
2402
2414
|
|
|
@@ -2416,7 +2428,7 @@ __Returns:__
|
|
|
2416
2428
|
|
|
2417
2429
|
--
|
|
2418
2430
|
|
|
2419
|
-
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
|
2431
|
+
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command.rb#L19) ios
|
|
2420
2432
|
|
|
2421
2433
|
> def start_logs_broadcast(syslog_file = 'syslog.log')
|
|
2422
2434
|
|
|
@@ -2428,7 +2440,7 @@ __Parameters:__
|
|
|
2428
2440
|
|
|
2429
2441
|
--
|
|
2430
2442
|
|
|
2431
|
-
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
|
2443
|
+
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command.rb#L32) ios
|
|
2432
2444
|
|
|
2433
2445
|
> def stop_logs_broadcast
|
|
2434
2446
|
|
|
@@ -2436,7 +2448,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2436
2448
|
|
|
2437
2449
|
--
|
|
2438
2450
|
|
|
2439
|
-
##### [UIATextField](https://github.com/appium/ruby_lib/blob/
|
|
2451
|
+
##### [UIATextField](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L3) ios
|
|
2440
2452
|
|
|
2441
2453
|
> UIATextField = 'UIATextField'.freeze
|
|
2442
2454
|
|
|
@@ -2444,7 +2456,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2444
2456
|
|
|
2445
2457
|
--
|
|
2446
2458
|
|
|
2447
|
-
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/
|
|
2459
|
+
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L4) ios
|
|
2448
2460
|
|
|
2449
2461
|
> UIASecureTextField = 'UIASecureTextField'.freeze
|
|
2450
2462
|
|
|
@@ -2452,7 +2464,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2452
2464
|
|
|
2453
2465
|
--
|
|
2454
2466
|
|
|
2455
|
-
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/
|
|
2467
|
+
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L6) ios
|
|
2456
2468
|
|
|
2457
2469
|
> XCUIElementTypeTextField = 'XCUIElementTypeTextField'.freeze
|
|
2458
2470
|
|
|
@@ -2460,7 +2472,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2460
2472
|
|
|
2461
2473
|
--
|
|
2462
2474
|
|
|
2463
|
-
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/
|
|
2475
|
+
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L7) ios
|
|
2464
2476
|
|
|
2465
2477
|
> XCUIElementTypeSecureTextField = 'XCUIElementTypeSecureTextField'.freeze
|
|
2466
2478
|
|
|
@@ -2468,7 +2480,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2468
2480
|
|
|
2469
2481
|
--
|
|
2470
2482
|
|
|
2471
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
|
2483
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L10) ios
|
|
2472
2484
|
|
|
2473
2485
|
> def text_field_class
|
|
2474
2486
|
|
|
@@ -2480,7 +2492,7 @@ __Returns:__
|
|
|
2480
2492
|
|
|
2481
2493
|
--
|
|
2482
2494
|
|
|
2483
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
|
2495
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L15) ios
|
|
2484
2496
|
|
|
2485
2497
|
> def secure_text_field_class
|
|
2486
2498
|
|
|
@@ -2492,7 +2504,7 @@ __Returns:__
|
|
|
2492
2504
|
|
|
2493
2505
|
--
|
|
2494
2506
|
|
|
2495
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
|
2507
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L24) ios
|
|
2496
2508
|
|
|
2497
2509
|
> def textfield(value)
|
|
2498
2510
|
|
|
@@ -2510,7 +2522,7 @@ __Returns:__
|
|
|
2510
2522
|
|
|
2511
2523
|
--
|
|
2512
2524
|
|
|
2513
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
|
2525
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L43) ios
|
|
2514
2526
|
|
|
2515
2527
|
> def textfields(value = false)
|
|
2516
2528
|
|
|
@@ -2527,7 +2539,7 @@ __Returns:__
|
|
|
2527
2539
|
|
|
2528
2540
|
--
|
|
2529
2541
|
|
|
2530
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
|
2542
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L51) ios
|
|
2531
2543
|
|
|
2532
2544
|
> def first_textfield
|
|
2533
2545
|
|
|
@@ -2539,7 +2551,7 @@ __Returns:__
|
|
|
2539
2551
|
|
|
2540
2552
|
--
|
|
2541
2553
|
|
|
2542
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
|
2554
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L57) ios
|
|
2543
2555
|
|
|
2544
2556
|
> def last_textfield
|
|
2545
2557
|
|
|
@@ -2551,7 +2563,7 @@ __Returns:__
|
|
|
2551
2563
|
|
|
2552
2564
|
--
|
|
2553
2565
|
|
|
2554
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
|
2566
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L67) ios
|
|
2555
2567
|
|
|
2556
2568
|
> def textfield_exact(value)
|
|
2557
2569
|
|
|
@@ -2567,7 +2579,7 @@ __Returns:__
|
|
|
2567
2579
|
|
|
2568
2580
|
--
|
|
2569
2581
|
|
|
2570
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
|
2582
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L74) ios
|
|
2571
2583
|
|
|
2572
2584
|
> def textfields_exact(value)
|
|
2573
2585
|
|
|
@@ -2583,7 +2595,7 @@ __Returns:__
|
|
|
2583
2595
|
|
|
2584
2596
|
--
|
|
2585
2597
|
|
|
2586
|
-
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/
|
|
2598
|
+
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L81) ios
|
|
2587
2599
|
|
|
2588
2600
|
> def _textfield_visible
|
|
2589
2601
|
|
|
@@ -2591,7 +2603,7 @@ Appium
|
|
|
2591
2603
|
|
|
2592
2604
|
--
|
|
2593
2605
|
|
|
2594
|
-
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/
|
|
2606
|
+
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L86) ios
|
|
2595
2607
|
|
|
2596
2608
|
> def _textfield_exact_string(value)
|
|
2597
2609
|
|
|
@@ -2599,7 +2611,7 @@ Appium
|
|
|
2599
2611
|
|
|
2600
2612
|
--
|
|
2601
2613
|
|
|
2602
|
-
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/
|
|
2614
|
+
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/element/textfield.rb#L93) ios
|
|
2603
2615
|
|
|
2604
2616
|
> def _textfield_contains_string(value)
|
|
2605
2617
|
|
|
@@ -2607,7 +2619,7 @@ Appium
|
|
|
2607
2619
|
|
|
2608
2620
|
--
|
|
2609
2621
|
|
|
2610
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
|
2622
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/text.rb#L9) ios
|
|
2611
2623
|
|
|
2612
2624
|
> def static_text_class
|
|
2613
2625
|
|
|
@@ -2619,7 +2631,7 @@ __Returns:__
|
|
|
2619
2631
|
|
|
2620
2632
|
--
|
|
2621
2633
|
|
|
2622
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
|
2634
|
+
##### [text](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/text.rb#L17) ios
|
|
2623
2635
|
|
|
2624
2636
|
> def text(value)
|
|
2625
2637
|
|
|
@@ -2636,7 +2648,7 @@ __Returns:__
|
|
|
2636
2648
|
|
|
2637
2649
|
--
|
|
2638
2650
|
|
|
2639
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
|
2651
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/text.rb#L27) ios
|
|
2640
2652
|
|
|
2641
2653
|
> def texts(value = false)
|
|
2642
2654
|
|
|
@@ -2653,7 +2665,7 @@ __Returns:__
|
|
|
2653
2665
|
|
|
2654
2666
|
--
|
|
2655
2667
|
|
|
2656
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
|
2668
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/text.rb#L36) ios
|
|
2657
2669
|
|
|
2658
2670
|
> def first_text
|
|
2659
2671
|
|
|
@@ -2665,7 +2677,7 @@ __Returns:__
|
|
|
2665
2677
|
|
|
2666
2678
|
--
|
|
2667
2679
|
|
|
2668
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
|
2680
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/text.rb#L42) ios
|
|
2669
2681
|
|
|
2670
2682
|
> def last_text
|
|
2671
2683
|
|
|
@@ -2677,7 +2689,7 @@ __Returns:__
|
|
|
2677
2689
|
|
|
2678
2690
|
--
|
|
2679
2691
|
|
|
2680
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
|
2692
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/text.rb#L49) ios
|
|
2681
2693
|
|
|
2682
2694
|
> def text_exact(value)
|
|
2683
2695
|
|
|
@@ -2693,7 +2705,7 @@ __Returns:__
|
|
|
2693
2705
|
|
|
2694
2706
|
--
|
|
2695
2707
|
|
|
2696
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
|
2708
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/text.rb#L56) ios
|
|
2697
2709
|
|
|
2698
2710
|
> def texts_exact(value)
|
|
2699
2711
|
|
|
@@ -2709,7 +2721,7 @@ __Returns:__
|
|
|
2709
2721
|
|
|
2710
2722
|
--
|
|
2711
2723
|
|
|
2712
|
-
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/
|
|
2724
|
+
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/source.rb#L11) ios
|
|
2713
2725
|
|
|
2714
2726
|
> def xcuitest_source(format: :xml)
|
|
2715
2727
|
|
|
@@ -2725,7 +2737,7 @@ xcuitest_source format: :json
|
|
|
2725
2737
|
|
|
2726
2738
|
--
|
|
2727
2739
|
|
|
2728
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
|
2740
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/button.rb#L9) ios
|
|
2729
2741
|
|
|
2730
2742
|
> def button_class
|
|
2731
2743
|
|
|
@@ -2737,7 +2749,7 @@ __Returns:__
|
|
|
2737
2749
|
|
|
2738
2750
|
--
|
|
2739
2751
|
|
|
2740
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
|
2752
|
+
##### [button](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/button.rb#L17) ios
|
|
2741
2753
|
|
|
2742
2754
|
> def button(value)
|
|
2743
2755
|
|
|
@@ -2754,7 +2766,7 @@ __Returns:__
|
|
|
2754
2766
|
|
|
2755
2767
|
--
|
|
2756
2768
|
|
|
2757
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
|
2769
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/button.rb#L28) ios
|
|
2758
2770
|
|
|
2759
2771
|
> def buttons(value = false)
|
|
2760
2772
|
|
|
@@ -2771,7 +2783,7 @@ __Returns:__
|
|
|
2771
2783
|
|
|
2772
2784
|
--
|
|
2773
2785
|
|
|
2774
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
|
2786
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/button.rb#L37) ios
|
|
2775
2787
|
|
|
2776
2788
|
> def first_button
|
|
2777
2789
|
|
|
@@ -2783,7 +2795,7 @@ __Returns:__
|
|
|
2783
2795
|
|
|
2784
2796
|
--
|
|
2785
2797
|
|
|
2786
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
|
2798
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/button.rb#L45) ios
|
|
2787
2799
|
|
|
2788
2800
|
> def last_button
|
|
2789
2801
|
|
|
@@ -2797,7 +2809,7 @@ __Returns:__
|
|
|
2797
2809
|
|
|
2798
2810
|
--
|
|
2799
2811
|
|
|
2800
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
|
2812
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/button.rb#L52) ios
|
|
2801
2813
|
|
|
2802
2814
|
> def button_exact(value)
|
|
2803
2815
|
|
|
@@ -2813,7 +2825,7 @@ __Returns:__
|
|
|
2813
2825
|
|
|
2814
2826
|
--
|
|
2815
2827
|
|
|
2816
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
|
2828
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/button.rb#L59) ios
|
|
2817
2829
|
|
|
2818
2830
|
> def buttons_exact(value)
|
|
2819
2831
|
|
|
@@ -2829,7 +2841,7 @@ __Returns:__
|
|
|
2829
2841
|
|
|
2830
2842
|
--
|
|
2831
2843
|
|
|
2832
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
|
2844
|
+
##### [find](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/generic.rb#L8) ios
|
|
2833
2845
|
|
|
2834
2846
|
> def find(value)
|
|
2835
2847
|
|
|
@@ -2845,7 +2857,7 @@ __Returns:__
|
|
|
2845
2857
|
|
|
2846
2858
|
--
|
|
2847
2859
|
|
|
2848
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
|
2860
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/generic.rb#L15) ios
|
|
2849
2861
|
|
|
2850
2862
|
> def finds(value)
|
|
2851
2863
|
|
|
@@ -2861,7 +2873,7 @@ __Returns:__
|
|
|
2861
2873
|
|
|
2862
2874
|
--
|
|
2863
2875
|
|
|
2864
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
|
2876
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/generic.rb#L23) ios
|
|
2865
2877
|
|
|
2866
2878
|
> def find_exact(value)
|
|
2867
2879
|
|
|
@@ -2877,7 +2889,7 @@ __Returns:__
|
|
|
2877
2889
|
|
|
2878
2890
|
--
|
|
2879
2891
|
|
|
2880
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
|
2892
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/generic.rb#L30) ios
|
|
2881
2893
|
|
|
2882
2894
|
> def finds_exact(value)
|
|
2883
2895
|
|
|
@@ -2893,7 +2905,7 @@ __Returns:__
|
|
|
2893
2905
|
|
|
2894
2906
|
--
|
|
2895
2907
|
|
|
2896
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
|
2908
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
|
|
2897
2909
|
|
|
2898
2910
|
> def raise_error_if_no_element(element)
|
|
2899
2911
|
|
|
@@ -2901,7 +2913,7 @@ __Returns:__
|
|
|
2901
2913
|
|
|
2902
2914
|
--
|
|
2903
2915
|
|
|
2904
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
|
2916
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/generic.rb#L45) ios
|
|
2905
2917
|
|
|
2906
2918
|
> def select_visible_elements(elements)
|
|
2907
2919
|
|
|
@@ -2909,7 +2921,7 @@ Return visible elements.
|
|
|
2909
2921
|
|
|
2910
2922
|
--
|
|
2911
2923
|
|
|
2912
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
|
2924
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L11) ios
|
|
2913
2925
|
|
|
2914
2926
|
> def swipe(direction:, element: nil)
|
|
2915
2927
|
|
|
@@ -2923,7 +2935,7 @@ __Parameters:__
|
|
|
2923
2935
|
|
|
2924
2936
|
--
|
|
2925
2937
|
|
|
2926
|
-
##### [scroll](https://github.com/appium/ruby_lib/blob/
|
|
2938
|
+
##### [scroll](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L31) ios
|
|
2927
2939
|
|
|
2928
2940
|
> def scroll(direction:, # rubocop:disable Metrics/ParameterLists
|
|
2929
2941
|
|
|
@@ -2937,7 +2949,7 @@ __Parameters:__
|
|
|
2937
2949
|
|
|
2938
2950
|
--
|
|
2939
2951
|
|
|
2940
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
|
2952
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L56) ios
|
|
2941
2953
|
|
|
2942
2954
|
> def pinch(scale:, velocity: 1.0, element: nil)
|
|
2943
2955
|
|
|
@@ -2953,7 +2965,7 @@ __Parameters:__
|
|
|
2953
2965
|
|
|
2954
2966
|
--
|
|
2955
2967
|
|
|
2956
|
-
##### [double_tap](https://github.com/appium/ruby_lib/blob/
|
|
2968
|
+
##### [double_tap](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L71) ios
|
|
2957
2969
|
|
|
2958
2970
|
> def double_tap(x: nil, y: nil, element: nil) # rubocop:disable Naming/UncommunicativeMethodParamName
|
|
2959
2971
|
|
|
@@ -2969,7 +2981,7 @@ __Parameters:__
|
|
|
2969
2981
|
|
|
2970
2982
|
--
|
|
2971
2983
|
|
|
2972
|
-
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/
|
|
2984
|
+
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L88) ios
|
|
2973
2985
|
|
|
2974
2986
|
> def touch_and_hold(x: nil, y: nil, element: nil, duration: 1.0) # rubocop:disable Naming/UncommunicativeMethodParamName
|
|
2975
2987
|
|
|
@@ -2987,7 +2999,7 @@ __Parameters:__
|
|
|
2987
2999
|
|
|
2988
3000
|
--
|
|
2989
3001
|
|
|
2990
|
-
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/
|
|
3002
|
+
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L101) ios
|
|
2991
3003
|
|
|
2992
3004
|
> def two_finger_tap(element:)
|
|
2993
3005
|
|
|
@@ -3003,7 +3015,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item")
|
|
|
3003
3015
|
|
|
3004
3016
|
--
|
|
3005
3017
|
|
|
3006
|
-
##### [tap](https://github.com/appium/ruby_lib/blob/
|
|
3018
|
+
##### [tap](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L116) ios
|
|
3007
3019
|
|
|
3008
3020
|
> def tap(x:, y:, element: nil) # rubocop:disable Naming/UncommunicativeMethodParamName
|
|
3009
3021
|
|
|
@@ -3019,7 +3031,7 @@ __Parameters:__
|
|
|
3019
3031
|
|
|
3020
3032
|
--
|
|
3021
3033
|
|
|
3022
|
-
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/
|
|
3034
|
+
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L136) ios
|
|
3023
3035
|
|
|
3024
3036
|
> def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil)
|
|
3025
3037
|
|
|
@@ -3042,7 +3054,7 @@ drag point should be before to start dragging. Mandatory parameter
|
|
|
3042
3054
|
|
|
3043
3055
|
--
|
|
3044
3056
|
|
|
3045
|
-
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/
|
|
3057
|
+
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L153) ios
|
|
3046
3058
|
|
|
3047
3059
|
> def select_picker_wheel(element:, order:, offset: nil)
|
|
3048
3060
|
|
|
@@ -3059,7 +3071,7 @@ __Parameters:__
|
|
|
3059
3071
|
|
|
3060
3072
|
--
|
|
3061
3073
|
|
|
3062
|
-
##### [alert](https://github.com/appium/ruby_lib/blob/
|
|
3074
|
+
##### [alert](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/gestures.rb#L171) ios
|
|
3063
3075
|
|
|
3064
3076
|
> def alert(action:, button_label: nil)
|
|
3065
3077
|
|
|
@@ -3084,7 +3096,7 @@ alert action: "dismiss"
|
|
|
3084
3096
|
|
|
3085
3097
|
--
|
|
3086
3098
|
|
|
3087
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
|
3099
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/textfield.rb#L9) ios
|
|
3088
3100
|
|
|
3089
3101
|
> def text_field_class
|
|
3090
3102
|
|
|
@@ -3096,7 +3108,7 @@ __Returns:__
|
|
|
3096
3108
|
|
|
3097
3109
|
--
|
|
3098
3110
|
|
|
3099
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
|
3111
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/textfield.rb#L14) ios
|
|
3100
3112
|
|
|
3101
3113
|
> def secure_text_field_class
|
|
3102
3114
|
|
|
@@ -3108,7 +3120,7 @@ __Returns:__
|
|
|
3108
3120
|
|
|
3109
3121
|
--
|
|
3110
3122
|
|
|
3111
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
|
3123
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
|
|
3112
3124
|
|
|
3113
3125
|
> def textfield(value)
|
|
3114
3126
|
|
|
@@ -3126,7 +3138,7 @@ __Returns:__
|
|
|
3126
3138
|
|
|
3127
3139
|
--
|
|
3128
3140
|
|
|
3129
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
|
3141
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/textfield.rb#L43) ios
|
|
3130
3142
|
|
|
3131
3143
|
> def textfields(value = false)
|
|
3132
3144
|
|
|
@@ -3143,7 +3155,7 @@ __Returns:__
|
|
|
3143
3155
|
|
|
3144
3156
|
--
|
|
3145
3157
|
|
|
3146
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
|
3158
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/textfield.rb#L52) ios
|
|
3147
3159
|
|
|
3148
3160
|
> def first_textfield
|
|
3149
3161
|
|
|
@@ -3155,7 +3167,7 @@ __Returns:__
|
|
|
3155
3167
|
|
|
3156
3168
|
--
|
|
3157
3169
|
|
|
3158
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
|
3170
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/textfield.rb#L58) ios
|
|
3159
3171
|
|
|
3160
3172
|
> def last_textfield
|
|
3161
3173
|
|
|
@@ -3167,7 +3179,7 @@ __Returns:__
|
|
|
3167
3179
|
|
|
3168
3180
|
--
|
|
3169
3181
|
|
|
3170
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
|
3182
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/textfield.rb#L68) ios
|
|
3171
3183
|
|
|
3172
3184
|
> def textfield_exact(value)
|
|
3173
3185
|
|
|
@@ -3183,7 +3195,7 @@ __Returns:__
|
|
|
3183
3195
|
|
|
3184
3196
|
--
|
|
3185
3197
|
|
|
3186
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
|
3198
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/element/textfield.rb#L75) ios
|
|
3187
3199
|
|
|
3188
3200
|
> def textfields_exact(value)
|
|
3189
3201
|
|
|
@@ -3199,7 +3211,7 @@ __Returns:__
|
|
|
3199
3211
|
|
|
3200
3212
|
--
|
|
3201
3213
|
|
|
3202
|
-
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/
|
|
3214
|
+
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L12) ios
|
|
3203
3215
|
|
|
3204
3216
|
> def set_pasteboard(content:, encoding: nil)
|
|
3205
3217
|
|
|
@@ -3214,7 +3226,7 @@ The parameter is mandatory
|
|
|
3214
3226
|
|
|
3215
3227
|
--
|
|
3216
3228
|
|
|
3217
|
-
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/
|
|
3229
|
+
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L24) ios
|
|
3218
3230
|
|
|
3219
3231
|
> def get_pasteboard(encoding: nil)
|
|
3220
3232
|
|
|
@@ -3226,7 +3238,7 @@ __Parameters:__
|
|
|
3226
3238
|
|
|
3227
3239
|
--
|
|
3228
3240
|
|
|
3229
|
-
##### [install_certificate](https://github.com/appium/ruby_lib/blob/
|
|
3241
|
+
##### [install_certificate](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/certificate.rb#L18) ios
|
|
3230
3242
|
|
|
3231
3243
|
> def install_certificate(cer_file:)
|
|
3232
3244
|
|
|
@@ -3241,7 +3253,7 @@ __Parameters:__
|
|
|
3241
3253
|
|
|
3242
3254
|
--
|
|
3243
3255
|
|
|
3244
|
-
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/
|
|
3256
|
+
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/get_context.rb#L14) ios
|
|
3245
3257
|
|
|
3246
3258
|
> def xcuitest_get_contexts
|
|
3247
3259
|
|
|
@@ -3249,7 +3261,7 @@ Get contexts
|
|
|
3249
3261
|
|
|
3250
3262
|
--
|
|
3251
3263
|
|
|
3252
|
-
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/
|
|
3264
|
+
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L21) ios
|
|
3253
3265
|
|
|
3254
3266
|
> def xcuitest_install_app(app:)
|
|
3255
3267
|
|
|
@@ -3269,7 +3281,7 @@ __Returns:__
|
|
|
3269
3281
|
|
|
3270
3282
|
--
|
|
3271
3283
|
|
|
3272
|
-
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/
|
|
3284
|
+
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
|
|
3273
3285
|
|
|
3274
3286
|
> def xcuitest_app_installed?(bundle_id:)
|
|
3275
3287
|
|
|
@@ -3285,7 +3297,7 @@ __Returns:__
|
|
|
3285
3297
|
|
|
3286
3298
|
--
|
|
3287
3299
|
|
|
3288
|
-
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/
|
|
3300
|
+
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L50) ios
|
|
3289
3301
|
|
|
3290
3302
|
> def xcuitest_remove_app(bundle_id:)
|
|
3291
3303
|
|
|
@@ -3302,7 +3314,7 @@ __Returns:__
|
|
|
3302
3314
|
|
|
3303
3315
|
--
|
|
3304
3316
|
|
|
3305
|
-
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/
|
|
3317
|
+
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L65) ios
|
|
3306
3318
|
|
|
3307
3319
|
> def xcuitest_launch_app(bundle_id:)
|
|
3308
3320
|
|
|
@@ -3319,7 +3331,7 @@ __Returns:__
|
|
|
3319
3331
|
|
|
3320
3332
|
--
|
|
3321
3333
|
|
|
3322
|
-
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/
|
|
3334
|
+
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L80) ios
|
|
3323
3335
|
|
|
3324
3336
|
> def xcuitest_terminate_app(bundle_id:)
|
|
3325
3337
|
|
|
@@ -3336,7 +3348,7 @@ __Returns:__
|
|
|
3336
3348
|
|
|
3337
3349
|
--
|
|
3338
3350
|
|
|
3339
|
-
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/
|
|
3351
|
+
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L102) ios
|
|
3340
3352
|
|
|
3341
3353
|
> def xcuitest_query_app_status(bundle_id:)
|
|
3342
3354
|
|
|
@@ -3360,7 +3372,7 @@ __Returns:__
|
|
|
3360
3372
|
|
|
3361
3373
|
--
|
|
3362
3374
|
|
|
3363
|
-
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/
|
|
3375
|
+
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/32f327239055362ef630979d5975d0fac64d94c6/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L118) ios
|
|
3364
3376
|
|
|
3365
3377
|
> def xcuitest_activate_app(bundle_id:)
|
|
3366
3378
|
|