appium_lib 9.11.0 → 9.11.1
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 -1
- data/CHANGELOG.md +11 -0
- data/appium_lib.gemspec +1 -1
- data/docs/android_docs.md +185 -189
- data/docs/ios_docs.md +239 -243
- data/lib/appium_lib/common/device.rb +7 -3
- data/lib/appium_lib/common/wait.rb +12 -6
- data/lib/appium_lib/version.rb +2 -2
- data/release_notes.md +9 -0
- metadata +4 -4
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/appium.rb#L45)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/appium.rb#L79)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/appium.rb#L84)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/appium.rb#L126)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/appium.rb#L181)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L36)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L36)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L39)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L42)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L45)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L48)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L52)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L53)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L54)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L55)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L56)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L57)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L58)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L59)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L60)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L61)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L62)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L63)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L66)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L68)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L71)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L73)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L141)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L251)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L271)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L275)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L279)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L285)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L291)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L297)
|
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/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L317)
|
403
403
|
|
404
404
|
> def dialect
|
405
405
|
|
@@ -421,7 +421,7 @@ __Returns:__
|
|
421
421
|
|
422
422
|
--
|
423
423
|
|
424
|
-
##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/
|
424
|
+
##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L324)
|
425
425
|
|
426
426
|
> def check_server_version_xcuitest
|
427
427
|
|
@@ -434,7 +434,7 @@ __Returns:__
|
|
434
434
|
|
435
435
|
--
|
436
436
|
|
437
|
-
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/
|
437
|
+
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L345)
|
438
438
|
|
439
439
|
> def appium_server_version
|
440
440
|
|
@@ -446,7 +446,7 @@ __Returns:__
|
|
446
446
|
|
447
447
|
--
|
448
448
|
|
449
|
-
##### [remote_status](https://github.com/appium/ruby_lib/blob/
|
449
|
+
##### [remote_status](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L352)
|
450
450
|
|
451
451
|
> def appium_server_version
|
452
452
|
|
@@ -458,7 +458,7 @@ __Returns:__
|
|
458
458
|
|
459
459
|
--
|
460
460
|
|
461
|
-
##### [platform_version](https://github.com/appium/ruby_lib/blob/
|
461
|
+
##### [platform_version](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L356)
|
462
462
|
|
463
463
|
> def platform_version
|
464
464
|
|
@@ -470,7 +470,7 @@ __Returns:__
|
|
470
470
|
|
471
471
|
--
|
472
472
|
|
473
|
-
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/
|
473
|
+
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L369)
|
474
474
|
|
475
475
|
> def appium_client_version
|
476
476
|
|
@@ -482,7 +482,7 @@ __Returns:__
|
|
482
482
|
|
483
483
|
--
|
484
484
|
|
485
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
485
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L381)
|
486
486
|
|
487
487
|
> def self.absolute_app_path(opts)
|
488
488
|
|
@@ -499,7 +499,7 @@ __Returns:__
|
|
499
499
|
|
500
500
|
--
|
501
501
|
|
502
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
502
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L414)
|
503
503
|
|
504
504
|
> def server_url
|
505
505
|
|
@@ -511,7 +511,7 @@ __Returns:__
|
|
511
511
|
|
512
512
|
--
|
513
513
|
|
514
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
514
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L422)
|
515
515
|
|
516
516
|
> def restart
|
517
517
|
|
@@ -523,7 +523,7 @@ __Returns:__
|
|
523
523
|
|
524
524
|
--
|
525
525
|
|
526
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
526
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L435)
|
527
527
|
|
528
528
|
> def screenshot(png_save_path)
|
529
529
|
|
@@ -539,7 +539,7 @@ __Returns:__
|
|
539
539
|
|
540
540
|
--
|
541
541
|
|
542
|
-
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/
|
542
|
+
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L449)
|
543
543
|
|
544
544
|
> def element_screenshot(element, png_save_path)
|
545
545
|
|
@@ -557,7 +557,7 @@ __Returns:__
|
|
557
557
|
|
558
558
|
--
|
559
559
|
|
560
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
560
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L456)
|
561
561
|
|
562
562
|
> def driver_quit
|
563
563
|
|
@@ -569,7 +569,7 @@ __Returns:__
|
|
569
569
|
|
570
570
|
--
|
571
571
|
|
572
|
-
##### [quit_driver](https://github.com/appium/ruby_lib/blob/
|
572
|
+
##### [quit_driver](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L459)
|
573
573
|
|
574
574
|
> def driver_quit
|
575
575
|
|
@@ -581,7 +581,7 @@ __Returns:__
|
|
581
581
|
|
582
582
|
--
|
583
583
|
|
584
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
584
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L470)
|
585
585
|
|
586
586
|
> def window_size
|
587
587
|
|
@@ -593,7 +593,7 @@ __Returns:__
|
|
593
593
|
|
594
594
|
--
|
595
595
|
|
596
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
596
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L503)
|
597
597
|
|
598
598
|
> def start_driver(http_client_ops =
|
599
599
|
|
@@ -613,7 +613,7 @@ __Returns:__
|
|
613
613
|
|
614
614
|
--
|
615
615
|
|
616
|
-
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/
|
616
|
+
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L525)
|
617
617
|
|
618
618
|
> def set_implicit_wait(wait)
|
619
619
|
|
@@ -621,7 +621,7 @@ To ignore error for Espresso Driver
|
|
621
621
|
|
622
622
|
--
|
623
623
|
|
624
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
624
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L535)
|
625
625
|
|
626
626
|
> def no_wait
|
627
627
|
|
@@ -629,7 +629,7 @@ Set implicit wait to zero.
|
|
629
629
|
|
630
630
|
--
|
631
631
|
|
632
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
632
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L549)
|
633
633
|
|
634
634
|
> def set_wait(timeout = nil)
|
635
635
|
|
@@ -645,7 +645,7 @@ __Returns:__
|
|
645
645
|
|
646
646
|
--
|
647
647
|
|
648
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
648
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L566)
|
649
649
|
|
650
650
|
> def exists(pre_check = 0, post_check = @core.default_wait)
|
651
651
|
|
@@ -669,7 +669,7 @@ __Returns:__
|
|
669
669
|
|
670
670
|
--
|
671
671
|
|
672
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
672
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L590)
|
673
673
|
|
674
674
|
> def execute_script(script, *args)
|
675
675
|
|
@@ -687,7 +687,7 @@ __Returns:__
|
|
687
687
|
|
688
688
|
--
|
689
689
|
|
690
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
690
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L614)
|
691
691
|
|
692
692
|
> def find_elements(*args)
|
693
693
|
|
@@ -707,7 +707,7 @@ __Returns:__
|
|
707
707
|
|
708
708
|
--
|
709
709
|
|
710
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
710
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L630)
|
711
711
|
|
712
712
|
> def find_element(*args)
|
713
713
|
|
@@ -725,7 +725,7 @@ __Returns:__
|
|
725
725
|
|
726
726
|
--
|
727
727
|
|
728
|
-
##### [set_location](https://github.com/appium/ruby_lib/blob/
|
728
|
+
##### [set_location](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L643)
|
729
729
|
|
730
730
|
> def set_location(opts = {})
|
731
731
|
|
@@ -741,7 +741,7 @@ __Returns:__
|
|
741
741
|
|
742
742
|
--
|
743
743
|
|
744
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
744
|
+
##### [x](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/driver.rb#L653)
|
745
745
|
|
746
746
|
> def x
|
747
747
|
|
@@ -754,7 +754,7 @@ __Returns:__
|
|
754
754
|
|
755
755
|
--
|
756
756
|
|
757
|
-
##### [username](https://github.com/appium/ruby_lib/blob/
|
757
|
+
##### [username](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/sauce_labs.rb#L4)
|
758
758
|
|
759
759
|
> def username
|
760
760
|
|
@@ -762,7 +762,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US
|
|
762
762
|
|
763
763
|
--
|
764
764
|
|
765
|
-
##### [access_key](https://github.com/appium/ruby_lib/blob/
|
765
|
+
##### [access_key](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/sauce_labs.rb#L6)
|
766
766
|
|
767
767
|
> def access_key
|
768
768
|
|
@@ -770,7 +770,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_
|
|
770
770
|
|
771
771
|
--
|
772
772
|
|
773
|
-
##### [endpoint](https://github.com/appium/ruby_lib/blob/
|
773
|
+
##### [endpoint](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/sauce_labs.rb#L8)
|
774
774
|
|
775
775
|
> def endpoint
|
776
776
|
|
@@ -778,7 +778,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'o
|
|
778
778
|
|
779
779
|
--
|
780
780
|
|
781
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
781
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/sauce_labs.rb#L33)
|
782
782
|
|
783
783
|
> def initialize(appium_lib_opts)
|
784
784
|
|
@@ -794,7 +794,7 @@ __Returns:__
|
|
794
794
|
|
795
795
|
--
|
796
796
|
|
797
|
-
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/
|
797
|
+
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/sauce_labs.rb#L53)
|
798
798
|
|
799
799
|
> def sauce_server_url?
|
800
800
|
|
@@ -806,7 +806,7 @@ __Returns:__
|
|
806
806
|
|
807
807
|
--
|
808
808
|
|
809
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
809
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/sauce_labs.rb#L66)
|
810
810
|
|
811
811
|
> def server_url
|
812
812
|
|
@@ -818,7 +818,7 @@ __Returns:__
|
|
818
818
|
|
819
819
|
--
|
820
820
|
|
821
|
-
##### [get_log](https://github.com/appium/ruby_lib/blob/
|
821
|
+
##### [get_log](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/log.rb#L11)
|
822
822
|
|
823
823
|
> def get_log(type)
|
824
824
|
|
@@ -834,7 +834,7 @@ __Returns:__
|
|
834
834
|
|
835
835
|
--
|
836
836
|
|
837
|
-
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/
|
837
|
+
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/log.rb#L23)
|
838
838
|
|
839
839
|
> def get_available_log_types
|
840
840
|
|
@@ -846,19 +846,7 @@ __Returns:__
|
|
846
846
|
|
847
847
|
--
|
848
848
|
|
849
|
-
##### [
|
850
|
-
|
851
|
-
> def initialize(opts = {})
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
__Returns:__
|
856
|
-
|
857
|
-
[Wait] a new instance of Wait
|
858
|
-
|
859
|
-
--
|
860
|
-
|
861
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/e8b0362ffcad51b85243b129e14f8cde3f9f562f/lib/appium_lib/common/wait.rb#L26)
|
849
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/wait.rb#L24)
|
862
850
|
|
863
851
|
> def wait_true(opts = {})
|
864
852
|
|
@@ -878,7 +866,7 @@ __Parameters:__
|
|
878
866
|
|
879
867
|
--
|
880
868
|
|
881
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
869
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/wait.rb#L45)
|
882
870
|
|
883
871
|
> def wait(opts = {})
|
884
872
|
|
@@ -896,7 +884,7 @@ __Parameters:__
|
|
896
884
|
|
897
885
|
--
|
898
886
|
|
899
|
-
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/
|
887
|
+
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/device.rb#L12)
|
900
888
|
|
901
889
|
> def add_touch_actions
|
902
890
|
|
@@ -904,7 +892,15 @@ __Parameters:__
|
|
904
892
|
|
905
893
|
--
|
906
894
|
|
907
|
-
##### [
|
895
|
+
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/device.rb#L24)
|
896
|
+
|
897
|
+
> def delegate_from_appium_driver(method, delegation_target)
|
898
|
+
|
899
|
+
|
900
|
+
|
901
|
+
--
|
902
|
+
|
903
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L16)
|
908
904
|
|
909
905
|
> def ignore
|
910
906
|
|
@@ -912,7 +908,7 @@ Return yield and ignore any exceptions.
|
|
912
908
|
|
913
909
|
--
|
914
910
|
|
915
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
911
|
+
##### [back](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L23)
|
916
912
|
|
917
913
|
> def back
|
918
914
|
|
@@ -924,7 +920,7 @@ __Returns:__
|
|
924
920
|
|
925
921
|
--
|
926
922
|
|
927
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
923
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L34)
|
928
924
|
|
929
925
|
> def session_id
|
930
926
|
|
@@ -936,7 +932,7 @@ __Returns:__
|
|
936
932
|
|
937
933
|
--
|
938
934
|
|
939
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
935
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L42)
|
940
936
|
|
941
937
|
> def xpath(xpath_str)
|
942
938
|
|
@@ -952,7 +948,7 @@ __Returns:__
|
|
952
948
|
|
953
949
|
--
|
954
950
|
|
955
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
951
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L50)
|
956
952
|
|
957
953
|
> def xpaths(xpath_str)
|
958
954
|
|
@@ -968,7 +964,7 @@ __Returns:__
|
|
968
964
|
|
969
965
|
--
|
970
966
|
|
971
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
967
|
+
##### [result](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L60)
|
972
968
|
|
973
969
|
> def result
|
974
970
|
|
@@ -976,7 +972,7 @@ Returns the value of attribute result
|
|
976
972
|
|
977
973
|
--
|
978
974
|
|
979
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
975
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L62)
|
980
976
|
|
981
977
|
> def initialize
|
982
978
|
|
@@ -988,7 +984,7 @@ __Returns:__
|
|
988
984
|
|
989
985
|
--
|
990
986
|
|
991
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
987
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L66)
|
992
988
|
|
993
989
|
> def reset
|
994
990
|
|
@@ -996,7 +992,7 @@ __Returns:__
|
|
996
992
|
|
997
993
|
--
|
998
994
|
|
999
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
995
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L71)
|
1000
996
|
|
1001
997
|
> def start_element(name, attrs = [], driver = $driver)
|
1002
998
|
|
@@ -1004,7 +1000,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1004
1000
|
|
1005
1001
|
--
|
1006
1002
|
|
1007
|
-
##### [formatted_result](https://github.com/appium/ruby_lib/blob/
|
1003
|
+
##### [formatted_result](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L77)
|
1008
1004
|
|
1009
1005
|
> def formatted_result
|
1010
1006
|
|
@@ -1012,7 +1008,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1012
1008
|
|
1013
1009
|
--
|
1014
1010
|
|
1015
|
-
##### [get_page_class](https://github.com/appium/ruby_lib/blob/
|
1011
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L96)
|
1016
1012
|
|
1017
1013
|
> def get_page_class
|
1018
1014
|
|
@@ -1024,7 +1020,7 @@ __Returns:__
|
|
1024
1020
|
|
1025
1021
|
--
|
1026
1022
|
|
1027
|
-
##### [page_class](https://github.com/appium/ruby_lib/blob/
|
1023
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L121)
|
1028
1024
|
|
1029
1025
|
> def page_class
|
1030
1026
|
|
@@ -1037,7 +1033,7 @@ __Returns:__
|
|
1037
1033
|
|
1038
1034
|
--
|
1039
1035
|
|
1040
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
1036
|
+
##### [source](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L128)
|
1041
1037
|
|
1042
1038
|
> def source
|
1043
1039
|
|
@@ -1049,7 +1045,7 @@ __Returns:__
|
|
1049
1045
|
|
1050
1046
|
--
|
1051
1047
|
|
1052
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
1048
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L135)
|
1053
1049
|
|
1054
1050
|
> def get_source
|
1055
1051
|
|
@@ -1062,7 +1058,7 @@ __Returns:__
|
|
1062
1058
|
|
1063
1059
|
--
|
1064
1060
|
|
1065
|
-
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/
|
1061
|
+
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L145)
|
1066
1062
|
|
1067
1063
|
> def px_to_window_rel(opts = {}, driver = $driver)
|
1068
1064
|
|
@@ -1070,7 +1066,7 @@ Converts pixel values to window relative values
|
|
1070
1066
|
|
1071
1067
|
--
|
1072
1068
|
|
1073
|
-
##### [xml_keys](https://github.com/appium/ruby_lib/blob/
|
1069
|
+
##### [xml_keys](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L164)
|
1074
1070
|
|
1075
1071
|
> def xml_keys(target)
|
1076
1072
|
|
@@ -1086,7 +1082,7 @@ __Returns:__
|
|
1086
1082
|
|
1087
1083
|
--
|
1088
1084
|
|
1089
|
-
##### [xml_values](https://github.com/appium/ruby_lib/blob/
|
1085
|
+
##### [xml_values](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L172)
|
1090
1086
|
|
1091
1087
|
> def xml_values(target)
|
1092
1088
|
|
@@ -1102,7 +1098,7 @@ __Returns:__
|
|
1102
1098
|
|
1103
1099
|
--
|
1104
1100
|
|
1105
|
-
##### [resolve_id](https://github.com/appium/ruby_lib/blob/
|
1101
|
+
##### [resolve_id](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L180)
|
1106
1102
|
|
1107
1103
|
> def resolve_id(id)
|
1108
1104
|
|
@@ -1118,7 +1114,7 @@ __Returns:__
|
|
1118
1114
|
|
1119
1115
|
--
|
1120
1116
|
|
1121
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1117
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L187)
|
1122
1118
|
|
1123
1119
|
> def filter
|
1124
1120
|
|
@@ -1126,7 +1122,7 @@ Returns the value of attribute filter
|
|
1126
1122
|
|
1127
1123
|
--
|
1128
1124
|
|
1129
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1125
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L190)
|
1130
1126
|
|
1131
1127
|
> def filter=(value)
|
1132
1128
|
|
@@ -1134,7 +1130,7 @@ convert to string to support symbols
|
|
1134
1130
|
|
1135
1131
|
--
|
1136
1132
|
|
1137
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1133
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L196)
|
1138
1134
|
|
1139
1135
|
> def initialize
|
1140
1136
|
|
@@ -1146,7 +1142,7 @@ __Returns:__
|
|
1146
1142
|
|
1147
1143
|
--
|
1148
1144
|
|
1149
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
1145
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L201)
|
1150
1146
|
|
1151
1147
|
> def reset
|
1152
1148
|
|
@@ -1154,7 +1150,7 @@ __Returns:__
|
|
1154
1150
|
|
1155
1151
|
--
|
1156
1152
|
|
1157
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
1153
|
+
##### [result](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L207)
|
1158
1154
|
|
1159
1155
|
> def result
|
1160
1156
|
|
@@ -1162,7 +1158,7 @@ __Returns:__
|
|
1162
1158
|
|
1163
1159
|
--
|
1164
1160
|
|
1165
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1161
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L223)
|
1166
1162
|
|
1167
1163
|
> def start_element(name, attrs = [])
|
1168
1164
|
|
@@ -1170,7 +1166,7 @@ __Returns:__
|
|
1170
1166
|
|
1171
1167
|
--
|
1172
1168
|
|
1173
|
-
##### [end_element](https://github.com/appium/ruby_lib/blob/
|
1169
|
+
##### [end_element](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L232)
|
1174
1170
|
|
1175
1171
|
> def end_element(name)
|
1176
1172
|
|
@@ -1178,7 +1174,7 @@ __Returns:__
|
|
1178
1174
|
|
1179
1175
|
--
|
1180
1176
|
|
1181
|
-
##### [characters](https://github.com/appium/ruby_lib/blob/
|
1177
|
+
##### [characters](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/helper.rb#L238)
|
1182
1178
|
|
1183
1179
|
> def characters(chars)
|
1184
1180
|
|
@@ -1186,7 +1182,7 @@ __Returns:__
|
|
1186
1182
|
|
1187
1183
|
--
|
1188
1184
|
|
1189
|
-
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/
|
1185
|
+
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/http_client.rb#L8)
|
1190
1186
|
|
1191
1187
|
> DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze
|
1192
1188
|
|
@@ -1194,7 +1190,7 @@ Default HTTP client inherit Appium::Core::Base::Http::Default, but has different
|
|
1194
1190
|
|
1195
1191
|
--
|
1196
1192
|
|
1197
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
1193
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/multi_touch.rb#L51)
|
1198
1194
|
|
1199
1195
|
> def pinch(percentage = 25, auto_perform = true, driver = $driver)
|
1200
1196
|
|
@@ -1214,7 +1210,7 @@ __Parameters:__
|
|
1214
1210
|
|
1215
1211
|
--
|
1216
1212
|
|
1217
|
-
##### [zoom](https://github.com/appium/ruby_lib/blob/
|
1213
|
+
##### [zoom](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/multi_touch.rb#L95)
|
1218
1214
|
|
1219
1215
|
> def zoom(percentage = 200, auto_perform = true, driver = $driver)
|
1220
1216
|
|
@@ -1234,7 +1230,7 @@ __Parameters:__
|
|
1234
1230
|
|
1235
1231
|
--
|
1236
1232
|
|
1237
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1233
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/multi_touch.rb#L216)
|
1238
1234
|
|
1239
1235
|
> def initialize(driver = $driver)
|
1240
1236
|
|
@@ -1246,7 +1242,7 @@ __Returns:__
|
|
1246
1242
|
|
1247
1243
|
--
|
1248
1244
|
|
1249
|
-
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/
|
1245
|
+
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/touch_actions.rb#L33)
|
1250
1246
|
|
1251
1247
|
> COMPLEX_ACTIONS = ::Appium::Core::TouchAction::COMPLEX_ACTIONS
|
1252
1248
|
|
@@ -1254,7 +1250,7 @@ __Returns:__
|
|
1254
1250
|
|
1255
1251
|
--
|
1256
1252
|
|
1257
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1253
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/touch_actions.rb#L47)
|
1258
1254
|
|
1259
1255
|
> def initialize(driver = $driver)
|
1260
1256
|
|
@@ -1266,7 +1262,7 @@ __Returns:__
|
|
1266
1262
|
|
1267
1263
|
--
|
1268
1264
|
|
1269
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
1265
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/common/touch_actions.rb#L51)
|
1270
1266
|
|
1271
1267
|
> def swipe(opts, ele = nil)
|
1272
1268
|
|
@@ -1274,7 +1270,7 @@ __Returns:__
|
|
1274
1270
|
|
1275
1271
|
--
|
1276
1272
|
|
1277
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
1273
|
+
##### [for](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/ios.rb#L15) ios
|
1278
1274
|
|
1279
1275
|
> def self.for(target)
|
1280
1276
|
|
@@ -1282,7 +1278,7 @@ __Returns:__
|
|
1282
1278
|
|
1283
1279
|
--
|
1284
1280
|
|
1285
|
-
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/
|
1281
|
+
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L4) ios
|
1286
1282
|
|
1287
1283
|
> UIAStaticText = 'UIAStaticText'.freeze
|
1288
1284
|
|
@@ -1290,7 +1286,7 @@ __Returns:__
|
|
1290
1286
|
|
1291
1287
|
--
|
1292
1288
|
|
1293
|
-
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/
|
1289
|
+
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L5) ios
|
1294
1290
|
|
1295
1291
|
> XCUIElementTypeStaticText = 'XCUIElementTypeStaticText'.freeze
|
1296
1292
|
|
@@ -1298,7 +1294,7 @@ __Returns:__
|
|
1298
1294
|
|
1299
1295
|
--
|
1300
1296
|
|
1301
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
1297
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L8) ios
|
1302
1298
|
|
1303
1299
|
> def static_text_class
|
1304
1300
|
|
@@ -1310,7 +1306,7 @@ __Returns:__
|
|
1310
1306
|
|
1311
1307
|
--
|
1312
1308
|
|
1313
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1309
|
+
##### [text](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L16) ios
|
1314
1310
|
|
1315
1311
|
> def text(value)
|
1316
1312
|
|
@@ -1327,7 +1323,7 @@ __Returns:__
|
|
1327
1323
|
|
1328
1324
|
--
|
1329
1325
|
|
1330
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1326
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L25) ios
|
1331
1327
|
|
1332
1328
|
> def texts(value = false)
|
1333
1329
|
|
@@ -1344,7 +1340,7 @@ __Returns:__
|
|
1344
1340
|
|
1345
1341
|
--
|
1346
1342
|
|
1347
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
1343
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L32) ios
|
1348
1344
|
|
1349
1345
|
> def first_text
|
1350
1346
|
|
@@ -1356,7 +1352,7 @@ __Returns:__
|
|
1356
1352
|
|
1357
1353
|
--
|
1358
1354
|
|
1359
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
1355
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L38) ios
|
1360
1356
|
|
1361
1357
|
> def last_text
|
1362
1358
|
|
@@ -1368,7 +1364,7 @@ __Returns:__
|
|
1368
1364
|
|
1369
1365
|
--
|
1370
1366
|
|
1371
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
1367
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L45) ios
|
1372
1368
|
|
1373
1369
|
> def text_exact(value)
|
1374
1370
|
|
@@ -1384,7 +1380,7 @@ __Returns:__
|
|
1384
1380
|
|
1385
1381
|
--
|
1386
1382
|
|
1387
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
1383
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/text.rb#L52) ios
|
1388
1384
|
|
1389
1385
|
> def texts_exact(value)
|
1390
1386
|
|
@@ -1400,7 +1396,7 @@ __Returns:__
|
|
1400
1396
|
|
1401
1397
|
--
|
1402
1398
|
|
1403
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1399
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L5) ios
|
1404
1400
|
|
1405
1401
|
> def filter
|
1406
1402
|
|
@@ -1408,7 +1404,7 @@ Returns the value of attribute filter
|
|
1408
1404
|
|
1409
1405
|
--
|
1410
1406
|
|
1411
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1407
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L5) ios
|
1412
1408
|
|
1413
1409
|
> def filter=(value)
|
1414
1410
|
|
@@ -1420,7 +1416,7 @@ __Parameters:__
|
|
1420
1416
|
|
1421
1417
|
--
|
1422
1418
|
|
1423
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1419
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L7) ios
|
1424
1420
|
|
1425
1421
|
> def start_element(type, attrs = [])
|
1426
1422
|
|
@@ -1428,7 +1424,7 @@ __Parameters:__
|
|
1428
1424
|
|
1429
1425
|
--
|
1430
1426
|
|
1431
|
-
##### [ios_password](https://github.com/appium/ruby_lib/blob/
|
1427
|
+
##### [ios_password](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L44) ios
|
1432
1428
|
|
1433
1429
|
> def ios_password(length = 1)
|
1434
1430
|
|
@@ -1446,7 +1442,7 @@ __Returns:__
|
|
1446
1442
|
|
1447
1443
|
--
|
1448
1444
|
|
1449
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1445
|
+
##### [page](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L60) ios
|
1450
1446
|
|
1451
1447
|
> def page(opts = {})
|
1452
1448
|
|
@@ -1464,7 +1460,7 @@ __Returns:__
|
|
1464
1460
|
|
1465
1461
|
--
|
1466
1462
|
|
1467
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
1463
|
+
##### [id](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L85) ios
|
1468
1464
|
|
1469
1465
|
> def id(id)
|
1470
1466
|
|
@@ -1480,7 +1476,7 @@ __Returns:__
|
|
1480
1476
|
|
1481
1477
|
--
|
1482
1478
|
|
1483
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
1479
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L93) ios
|
1484
1480
|
|
1485
1481
|
> def ele_index(class_name, index)
|
1486
1482
|
|
@@ -1498,7 +1494,7 @@ __Returns:__
|
|
1498
1494
|
|
1499
1495
|
--
|
1500
1496
|
|
1501
|
-
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/
|
1497
|
+
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L121) ios
|
1502
1498
|
|
1503
1499
|
> def find_ele_by_attr(class_name, attr, value)
|
1504
1500
|
|
@@ -1520,7 +1516,7 @@ __Returns:__
|
|
1520
1516
|
|
1521
1517
|
--
|
1522
1518
|
|
1523
|
-
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/
|
1519
|
+
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L132) ios
|
1524
1520
|
|
1525
1521
|
> def find_eles_by_attr(class_name, attr, value)
|
1526
1522
|
|
@@ -1542,7 +1538,7 @@ __Returns:__
|
|
1542
1538
|
|
1543
1539
|
--
|
1544
1540
|
|
1545
|
-
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1541
|
+
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L145) ios
|
1546
1542
|
|
1547
1543
|
> def find_ele_by_predicate(class_name: '*', value:)
|
1548
1544
|
|
@@ -1559,7 +1555,7 @@ __Returns:__
|
|
1559
1555
|
|
1560
1556
|
--
|
1561
1557
|
|
1562
|
-
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1558
|
+
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L156) ios
|
1563
1559
|
|
1564
1560
|
> def find_eles_by_predicate(class_name: '*', value:)
|
1565
1561
|
|
@@ -1578,7 +1574,7 @@ __Returns:__
|
|
1578
1574
|
|
1579
1575
|
--
|
1580
1576
|
|
1581
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1577
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L172) ios
|
1582
1578
|
|
1583
1579
|
> def find_ele_by_attr_include(class_name, attr, value)
|
1584
1580
|
|
@@ -1599,7 +1595,7 @@ __Returns:__
|
|
1599
1595
|
|
1600
1596
|
--
|
1601
1597
|
|
1602
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1598
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L182) ios
|
1603
1599
|
|
1604
1600
|
> def find_eles_by_attr_include(class_name, attr, value)
|
1605
1601
|
|
@@ -1620,7 +1616,7 @@ __Returns:__
|
|
1620
1616
|
|
1621
1617
|
--
|
1622
1618
|
|
1623
|
-
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1619
|
+
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L190) ios
|
1624
1620
|
|
1625
1621
|
> def find_ele_by_predicate_include(class_name: '*', value:)
|
1626
1622
|
|
@@ -1637,7 +1633,7 @@ __Returns:__
|
|
1637
1633
|
|
1638
1634
|
--
|
1639
1635
|
|
1640
|
-
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1636
|
+
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L201) ios
|
1641
1637
|
|
1642
1638
|
> def find_eles_by_predicate_include(class_name: '*', value:)
|
1643
1639
|
|
@@ -1656,7 +1652,7 @@ __Returns:__
|
|
1656
1652
|
|
1657
1653
|
--
|
1658
1654
|
|
1659
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
1655
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L214) ios
|
1660
1656
|
|
1661
1657
|
> def first_ele(class_name)
|
1662
1658
|
|
@@ -1672,7 +1668,7 @@ __Returns:__
|
|
1672
1668
|
|
1673
1669
|
--
|
1674
1670
|
|
1675
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
1671
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L221) ios
|
1676
1672
|
|
1677
1673
|
> def last_ele(class_name)
|
1678
1674
|
|
@@ -1688,7 +1684,7 @@ __Returns:__
|
|
1688
1684
|
|
1689
1685
|
--
|
1690
1686
|
|
1691
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
1687
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L229) ios
|
1692
1688
|
|
1693
1689
|
> def tag(class_name)
|
1694
1690
|
|
@@ -1704,7 +1700,7 @@ __Returns:__
|
|
1704
1700
|
|
1705
1701
|
--
|
1706
1702
|
|
1707
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
1703
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L237) ios
|
1708
1704
|
|
1709
1705
|
> def tags(class_name)
|
1710
1706
|
|
@@ -1720,7 +1716,7 @@ __Returns:__
|
|
1720
1716
|
|
1721
1717
|
--
|
1722
1718
|
|
1723
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
1719
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L248) ios
|
1724
1720
|
|
1725
1721
|
> def tags_include(class_names:, value: nil)
|
1726
1722
|
|
@@ -1740,7 +1736,7 @@ __Returns:__
|
|
1740
1736
|
|
1741
1737
|
--
|
1742
1738
|
|
1743
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
1739
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L263) ios
|
1744
1740
|
|
1745
1741
|
> def tags_exact(class_names:, value: nil)
|
1746
1742
|
|
@@ -1760,7 +1756,7 @@ __Returns:__
|
|
1760
1756
|
|
1761
1757
|
--
|
1762
1758
|
|
1763
|
-
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1759
|
+
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L300) ios
|
1764
1760
|
|
1765
1761
|
> def ele_by_json_visible_contains(element, value)
|
1766
1762
|
|
@@ -1779,7 +1775,7 @@ __Returns:__
|
|
1779
1775
|
|
1780
1776
|
--
|
1781
1777
|
|
1782
|
-
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1778
|
+
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L309) ios
|
1783
1779
|
|
1784
1780
|
> def eles_by_json_visible_contains(element, value)
|
1785
1781
|
|
@@ -1798,7 +1794,7 @@ __Returns:__
|
|
1798
1794
|
|
1799
1795
|
--
|
1800
1796
|
|
1801
|
-
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1797
|
+
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L339) ios
|
1802
1798
|
|
1803
1799
|
> def ele_by_json_visible_exact(element, value)
|
1804
1800
|
|
@@ -1817,7 +1813,7 @@ __Returns:__
|
|
1817
1813
|
|
1818
1814
|
--
|
1819
1815
|
|
1820
|
-
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1816
|
+
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L348) ios
|
1821
1817
|
|
1822
1818
|
> def eles_by_json_visible_exact(element, value)
|
1823
1819
|
|
@@ -1836,7 +1832,7 @@ __Returns:__
|
|
1836
1832
|
|
1837
1833
|
--
|
1838
1834
|
|
1839
|
-
##### [_all_pred](https://github.com/appium/ruby_lib/blob/
|
1835
|
+
##### [_all_pred](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L357) ios
|
1840
1836
|
|
1841
1837
|
> def _all_pred(opts)
|
1842
1838
|
|
@@ -1846,7 +1842,7 @@ visible - if true, only visible elements are returned. default true
|
|
1846
1842
|
|
1847
1843
|
--
|
1848
1844
|
|
1849
|
-
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/
|
1845
|
+
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L370) ios
|
1850
1846
|
|
1851
1847
|
> def ele_with_pred(opts)
|
1852
1848
|
|
@@ -1862,7 +1858,7 @@ __Returns:__
|
|
1862
1858
|
|
1863
1859
|
--
|
1864
1860
|
|
1865
|
-
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/
|
1861
|
+
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L381) ios
|
1866
1862
|
|
1867
1863
|
> def eles_with_pred(opts)
|
1868
1864
|
|
@@ -1878,7 +1874,7 @@ __Returns:__
|
|
1878
1874
|
|
1879
1875
|
--
|
1880
1876
|
|
1881
|
-
##### [_validate_object](https://github.com/appium/ruby_lib/blob/
|
1877
|
+
##### [_validate_object](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L385) ios
|
1882
1878
|
|
1883
1879
|
> def _validate_object(*objects)
|
1884
1880
|
|
@@ -1886,7 +1882,7 @@ __Returns:__
|
|
1886
1882
|
|
1887
1883
|
--
|
1888
1884
|
|
1889
|
-
##### [_by_json](https://github.com/appium/ruby_lib/blob/
|
1885
|
+
##### [_by_json](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L434) ios
|
1890
1886
|
|
1891
1887
|
> def _by_json(opts)
|
1892
1888
|
|
@@ -1921,7 +1917,7 @@ opts = {
|
|
1921
1917
|
|
1922
1918
|
--
|
1923
1919
|
|
1924
|
-
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/
|
1920
|
+
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L484) ios
|
1925
1921
|
|
1926
1922
|
> def eles_by_json(opts)
|
1927
1923
|
|
@@ -1940,7 +1936,7 @@ eles_by_json({
|
|
1940
1936
|
|
1941
1937
|
--
|
1942
1938
|
|
1943
|
-
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/
|
1939
|
+
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/common/helper.rb#L490) ios
|
1944
1940
|
|
1945
1941
|
> def ele_by_json(opts)
|
1946
1942
|
|
@@ -1948,7 +1944,7 @@ see eles_by_json
|
|
1948
1944
|
|
1949
1945
|
--
|
1950
1946
|
|
1951
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
1947
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/alert.rb#L5) ios
|
1952
1948
|
|
1953
1949
|
> def alert_accept
|
1954
1950
|
|
@@ -1960,7 +1956,7 @@ __Returns:__
|
|
1960
1956
|
|
1961
1957
|
--
|
1962
1958
|
|
1963
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
1959
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/alert.rb#L13) ios
|
1964
1960
|
|
1965
1961
|
> def alert_dismiss
|
1966
1962
|
|
@@ -1972,7 +1968,7 @@ __Returns:__
|
|
1972
1968
|
|
1973
1969
|
--
|
1974
1970
|
|
1975
|
-
##### [UIAButton](https://github.com/appium/ruby_lib/blob/
|
1971
|
+
##### [UIAButton](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L4) ios
|
1976
1972
|
|
1977
1973
|
> UIAButton = 'UIAButton'.freeze
|
1978
1974
|
|
@@ -1980,7 +1976,7 @@ __Returns:__
|
|
1980
1976
|
|
1981
1977
|
--
|
1982
1978
|
|
1983
|
-
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/
|
1979
|
+
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L5) ios
|
1984
1980
|
|
1985
1981
|
> XCUIElementTypeButton = 'XCUIElementTypeButton'.freeze
|
1986
1982
|
|
@@ -1988,7 +1984,7 @@ __Returns:__
|
|
1988
1984
|
|
1989
1985
|
--
|
1990
1986
|
|
1991
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
1987
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L8) ios
|
1992
1988
|
|
1993
1989
|
> def button_class
|
1994
1990
|
|
@@ -2000,7 +1996,7 @@ __Returns:__
|
|
2000
1996
|
|
2001
1997
|
--
|
2002
1998
|
|
2003
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
1999
|
+
##### [button](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L16) ios
|
2004
2000
|
|
2005
2001
|
> def button(value)
|
2006
2002
|
|
@@ -2017,7 +2013,7 @@ __Returns:__
|
|
2017
2013
|
|
2018
2014
|
--
|
2019
2015
|
|
2020
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2016
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L26) ios
|
2021
2017
|
|
2022
2018
|
> def buttons(value = false)
|
2023
2019
|
|
@@ -2034,7 +2030,7 @@ __Returns:__
|
|
2034
2030
|
|
2035
2031
|
--
|
2036
2032
|
|
2037
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2033
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L33) ios
|
2038
2034
|
|
2039
2035
|
> def first_button
|
2040
2036
|
|
@@ -2046,7 +2042,7 @@ __Returns:__
|
|
2046
2042
|
|
2047
2043
|
--
|
2048
2044
|
|
2049
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2045
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L41) ios
|
2050
2046
|
|
2051
2047
|
> def last_button
|
2052
2048
|
|
@@ -2060,7 +2056,7 @@ __Returns:__
|
|
2060
2056
|
|
2061
2057
|
--
|
2062
2058
|
|
2063
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2059
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L48) ios
|
2064
2060
|
|
2065
2061
|
> def button_exact(value)
|
2066
2062
|
|
@@ -2076,7 +2072,7 @@ __Returns:__
|
|
2076
2072
|
|
2077
2073
|
--
|
2078
2074
|
|
2079
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2075
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/button.rb#L55) ios
|
2080
2076
|
|
2081
2077
|
> def buttons_exact(value)
|
2082
2078
|
|
@@ -2092,7 +2088,7 @@ __Returns:__
|
|
2092
2088
|
|
2093
2089
|
--
|
2094
2090
|
|
2095
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2091
|
+
##### [find](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/generic.rb#L6) ios
|
2096
2092
|
|
2097
2093
|
> def find(value)
|
2098
2094
|
|
@@ -2108,7 +2104,7 @@ __Returns:__
|
|
2108
2104
|
|
2109
2105
|
--
|
2110
2106
|
|
2111
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2107
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/generic.rb#L13) ios
|
2112
2108
|
|
2113
2109
|
> def finds(value)
|
2114
2110
|
|
@@ -2124,7 +2120,7 @@ __Returns:__
|
|
2124
2120
|
|
2125
2121
|
--
|
2126
2122
|
|
2127
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2123
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/generic.rb#L20) ios
|
2128
2124
|
|
2129
2125
|
> def find_exact(value)
|
2130
2126
|
|
@@ -2140,7 +2136,7 @@ __Returns:__
|
|
2140
2136
|
|
2141
2137
|
--
|
2142
2138
|
|
2143
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2139
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/generic.rb#L27) ios
|
2144
2140
|
|
2145
2141
|
> def finds_exact(value)
|
2146
2142
|
|
@@ -2156,7 +2152,7 @@ __Returns:__
|
|
2156
2152
|
|
2157
2153
|
--
|
2158
2154
|
|
2159
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2155
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/generic.rb#L33) ios
|
2160
2156
|
|
2161
2157
|
> def raise_error_if_no_element(element)
|
2162
2158
|
|
@@ -2164,7 +2160,7 @@ __Returns:__
|
|
2164
2160
|
|
2165
2161
|
--
|
2166
2162
|
|
2167
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2163
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/generic.rb#L40) ios
|
2168
2164
|
|
2169
2165
|
> def select_visible_elements(elements)
|
2170
2166
|
|
@@ -2172,7 +2168,7 @@ Return visible elements.
|
|
2172
2168
|
|
2173
2169
|
--
|
2174
2170
|
|
2175
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
2171
|
+
##### [for](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/bridge.rb#L7) ios
|
2176
2172
|
|
2177
2173
|
> def self.for(target)
|
2178
2174
|
|
@@ -2180,7 +2176,7 @@ Return visible elements.
|
|
2180
2176
|
|
2181
2177
|
--
|
2182
2178
|
|
2183
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
2179
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/helper.rb#L26) ios
|
2184
2180
|
|
2185
2181
|
> def last_ele(class_name)
|
2186
2182
|
|
@@ -2196,7 +2192,7 @@ __Returns:__
|
|
2196
2192
|
|
2197
2193
|
--
|
2198
2194
|
|
2199
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
2195
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/helper.rb#L36) ios
|
2200
2196
|
|
2201
2197
|
> def tag(class_name)
|
2202
2198
|
|
@@ -2212,7 +2208,7 @@ __Returns:__
|
|
2212
2208
|
|
2213
2209
|
--
|
2214
2210
|
|
2215
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
2211
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/helper.rb#L44) ios
|
2216
2212
|
|
2217
2213
|
> def tags(class_name)
|
2218
2214
|
|
@@ -2228,7 +2224,7 @@ __Returns:__
|
|
2228
2224
|
|
2229
2225
|
--
|
2230
2226
|
|
2231
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
2227
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/helper.rb#L56) ios
|
2232
2228
|
|
2233
2229
|
> def tags_include(class_names:, value: nil)
|
2234
2230
|
|
@@ -2248,7 +2244,7 @@ __Returns:__
|
|
2248
2244
|
|
2249
2245
|
--
|
2250
2246
|
|
2251
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
2247
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/helper.rb#L79) ios
|
2252
2248
|
|
2253
2249
|
> def tags_exact(class_names:, value: nil)
|
2254
2250
|
|
@@ -2268,7 +2264,7 @@ __Returns:__
|
|
2268
2264
|
|
2269
2265
|
--
|
2270
2266
|
|
2271
|
-
##### [UIATextField](https://github.com/appium/ruby_lib/blob/
|
2267
|
+
##### [UIATextField](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L3) ios
|
2272
2268
|
|
2273
2269
|
> UIATextField = 'UIATextField'.freeze
|
2274
2270
|
|
@@ -2276,7 +2272,7 @@ __Returns:__
|
|
2276
2272
|
|
2277
2273
|
--
|
2278
2274
|
|
2279
|
-
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/
|
2275
|
+
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L4) ios
|
2280
2276
|
|
2281
2277
|
> UIASecureTextField = 'UIASecureTextField'.freeze
|
2282
2278
|
|
@@ -2284,7 +2280,7 @@ __Returns:__
|
|
2284
2280
|
|
2285
2281
|
--
|
2286
2282
|
|
2287
|
-
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/
|
2283
|
+
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L6) ios
|
2288
2284
|
|
2289
2285
|
> XCUIElementTypeTextField = 'XCUIElementTypeTextField'.freeze
|
2290
2286
|
|
@@ -2292,7 +2288,7 @@ __Returns:__
|
|
2292
2288
|
|
2293
2289
|
--
|
2294
2290
|
|
2295
|
-
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/
|
2291
|
+
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L7) ios
|
2296
2292
|
|
2297
2293
|
> XCUIElementTypeSecureTextField = 'XCUIElementTypeSecureTextField'.freeze
|
2298
2294
|
|
@@ -2300,7 +2296,7 @@ __Returns:__
|
|
2300
2296
|
|
2301
2297
|
--
|
2302
2298
|
|
2303
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
2299
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L10) ios
|
2304
2300
|
|
2305
2301
|
> def text_field_class
|
2306
2302
|
|
@@ -2312,7 +2308,7 @@ __Returns:__
|
|
2312
2308
|
|
2313
2309
|
--
|
2314
2310
|
|
2315
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
2311
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L15) ios
|
2316
2312
|
|
2317
2313
|
> def secure_text_field_class
|
2318
2314
|
|
@@ -2324,7 +2320,7 @@ __Returns:__
|
|
2324
2320
|
|
2325
2321
|
--
|
2326
2322
|
|
2327
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
2323
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L24) ios
|
2328
2324
|
|
2329
2325
|
> def textfield(value)
|
2330
2326
|
|
@@ -2342,7 +2338,7 @@ __Returns:__
|
|
2342
2338
|
|
2343
2339
|
--
|
2344
2340
|
|
2345
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
2341
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L42) ios
|
2346
2342
|
|
2347
2343
|
> def textfields(value = false)
|
2348
2344
|
|
@@ -2359,7 +2355,7 @@ __Returns:__
|
|
2359
2355
|
|
2360
2356
|
--
|
2361
2357
|
|
2362
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
2358
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L49) ios
|
2363
2359
|
|
2364
2360
|
> def first_textfield
|
2365
2361
|
|
@@ -2371,7 +2367,7 @@ __Returns:__
|
|
2371
2367
|
|
2372
2368
|
--
|
2373
2369
|
|
2374
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
2370
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L55) ios
|
2375
2371
|
|
2376
2372
|
> def last_textfield
|
2377
2373
|
|
@@ -2383,7 +2379,7 @@ __Returns:__
|
|
2383
2379
|
|
2384
2380
|
--
|
2385
2381
|
|
2386
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
2382
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L64) ios
|
2387
2383
|
|
2388
2384
|
> def textfield_exact(value)
|
2389
2385
|
|
@@ -2399,7 +2395,7 @@ __Returns:__
|
|
2399
2395
|
|
2400
2396
|
--
|
2401
2397
|
|
2402
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
2398
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L71) ios
|
2403
2399
|
|
2404
2400
|
> def textfields_exact(value)
|
2405
2401
|
|
@@ -2415,7 +2411,7 @@ __Returns:__
|
|
2415
2411
|
|
2416
2412
|
--
|
2417
2413
|
|
2418
|
-
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/
|
2414
|
+
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L78) ios
|
2419
2415
|
|
2420
2416
|
> def _textfield_visible
|
2421
2417
|
|
@@ -2423,7 +2419,7 @@ Appium
|
|
2423
2419
|
|
2424
2420
|
--
|
2425
2421
|
|
2426
|
-
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/
|
2422
|
+
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L83) ios
|
2427
2423
|
|
2428
2424
|
> def _textfield_exact_string(value)
|
2429
2425
|
|
@@ -2431,7 +2427,7 @@ Appium
|
|
2431
2427
|
|
2432
2428
|
--
|
2433
2429
|
|
2434
|
-
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/
|
2430
|
+
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/element/textfield.rb#L90) ios
|
2435
2431
|
|
2436
2432
|
> def _textfield_contains_string(value)
|
2437
2433
|
|
@@ -2439,7 +2435,7 @@ Appium
|
|
2439
2435
|
|
2440
2436
|
--
|
2441
2437
|
|
2442
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
2438
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/text.rb#L9) ios
|
2443
2439
|
|
2444
2440
|
> def static_text_class
|
2445
2441
|
|
@@ -2451,7 +2447,7 @@ __Returns:__
|
|
2451
2447
|
|
2452
2448
|
--
|
2453
2449
|
|
2454
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
2450
|
+
##### [text](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/text.rb#L17) ios
|
2455
2451
|
|
2456
2452
|
> def text(value)
|
2457
2453
|
|
@@ -2468,7 +2464,7 @@ __Returns:__
|
|
2468
2464
|
|
2469
2465
|
--
|
2470
2466
|
|
2471
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
2467
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/text.rb#L26) ios
|
2472
2468
|
|
2473
2469
|
> def texts(value = false)
|
2474
2470
|
|
@@ -2485,7 +2481,7 @@ __Returns:__
|
|
2485
2481
|
|
2486
2482
|
--
|
2487
2483
|
|
2488
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
2484
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/text.rb#L34) ios
|
2489
2485
|
|
2490
2486
|
> def first_text
|
2491
2487
|
|
@@ -2497,7 +2493,7 @@ __Returns:__
|
|
2497
2493
|
|
2498
2494
|
--
|
2499
2495
|
|
2500
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
2496
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/text.rb#L40) ios
|
2501
2497
|
|
2502
2498
|
> def last_text
|
2503
2499
|
|
@@ -2509,7 +2505,7 @@ __Returns:__
|
|
2509
2505
|
|
2510
2506
|
--
|
2511
2507
|
|
2512
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
2508
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/text.rb#L47) ios
|
2513
2509
|
|
2514
2510
|
> def text_exact(value)
|
2515
2511
|
|
@@ -2525,7 +2521,7 @@ __Returns:__
|
|
2525
2521
|
|
2526
2522
|
--
|
2527
2523
|
|
2528
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
2524
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/text.rb#L54) ios
|
2529
2525
|
|
2530
2526
|
> def texts_exact(value)
|
2531
2527
|
|
@@ -2541,7 +2537,7 @@ __Returns:__
|
|
2541
2537
|
|
2542
2538
|
--
|
2543
2539
|
|
2544
|
-
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/
|
2540
|
+
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/source.rb#L12) ios
|
2545
2541
|
|
2546
2542
|
> def xcuitest_source(format: :xml)
|
2547
2543
|
|
@@ -2555,7 +2551,7 @@ __Parameters:__
|
|
2555
2551
|
|
2556
2552
|
--
|
2557
2553
|
|
2558
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
2554
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/button.rb#L9) ios
|
2559
2555
|
|
2560
2556
|
> def button_class
|
2561
2557
|
|
@@ -2567,7 +2563,7 @@ __Returns:__
|
|
2567
2563
|
|
2568
2564
|
--
|
2569
2565
|
|
2570
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2566
|
+
##### [button](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/button.rb#L17) ios
|
2571
2567
|
|
2572
2568
|
> def button(value)
|
2573
2569
|
|
@@ -2584,7 +2580,7 @@ __Returns:__
|
|
2584
2580
|
|
2585
2581
|
--
|
2586
2582
|
|
2587
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2583
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/button.rb#L27) ios
|
2588
2584
|
|
2589
2585
|
> def buttons(value = false)
|
2590
2586
|
|
@@ -2601,7 +2597,7 @@ __Returns:__
|
|
2601
2597
|
|
2602
2598
|
--
|
2603
2599
|
|
2604
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2600
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/button.rb#L35) ios
|
2605
2601
|
|
2606
2602
|
> def first_button
|
2607
2603
|
|
@@ -2613,7 +2609,7 @@ __Returns:__
|
|
2613
2609
|
|
2614
2610
|
--
|
2615
2611
|
|
2616
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2612
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/button.rb#L43) ios
|
2617
2613
|
|
2618
2614
|
> def last_button
|
2619
2615
|
|
@@ -2627,7 +2623,7 @@ __Returns:__
|
|
2627
2623
|
|
2628
2624
|
--
|
2629
2625
|
|
2630
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2626
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/button.rb#L50) ios
|
2631
2627
|
|
2632
2628
|
> def button_exact(value)
|
2633
2629
|
|
@@ -2643,7 +2639,7 @@ __Returns:__
|
|
2643
2639
|
|
2644
2640
|
--
|
2645
2641
|
|
2646
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2642
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/button.rb#L57) ios
|
2647
2643
|
|
2648
2644
|
> def buttons_exact(value)
|
2649
2645
|
|
@@ -2659,7 +2655,7 @@ __Returns:__
|
|
2659
2655
|
|
2660
2656
|
--
|
2661
2657
|
|
2662
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2658
|
+
##### [find](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/generic.rb#L8) ios
|
2663
2659
|
|
2664
2660
|
> def find(value)
|
2665
2661
|
|
@@ -2675,7 +2671,7 @@ __Returns:__
|
|
2675
2671
|
|
2676
2672
|
--
|
2677
2673
|
|
2678
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2674
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/generic.rb#L15) ios
|
2679
2675
|
|
2680
2676
|
> def finds(value)
|
2681
2677
|
|
@@ -2691,7 +2687,7 @@ __Returns:__
|
|
2691
2687
|
|
2692
2688
|
--
|
2693
2689
|
|
2694
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2690
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/generic.rb#L23) ios
|
2695
2691
|
|
2696
2692
|
> def find_exact(value)
|
2697
2693
|
|
@@ -2707,7 +2703,7 @@ __Returns:__
|
|
2707
2703
|
|
2708
2704
|
--
|
2709
2705
|
|
2710
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2706
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/generic.rb#L30) ios
|
2711
2707
|
|
2712
2708
|
> def finds_exact(value)
|
2713
2709
|
|
@@ -2723,7 +2719,7 @@ __Returns:__
|
|
2723
2719
|
|
2724
2720
|
--
|
2725
2721
|
|
2726
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2722
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
|
2727
2723
|
|
2728
2724
|
> def raise_error_if_no_element(element)
|
2729
2725
|
|
@@ -2731,7 +2727,7 @@ __Returns:__
|
|
2731
2727
|
|
2732
2728
|
--
|
2733
2729
|
|
2734
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2730
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/generic.rb#L44) ios
|
2735
2731
|
|
2736
2732
|
> def select_visible_elements(elements)
|
2737
2733
|
|
@@ -2739,7 +2735,7 @@ Return visible elements.
|
|
2739
2735
|
|
2740
2736
|
--
|
2741
2737
|
|
2742
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
2738
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L11) ios
|
2743
2739
|
|
2744
2740
|
> def swipe(direction:, element: nil)
|
2745
2741
|
|
@@ -2753,7 +2749,7 @@ __Parameters:__
|
|
2753
2749
|
|
2754
2750
|
--
|
2755
2751
|
|
2756
|
-
##### [scroll](https://github.com/appium/ruby_lib/blob/
|
2752
|
+
##### [scroll](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L29) ios
|
2757
2753
|
|
2758
2754
|
> def scroll(direction:, name: nil, element: nil, to_visible: nil, predicate_string: nil)
|
2759
2755
|
|
@@ -2767,7 +2763,7 @@ __Parameters:__
|
|
2767
2763
|
|
2768
2764
|
--
|
2769
2765
|
|
2770
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
2766
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L48) ios
|
2771
2767
|
|
2772
2768
|
> def pinch(scale:, velocity: 1.0, element: nil)
|
2773
2769
|
|
@@ -2783,7 +2779,7 @@ __Parameters:__
|
|
2783
2779
|
|
2784
2780
|
--
|
2785
2781
|
|
2786
|
-
##### [double_tap](https://github.com/appium/ruby_lib/blob/
|
2782
|
+
##### [double_tap](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L63) ios
|
2787
2783
|
|
2788
2784
|
> def double_tap(x: nil, y: nil, element: nil)
|
2789
2785
|
|
@@ -2799,7 +2795,7 @@ __Parameters:__
|
|
2799
2795
|
|
2800
2796
|
--
|
2801
2797
|
|
2802
|
-
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/
|
2798
|
+
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L80) ios
|
2803
2799
|
|
2804
2800
|
> def touch_and_hold(x: nil, y: nil, element: nil, duration: 1.0)
|
2805
2801
|
|
@@ -2817,7 +2813,7 @@ __Parameters:__
|
|
2817
2813
|
|
2818
2814
|
--
|
2819
2815
|
|
2820
|
-
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/
|
2816
|
+
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L93) ios
|
2821
2817
|
|
2822
2818
|
> def two_finger_tap(element:)
|
2823
2819
|
|
@@ -2833,7 +2829,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item")
|
|
2833
2829
|
|
2834
2830
|
--
|
2835
2831
|
|
2836
|
-
##### [tap](https://github.com/appium/ruby_lib/blob/
|
2832
|
+
##### [tap](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L108) ios
|
2837
2833
|
|
2838
2834
|
> def tap(x:, y:, element: nil)
|
2839
2835
|
|
@@ -2849,7 +2845,7 @@ __Parameters:__
|
|
2849
2845
|
|
2850
2846
|
--
|
2851
2847
|
|
2852
|
-
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/
|
2848
|
+
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L128) ios
|
2853
2849
|
|
2854
2850
|
> def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil)
|
2855
2851
|
|
@@ -2872,7 +2868,7 @@ drag point should be before to start dragging. Mandatory parameter
|
|
2872
2868
|
|
2873
2869
|
--
|
2874
2870
|
|
2875
|
-
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/
|
2871
|
+
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L145) ios
|
2876
2872
|
|
2877
2873
|
> def select_picker_wheel(element:, order:, offset: nil)
|
2878
2874
|
|
@@ -2889,7 +2885,7 @@ __Parameters:__
|
|
2889
2885
|
|
2890
2886
|
--
|
2891
2887
|
|
2892
|
-
##### [alert](https://github.com/appium/ruby_lib/blob/
|
2888
|
+
##### [alert](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/gestures.rb#L163) ios
|
2893
2889
|
|
2894
2890
|
> def alert(action:, button_label: nil)
|
2895
2891
|
|
@@ -2904,7 +2900,7 @@ This is an optional parameter and is only valid in combination with accept and d
|
|
2904
2900
|
|
2905
2901
|
--
|
2906
2902
|
|
2907
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
2903
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/textfield.rb#L9) ios
|
2908
2904
|
|
2909
2905
|
> def text_field_class
|
2910
2906
|
|
@@ -2916,7 +2912,7 @@ __Returns:__
|
|
2916
2912
|
|
2917
2913
|
--
|
2918
2914
|
|
2919
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
2915
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/textfield.rb#L14) ios
|
2920
2916
|
|
2921
2917
|
> def secure_text_field_class
|
2922
2918
|
|
@@ -2928,7 +2924,7 @@ __Returns:__
|
|
2928
2924
|
|
2929
2925
|
--
|
2930
2926
|
|
2931
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
2927
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
|
2932
2928
|
|
2933
2929
|
> def textfield(value)
|
2934
2930
|
|
@@ -2946,7 +2942,7 @@ __Returns:__
|
|
2946
2942
|
|
2947
2943
|
--
|
2948
2944
|
|
2949
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
2945
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/textfield.rb#L41) ios
|
2950
2946
|
|
2951
2947
|
> def textfields(value = false)
|
2952
2948
|
|
@@ -2963,7 +2959,7 @@ __Returns:__
|
|
2963
2959
|
|
2964
2960
|
--
|
2965
2961
|
|
2966
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
2962
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/textfield.rb#L50) ios
|
2967
2963
|
|
2968
2964
|
> def first_textfield
|
2969
2965
|
|
@@ -2975,7 +2971,7 @@ __Returns:__
|
|
2975
2971
|
|
2976
2972
|
--
|
2977
2973
|
|
2978
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
2974
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/textfield.rb#L56) ios
|
2979
2975
|
|
2980
2976
|
> def last_textfield
|
2981
2977
|
|
@@ -2987,7 +2983,7 @@ __Returns:__
|
|
2987
2983
|
|
2988
2984
|
--
|
2989
2985
|
|
2990
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
2986
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/textfield.rb#L65) ios
|
2991
2987
|
|
2992
2988
|
> def textfield_exact(value)
|
2993
2989
|
|
@@ -3003,7 +2999,7 @@ __Returns:__
|
|
3003
2999
|
|
3004
3000
|
--
|
3005
3001
|
|
3006
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
3002
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/element/textfield.rb#L72) ios
|
3007
3003
|
|
3008
3004
|
> def textfields_exact(value)
|
3009
3005
|
|
@@ -3019,7 +3015,7 @@ __Returns:__
|
|
3019
3015
|
|
3020
3016
|
--
|
3021
3017
|
|
3022
|
-
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3018
|
+
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L12) ios
|
3023
3019
|
|
3024
3020
|
> def set_pasteboard(content:, encoding: nil)
|
3025
3021
|
|
@@ -3034,7 +3030,7 @@ The parameter is mandatory
|
|
3034
3030
|
|
3035
3031
|
--
|
3036
3032
|
|
3037
|
-
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3033
|
+
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L24) ios
|
3038
3034
|
|
3039
3035
|
> def get_pasteboard(encoding: nil)
|
3040
3036
|
|
@@ -3046,7 +3042,7 @@ __Parameters:__
|
|
3046
3042
|
|
3047
3043
|
--
|
3048
3044
|
|
3049
|
-
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/
|
3045
|
+
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L21) ios
|
3050
3046
|
|
3051
3047
|
> def xcuitest_install_app(app:)
|
3052
3048
|
|
@@ -3062,7 +3058,7 @@ or an URL pointing to a remote .ipa/.zip file. Mandatory argument.
|
|
3062
3058
|
|
3063
3059
|
--
|
3064
3060
|
|
3065
|
-
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/
|
3061
|
+
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
|
3066
3062
|
|
3067
3063
|
> def xcuitest_app_installed?(bundle_id:)
|
3068
3064
|
|
@@ -3078,7 +3074,7 @@ __Returns:__
|
|
3078
3074
|
|
3079
3075
|
--
|
3080
3076
|
|
3081
|
-
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/
|
3077
|
+
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L50) ios
|
3082
3078
|
|
3083
3079
|
> def xcuitest_remove_app(bundle_id:)
|
3084
3080
|
|
@@ -3091,7 +3087,7 @@ __Parameters:__
|
|
3091
3087
|
|
3092
3088
|
--
|
3093
3089
|
|
3094
|
-
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/
|
3090
|
+
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L65) ios
|
3095
3091
|
|
3096
3092
|
> def xcuitest_launch_app(bundle_id:)
|
3097
3093
|
|
@@ -3104,7 +3100,7 @@ __Parameters:__
|
|
3104
3100
|
|
3105
3101
|
--
|
3106
3102
|
|
3107
|
-
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/
|
3103
|
+
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L80) ios
|
3108
3104
|
|
3109
3105
|
> def xcuitest_terminate_app(bundle_id:)
|
3110
3106
|
|
@@ -3117,7 +3113,7 @@ __Parameters:__
|
|
3117
3113
|
|
3118
3114
|
--
|
3119
3115
|
|
3120
|
-
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/
|
3116
|
+
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L102) ios
|
3121
3117
|
|
3122
3118
|
> def xcuitest_query_app_status(bundle_id:)
|
3123
3119
|
|
@@ -3141,7 +3137,7 @@ __Returns:__
|
|
3141
3137
|
|
3142
3138
|
--
|
3143
3139
|
|
3144
|
-
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/
|
3140
|
+
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/ff7c083483d59ad47a686a1f9779274039151ce1/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L118) ios
|
3145
3141
|
|
3146
3142
|
> def xcuitest_activate_app(bundle_id:)
|
3147
3143
|
|