appium_lib 13.0.2 → 14.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/appium_lib.gemspec +1 -1
- data/docs/android_docs.md +203 -219
- data/docs/ios_docs.md +241 -257
- data/lib/appium_lib/driver.rb +0 -6
- data/lib/appium_lib/version.rb +1 -1
- data/release_notes.md +7 -0
- metadata +5 -5
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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/appium.rb#L60) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/appium.rb#L108) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/appium.rb#L113) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/appium.rb#L155) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/appium.rb#L209) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L49) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L49) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L52) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L55) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L58) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L61) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L65) 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/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L66) common
|
180
180
|
|
181
181
|
> def custom_url
|
182
182
|
|
@@ -184,23 +184,7 @@ Returns the value of attribute custom_url.
|
|
184
184
|
|
185
185
|
--
|
186
186
|
|
187
|
-
##### [
|
188
|
-
|
189
|
-
> def export_session
|
190
|
-
|
191
|
-
Returns the value of attribute export_session.
|
192
|
-
|
193
|
-
--
|
194
|
-
|
195
|
-
##### [export_session_path](https://github.com/appium/ruby_lib/blob/9c52fd3a8f0ef88d7c4e83f210ab22f817a30632/lib/appium_lib/driver.rb#L68) common
|
196
|
-
|
197
|
-
> def export_session_path
|
198
|
-
|
199
|
-
Returns the value of attribute export_session_path.
|
200
|
-
|
201
|
-
--
|
202
|
-
|
203
|
-
##### [default_wait](https://github.com/appium/ruby_lib/blob/9c52fd3a8f0ef88d7c4e83f210ab22f817a30632/lib/appium_lib/driver.rb#L69) common
|
187
|
+
##### [default_wait](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L67) common
|
204
188
|
|
205
189
|
> def default_wait
|
206
190
|
|
@@ -208,7 +192,7 @@ Returns the value of attribute default_wait.
|
|
208
192
|
|
209
193
|
--
|
210
194
|
|
211
|
-
##### [appium_port](https://github.com/appium/ruby_lib/blob/
|
195
|
+
##### [appium_port](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L68) common
|
212
196
|
|
213
197
|
> def appium_port
|
214
198
|
|
@@ -216,7 +200,7 @@ Returns the value of attribute appium_port.
|
|
216
200
|
|
217
201
|
--
|
218
202
|
|
219
|
-
##### [appium_device](https://github.com/appium/ruby_lib/blob/
|
203
|
+
##### [appium_device](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L69) common
|
220
204
|
|
221
205
|
> def appium_device
|
222
206
|
|
@@ -224,7 +208,7 @@ Returns the value of attribute appium_device.
|
|
224
208
|
|
225
209
|
--
|
226
210
|
|
227
|
-
##### [automation_name](https://github.com/appium/ruby_lib/blob/
|
211
|
+
##### [automation_name](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L70) common
|
228
212
|
|
229
213
|
> def automation_name
|
230
214
|
|
@@ -232,7 +216,7 @@ Returns the value of attribute automation_name.
|
|
232
216
|
|
233
217
|
--
|
234
218
|
|
235
|
-
##### [listener](https://github.com/appium/ruby_lib/blob/
|
219
|
+
##### [listener](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L71) common
|
236
220
|
|
237
221
|
> def listener
|
238
222
|
|
@@ -240,7 +224,7 @@ Returns the value of attribute listener.
|
|
240
224
|
|
241
225
|
--
|
242
226
|
|
243
|
-
##### [http_client](https://github.com/appium/ruby_lib/blob/
|
227
|
+
##### [http_client](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L72) common
|
244
228
|
|
245
229
|
> def http_client
|
246
230
|
|
@@ -248,7 +232,7 @@ Returns the value of attribute http_client.
|
|
248
232
|
|
249
233
|
--
|
250
234
|
|
251
|
-
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/
|
235
|
+
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L73) common
|
252
236
|
|
253
237
|
> def appium_wait_timeout
|
254
238
|
|
@@ -256,7 +240,7 @@ Returns the value of attribute appium_wait_timeout.
|
|
256
240
|
|
257
241
|
--
|
258
242
|
|
259
|
-
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/
|
243
|
+
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L74) common
|
260
244
|
|
261
245
|
> def appium_wait_interval
|
262
246
|
|
@@ -264,7 +248,7 @@ Returns the value of attribute appium_wait_interval.
|
|
264
248
|
|
265
249
|
--
|
266
250
|
|
267
|
-
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/
|
251
|
+
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L77) common
|
268
252
|
|
269
253
|
> def appium_server_status
|
270
254
|
|
@@ -272,7 +256,7 @@ Appium's server version
|
|
272
256
|
|
273
257
|
--
|
274
258
|
|
275
|
-
##### [appium_debug](https://github.com/appium/ruby_lib/blob/
|
259
|
+
##### [appium_debug](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L79) common
|
276
260
|
|
277
261
|
> def appium_debug
|
278
262
|
|
@@ -280,7 +264,7 @@ Boolean debug mode for the Appium Ruby bindings
|
|
280
264
|
|
281
265
|
--
|
282
266
|
|
283
|
-
##### [driver](https://github.com/appium/ruby_lib/blob/
|
267
|
+
##### [driver](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L82) common
|
284
268
|
|
285
269
|
> def driver
|
286
270
|
|
@@ -292,7 +276,7 @@ __Returns:__
|
|
292
276
|
|
293
277
|
--
|
294
278
|
|
295
|
-
##### [core](https://github.com/appium/ruby_lib/blob/
|
279
|
+
##### [core](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L84) common
|
296
280
|
|
297
281
|
> def core
|
298
282
|
|
@@ -300,7 +284,7 @@ Instance of Appium::Core::Driver
|
|
300
284
|
|
301
285
|
--
|
302
286
|
|
303
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
287
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L153) common
|
304
288
|
|
305
289
|
> def initialize(opts = {}, global_driver = false)
|
306
290
|
|
@@ -319,7 +303,7 @@ __Returns:__
|
|
319
303
|
|
320
304
|
--
|
321
305
|
|
322
|
-
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/
|
306
|
+
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L273) common
|
323
307
|
|
324
308
|
> def driver_attributes
|
325
309
|
|
@@ -327,7 +311,7 @@ Returns a hash of the driver attributes
|
|
327
311
|
|
328
312
|
--
|
329
313
|
|
330
|
-
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/
|
314
|
+
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L291) common
|
331
315
|
|
332
316
|
> def device_is_android?
|
333
317
|
|
@@ -339,7 +323,7 @@ __Returns:__
|
|
339
323
|
|
340
324
|
--
|
341
325
|
|
342
|
-
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/
|
326
|
+
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L295) common
|
343
327
|
|
344
328
|
> def device_is_ios?
|
345
329
|
|
@@ -351,7 +335,7 @@ __Returns:__
|
|
351
335
|
|
352
336
|
--
|
353
337
|
|
354
|
-
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/
|
338
|
+
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L299) common
|
355
339
|
|
356
340
|
> def device_is_windows?
|
357
341
|
|
@@ -363,7 +347,7 @@ __Returns:__
|
|
363
347
|
|
364
348
|
--
|
365
349
|
|
366
|
-
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/
|
350
|
+
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L305) common
|
367
351
|
|
368
352
|
> def automation_name_is_uiautomator2?
|
369
353
|
|
@@ -375,7 +359,7 @@ __Returns:__
|
|
375
359
|
|
376
360
|
--
|
377
361
|
|
378
|
-
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/
|
362
|
+
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L311) common
|
379
363
|
|
380
364
|
> def automation_name_is_espresso?
|
381
365
|
|
@@ -387,7 +371,7 @@ __Returns:__
|
|
387
371
|
|
388
372
|
--
|
389
373
|
|
390
|
-
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/
|
374
|
+
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L317) common
|
391
375
|
|
392
376
|
> def automation_name_is_xcuitest?
|
393
377
|
|
@@ -399,7 +383,7 @@ __Returns:__
|
|
399
383
|
|
400
384
|
--
|
401
385
|
|
402
|
-
##### [action](https://github.com/appium/ruby_lib/blob/
|
386
|
+
##### [action](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L331) common
|
403
387
|
|
404
388
|
> def action
|
405
389
|
|
@@ -412,7 +396,7 @@ __Returns:__
|
|
412
396
|
|
413
397
|
--
|
414
398
|
|
415
|
-
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/
|
399
|
+
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L346) common
|
416
400
|
|
417
401
|
> def appium_server_version
|
418
402
|
|
@@ -424,7 +408,7 @@ __Returns:__
|
|
424
408
|
|
425
409
|
--
|
426
410
|
|
427
|
-
##### [remote_status](https://github.com/appium/ruby_lib/blob/
|
411
|
+
##### [remote_status](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L354) common
|
428
412
|
|
429
413
|
> def appium_server_version
|
430
414
|
|
@@ -436,7 +420,7 @@ __Returns:__
|
|
436
420
|
|
437
421
|
--
|
438
422
|
|
439
|
-
##### [platform_version](https://github.com/appium/ruby_lib/blob/
|
423
|
+
##### [platform_version](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L358) common
|
440
424
|
|
441
425
|
> def platform_version
|
442
426
|
|
@@ -448,7 +432,7 @@ __Returns:__
|
|
448
432
|
|
449
433
|
--
|
450
434
|
|
451
|
-
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/
|
435
|
+
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L374) common
|
452
436
|
|
453
437
|
> def appium_client_version
|
454
438
|
|
@@ -460,7 +444,7 @@ __Returns:__
|
|
460
444
|
|
461
445
|
--
|
462
446
|
|
463
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
447
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L386) common
|
464
448
|
|
465
449
|
> def absolute_app_path(opts)
|
466
450
|
|
@@ -477,7 +461,7 @@ __Returns:__
|
|
477
461
|
|
478
462
|
--
|
479
463
|
|
480
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
464
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L411) common
|
481
465
|
|
482
466
|
> def server_url
|
483
467
|
|
@@ -489,7 +473,7 @@ __Returns:__
|
|
489
473
|
|
490
474
|
--
|
491
475
|
|
492
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
476
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L420) common
|
493
477
|
|
494
478
|
> def restart
|
495
479
|
|
@@ -501,7 +485,7 @@ __Returns:__
|
|
501
485
|
|
502
486
|
--
|
503
487
|
|
504
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
488
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L433) common
|
505
489
|
|
506
490
|
> def screenshot(png_save_path)
|
507
491
|
|
@@ -517,7 +501,7 @@ __Returns:__
|
|
517
501
|
|
518
502
|
--
|
519
503
|
|
520
|
-
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/
|
504
|
+
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L447) common
|
521
505
|
|
522
506
|
> def element_screenshot(element, png_save_path)
|
523
507
|
|
@@ -535,7 +519,7 @@ __Returns:__
|
|
535
519
|
|
536
520
|
--
|
537
521
|
|
538
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
522
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L454) common
|
539
523
|
|
540
524
|
> def driver_quit
|
541
525
|
|
@@ -547,7 +531,7 @@ __Returns:__
|
|
547
531
|
|
548
532
|
--
|
549
533
|
|
550
|
-
##### [quit_driver](https://github.com/appium/ruby_lib/blob/
|
534
|
+
##### [quit_driver](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L460) common
|
551
535
|
|
552
536
|
> def driver_quit
|
553
537
|
|
@@ -559,7 +543,7 @@ __Returns:__
|
|
559
543
|
|
560
544
|
--
|
561
545
|
|
562
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
546
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L471) common
|
563
547
|
|
564
548
|
> def window_size
|
565
549
|
|
@@ -571,7 +555,7 @@ __Returns:__
|
|
571
555
|
|
572
556
|
--
|
573
557
|
|
574
|
-
##### [window_rect](https://github.com/appium/ruby_lib/blob/
|
558
|
+
##### [window_rect](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L486) common
|
575
559
|
|
576
560
|
> def window_rect
|
577
561
|
|
@@ -583,7 +567,7 @@ __Returns:__
|
|
583
567
|
|
584
568
|
--
|
585
569
|
|
586
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
570
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L519) common
|
587
571
|
|
588
572
|
> def start_driver(http_client_ops = { http_client: ::Appium::Http::Default.new, open_timeout: 999_999, read_timeout: 999_999 })
|
589
573
|
|
@@ -603,7 +587,7 @@ __Returns:__
|
|
603
587
|
|
604
588
|
--
|
605
589
|
|
606
|
-
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/
|
590
|
+
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L546) common
|
607
591
|
|
608
592
|
> def set_implicit_wait(wait)
|
609
593
|
|
@@ -611,7 +595,7 @@ To ignore error for Espresso Driver
|
|
611
595
|
|
612
596
|
--
|
613
597
|
|
614
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
598
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L557) common
|
615
599
|
|
616
600
|
> def no_wait
|
617
601
|
|
@@ -619,7 +603,7 @@ Set implicit wait to zero.
|
|
619
603
|
|
620
604
|
--
|
621
605
|
|
622
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
606
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L571) common
|
623
607
|
|
624
608
|
> def set_wait(timeout = nil)
|
625
609
|
|
@@ -635,7 +619,7 @@ __Returns:__
|
|
635
619
|
|
636
620
|
--
|
637
621
|
|
638
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
622
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L588) common
|
639
623
|
|
640
624
|
> def exists(pre_check = 0, post_check = @default_wait)
|
641
625
|
|
@@ -659,7 +643,7 @@ __Returns:__
|
|
659
643
|
|
660
644
|
--
|
661
645
|
|
662
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
646
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L612) common
|
663
647
|
|
664
648
|
> def execute_script(script, *args)
|
665
649
|
|
@@ -677,7 +661,7 @@ __Returns:__
|
|
677
661
|
|
678
662
|
--
|
679
663
|
|
680
|
-
##### [execute_async_script](https://github.com/appium/ruby_lib/blob/
|
664
|
+
##### [execute_async_script](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L620) common
|
681
665
|
|
682
666
|
> def execute_async_script(script, *args)
|
683
667
|
|
@@ -687,7 +671,7 @@ Get the window handles of open browser windows
|
|
687
671
|
|
688
672
|
--
|
689
673
|
|
690
|
-
##### [execute_driver](https://github.com/appium/ruby_lib/blob/
|
674
|
+
##### [execute_driver](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L652) common
|
691
675
|
|
692
676
|
> def execute_driver(script: '', type: 'webdriverio', timeout_ms: nil)
|
693
677
|
|
@@ -713,7 +697,7 @@ Appium::Core::Base::Device::ExecuteDriver::Result.
|
|
713
697
|
|
714
698
|
--
|
715
699
|
|
716
|
-
##### [window_handles](https://github.com/appium/ruby_lib/blob/
|
700
|
+
##### [window_handles](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L656) common
|
717
701
|
|
718
702
|
> def window_handles
|
719
703
|
|
@@ -721,7 +705,7 @@ Appium::Core::Base::Device::ExecuteDriver::Result.
|
|
721
705
|
|
722
706
|
--
|
723
707
|
|
724
|
-
##### [window_handle](https://github.com/appium/ruby_lib/blob/
|
708
|
+
##### [window_handle](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L661) common
|
725
709
|
|
726
710
|
> def window_handle
|
727
711
|
|
@@ -729,7 +713,7 @@ Get the current window handle
|
|
729
713
|
|
730
714
|
--
|
731
715
|
|
732
|
-
##### [navigate](https://github.com/appium/ruby_lib/blob/
|
716
|
+
##### [navigate](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L665) common
|
733
717
|
|
734
718
|
> def navigate
|
735
719
|
|
@@ -737,7 +721,7 @@ Get the current window handle
|
|
737
721
|
|
738
722
|
--
|
739
723
|
|
740
|
-
##### [manage](https://github.com/appium/ruby_lib/blob/
|
724
|
+
##### [manage](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L669) common
|
741
725
|
|
742
726
|
> def manage
|
743
727
|
|
@@ -745,7 +729,7 @@ Get the current window handle
|
|
745
729
|
|
746
730
|
--
|
747
731
|
|
748
|
-
##### [get](https://github.com/appium/ruby_lib/blob/
|
732
|
+
##### [get](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L673) common
|
749
733
|
|
750
734
|
> def get(url)
|
751
735
|
|
@@ -753,7 +737,7 @@ Get the current window handle
|
|
753
737
|
|
754
738
|
--
|
755
739
|
|
756
|
-
##### [current_url](https://github.com/appium/ruby_lib/blob/
|
740
|
+
##### [current_url](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L677) common
|
757
741
|
|
758
742
|
> def current_url
|
759
743
|
|
@@ -761,7 +745,7 @@ Get the current window handle
|
|
761
745
|
|
762
746
|
--
|
763
747
|
|
764
|
-
##### [title](https://github.com/appium/ruby_lib/blob/
|
748
|
+
##### [title](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L681) common
|
765
749
|
|
766
750
|
> def title
|
767
751
|
|
@@ -769,7 +753,7 @@ Get the current window handle
|
|
769
753
|
|
770
754
|
--
|
771
755
|
|
772
|
-
##### [switch_to](https://github.com/appium/ruby_lib/blob/
|
756
|
+
##### [switch_to](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L687) common
|
773
757
|
|
774
758
|
> def switch_to
|
775
759
|
|
@@ -781,7 +765,7 @@ __Returns:__
|
|
781
765
|
|
782
766
|
--
|
783
767
|
|
784
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
768
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L714) common
|
785
769
|
|
786
770
|
> def find_elements(*args)
|
787
771
|
|
@@ -801,7 +785,7 @@ __Returns:__
|
|
801
785
|
|
802
786
|
--
|
803
787
|
|
804
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
788
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L730) common
|
805
789
|
|
806
790
|
> def find_element(*args)
|
807
791
|
|
@@ -819,7 +803,7 @@ __Returns:__
|
|
819
803
|
|
820
804
|
--
|
821
805
|
|
822
|
-
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/
|
806
|
+
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L745) common
|
823
807
|
|
824
808
|
> def find_element_by_image(png_img_path)
|
825
809
|
|
@@ -835,7 +819,7 @@ __Returns:__
|
|
835
819
|
|
836
820
|
--
|
837
821
|
|
838
|
-
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/
|
822
|
+
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L760) common
|
839
823
|
|
840
824
|
> def find_elements_by_image(png_img_paths)
|
841
825
|
|
@@ -851,7 +835,7 @@ __Returns:__
|
|
851
835
|
|
852
836
|
--
|
853
837
|
|
854
|
-
##### [set_location](https://github.com/appium/ruby_lib/blob/
|
838
|
+
##### [set_location](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L773) common
|
855
839
|
|
856
840
|
> def set_location(opts = {})
|
857
841
|
|
@@ -867,7 +851,7 @@ __Returns:__
|
|
867
851
|
|
868
852
|
--
|
869
853
|
|
870
|
-
##### [log_event](https://github.com/appium/ruby_lib/blob/
|
854
|
+
##### [log_event](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L797) common
|
871
855
|
|
872
856
|
> def log_event(vendor:, event:)
|
873
857
|
|
@@ -886,7 +870,7 @@ __Returns:__
|
|
886
870
|
|
887
871
|
--
|
888
872
|
|
889
|
-
##### [log_event=](https://github.com/appium/ruby_lib/blob/
|
873
|
+
##### [log_event=](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L801) common
|
890
874
|
|
891
875
|
> def log_event=(log_event)
|
892
876
|
|
@@ -894,7 +878,7 @@ __Returns:__
|
|
894
878
|
|
895
879
|
--
|
896
880
|
|
897
|
-
##### [log_events](https://github.com/appium/ruby_lib/blob/
|
881
|
+
##### [log_events](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L820) common
|
898
882
|
|
899
883
|
> def log_events(type = nil)
|
900
884
|
|
@@ -910,7 +894,7 @@ __Returns:__
|
|
910
894
|
|
911
895
|
--
|
912
896
|
|
913
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
897
|
+
##### [x](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/driver.rb#L827) common
|
914
898
|
|
915
899
|
> def x
|
916
900
|
|
@@ -923,7 +907,7 @@ __Returns:__
|
|
923
907
|
|
924
908
|
--
|
925
909
|
|
926
|
-
##### [username](https://github.com/appium/ruby_lib/blob/
|
910
|
+
##### [username](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/sauce_labs.rb#L18) common
|
927
911
|
|
928
912
|
> def username
|
929
913
|
|
@@ -931,7 +915,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US
|
|
931
915
|
|
932
916
|
--
|
933
917
|
|
934
|
-
##### [access_key](https://github.com/appium/ruby_lib/blob/
|
918
|
+
##### [access_key](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/sauce_labs.rb#L20) common
|
935
919
|
|
936
920
|
> def access_key
|
937
921
|
|
@@ -939,7 +923,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_
|
|
939
923
|
|
940
924
|
--
|
941
925
|
|
942
|
-
##### [endpoint](https://github.com/appium/ruby_lib/blob/
|
926
|
+
##### [endpoint](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/sauce_labs.rb#L22) common
|
943
927
|
|
944
928
|
> def endpoint
|
945
929
|
|
@@ -947,7 +931,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'o
|
|
947
931
|
|
948
932
|
--
|
949
933
|
|
950
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
934
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/sauce_labs.rb#L47) common
|
951
935
|
|
952
936
|
> def initialize(appium_lib_opts)
|
953
937
|
|
@@ -963,7 +947,7 @@ __Returns:__
|
|
963
947
|
|
964
948
|
--
|
965
949
|
|
966
|
-
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/
|
950
|
+
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/sauce_labs.rb#L67) common
|
967
951
|
|
968
952
|
> def sauce_server_url?
|
969
953
|
|
@@ -975,7 +959,7 @@ __Returns:__
|
|
975
959
|
|
976
960
|
--
|
977
961
|
|
978
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
962
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/sauce_labs.rb#L80) common
|
979
963
|
|
980
964
|
> def server_url
|
981
965
|
|
@@ -987,7 +971,7 @@ __Returns:__
|
|
987
971
|
|
988
972
|
--
|
989
973
|
|
990
|
-
##### [get_log](https://github.com/appium/ruby_lib/blob/
|
974
|
+
##### [get_log](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/log.rb#L25) common
|
991
975
|
|
992
976
|
> def get_log(type)
|
993
977
|
|
@@ -1003,7 +987,7 @@ __Returns:__
|
|
1003
987
|
|
1004
988
|
--
|
1005
989
|
|
1006
|
-
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/
|
990
|
+
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/log.rb#L37) common
|
1007
991
|
|
1008
992
|
> def get_available_log_types
|
1009
993
|
|
@@ -1015,7 +999,7 @@ __Returns:__
|
|
1015
999
|
|
1016
1000
|
--
|
1017
1001
|
|
1018
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
1002
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/wait.rb#L44) common
|
1019
1003
|
|
1020
1004
|
> def wait_true(opts = {})
|
1021
1005
|
|
@@ -1035,7 +1019,7 @@ __Parameters:__
|
|
1035
1019
|
|
1036
1020
|
--
|
1037
1021
|
|
1038
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
1022
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/wait.rb#L73) common
|
1039
1023
|
|
1040
1024
|
> def wait(opts = {})
|
1041
1025
|
|
@@ -1053,7 +1037,7 @@ __Parameters:__
|
|
1053
1037
|
|
1054
1038
|
--
|
1055
1039
|
|
1056
|
-
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/
|
1040
|
+
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/device.rb#L26) common
|
1057
1041
|
|
1058
1042
|
> def add_touch_actions
|
1059
1043
|
|
@@ -1061,7 +1045,7 @@ __Parameters:__
|
|
1061
1045
|
|
1062
1046
|
--
|
1063
1047
|
|
1064
|
-
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/
|
1048
|
+
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/device.rb#L38) common
|
1065
1049
|
|
1066
1050
|
> def delegate_from_appium_driver(method, delegation_target)
|
1067
1051
|
|
@@ -1069,7 +1053,7 @@ __Parameters:__
|
|
1069
1053
|
|
1070
1054
|
--
|
1071
1055
|
|
1072
|
-
##### [ignore](https://github.com/appium/ruby_lib/blob/
|
1056
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L30) common
|
1073
1057
|
|
1074
1058
|
> def ignore
|
1075
1059
|
|
@@ -1077,7 +1061,7 @@ Return yield and ignore any exceptions.
|
|
1077
1061
|
|
1078
1062
|
--
|
1079
1063
|
|
1080
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
1064
|
+
##### [back](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L38) common
|
1081
1065
|
|
1082
1066
|
> def back
|
1083
1067
|
|
@@ -1089,7 +1073,7 @@ __Returns:__
|
|
1089
1073
|
|
1090
1074
|
--
|
1091
1075
|
|
1092
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
1076
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L49) common
|
1093
1077
|
|
1094
1078
|
> def session_id
|
1095
1079
|
|
@@ -1101,7 +1085,7 @@ __Returns:__
|
|
1101
1085
|
|
1102
1086
|
--
|
1103
1087
|
|
1104
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
1088
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L57) common
|
1105
1089
|
|
1106
1090
|
> def xpath(xpath_str)
|
1107
1091
|
|
@@ -1117,7 +1101,7 @@ __Returns:__
|
|
1117
1101
|
|
1118
1102
|
--
|
1119
1103
|
|
1120
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
1104
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L65) common
|
1121
1105
|
|
1122
1106
|
> def xpaths(xpath_str)
|
1123
1107
|
|
@@ -1133,7 +1117,7 @@ __Returns:__
|
|
1133
1117
|
|
1134
1118
|
--
|
1135
1119
|
|
1136
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
1120
|
+
##### [result](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L75) common
|
1137
1121
|
|
1138
1122
|
> def result
|
1139
1123
|
|
@@ -1141,7 +1125,7 @@ Returns the value of attribute result.
|
|
1141
1125
|
|
1142
1126
|
--
|
1143
1127
|
|
1144
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1128
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L77) common
|
1145
1129
|
|
1146
1130
|
> def initialize(platform)
|
1147
1131
|
|
@@ -1153,7 +1137,7 @@ __Returns:__
|
|
1153
1137
|
|
1154
1138
|
--
|
1155
1139
|
|
1156
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
1140
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L82) common
|
1157
1141
|
|
1158
1142
|
> def reset
|
1159
1143
|
|
@@ -1161,7 +1145,7 @@ __Returns:__
|
|
1161
1145
|
|
1162
1146
|
--
|
1163
1147
|
|
1164
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1148
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L87) common
|
1165
1149
|
|
1166
1150
|
> def start_element(name, attrs = [])
|
1167
1151
|
|
@@ -1169,7 +1153,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1169
1153
|
|
1170
1154
|
--
|
1171
1155
|
|
1172
|
-
##### [formatted_result](https://github.com/appium/ruby_lib/blob/
|
1156
|
+
##### [formatted_result](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L98) common
|
1173
1157
|
|
1174
1158
|
> def formatted_result
|
1175
1159
|
|
@@ -1177,7 +1161,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1177
1161
|
|
1178
1162
|
--
|
1179
1163
|
|
1180
|
-
##### [get_page_class](https://github.com/appium/ruby_lib/blob/
|
1164
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L116) common
|
1181
1165
|
|
1182
1166
|
> def get_page_class
|
1183
1167
|
|
@@ -1189,7 +1173,7 @@ __Returns:__
|
|
1189
1173
|
|
1190
1174
|
--
|
1191
1175
|
|
1192
|
-
##### [page_class](https://github.com/appium/ruby_lib/blob/
|
1176
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L141) common
|
1193
1177
|
|
1194
1178
|
> def page_class
|
1195
1179
|
|
@@ -1202,7 +1186,7 @@ __Returns:__
|
|
1202
1186
|
|
1203
1187
|
--
|
1204
1188
|
|
1205
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
1189
|
+
##### [source](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L148) common
|
1206
1190
|
|
1207
1191
|
> def source
|
1208
1192
|
|
@@ -1214,7 +1198,7 @@ __Returns:__
|
|
1214
1198
|
|
1215
1199
|
--
|
1216
1200
|
|
1217
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
1201
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L155) common
|
1218
1202
|
|
1219
1203
|
> def get_source
|
1220
1204
|
|
@@ -1227,7 +1211,7 @@ __Returns:__
|
|
1227
1211
|
|
1228
1212
|
--
|
1229
1213
|
|
1230
|
-
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/
|
1214
|
+
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L165) common
|
1231
1215
|
|
1232
1216
|
> def px_to_window_rel(opts = {}, driver = $driver)
|
1233
1217
|
|
@@ -1235,7 +1219,7 @@ Converts pixel values to window relative values
|
|
1235
1219
|
|
1236
1220
|
--
|
1237
1221
|
|
1238
|
-
##### [xml_keys](https://github.com/appium/ruby_lib/blob/
|
1222
|
+
##### [xml_keys](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L184) common
|
1239
1223
|
|
1240
1224
|
> def xml_keys(target)
|
1241
1225
|
|
@@ -1251,7 +1235,7 @@ __Returns:__
|
|
1251
1235
|
|
1252
1236
|
--
|
1253
1237
|
|
1254
|
-
##### [xml_values](https://github.com/appium/ruby_lib/blob/
|
1238
|
+
##### [xml_values](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L192) common
|
1255
1239
|
|
1256
1240
|
> def xml_values(target)
|
1257
1241
|
|
@@ -1267,7 +1251,7 @@ __Returns:__
|
|
1267
1251
|
|
1268
1252
|
--
|
1269
1253
|
|
1270
|
-
##### [resolve_id](https://github.com/appium/ruby_lib/blob/
|
1254
|
+
##### [resolve_id](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L200) common
|
1271
1255
|
|
1272
1256
|
> def resolve_id(id)
|
1273
1257
|
|
@@ -1283,7 +1267,7 @@ __Returns:__
|
|
1283
1267
|
|
1284
1268
|
--
|
1285
1269
|
|
1286
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1270
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L207) common
|
1287
1271
|
|
1288
1272
|
> def filter
|
1289
1273
|
|
@@ -1291,7 +1275,7 @@ Returns the value of attribute filter.
|
|
1291
1275
|
|
1292
1276
|
--
|
1293
1277
|
|
1294
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1278
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L210) common
|
1295
1279
|
|
1296
1280
|
> def filter=(value)
|
1297
1281
|
|
@@ -1299,7 +1283,7 @@ convert to string to support symbols
|
|
1299
1283
|
|
1300
1284
|
--
|
1301
1285
|
|
1302
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1286
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L217) common
|
1303
1287
|
|
1304
1288
|
> def initialize
|
1305
1289
|
|
@@ -1311,7 +1295,7 @@ __Returns:__
|
|
1311
1295
|
|
1312
1296
|
--
|
1313
1297
|
|
1314
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
1298
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L222) common
|
1315
1299
|
|
1316
1300
|
> def reset
|
1317
1301
|
|
@@ -1319,7 +1303,7 @@ __Returns:__
|
|
1319
1303
|
|
1320
1304
|
--
|
1321
1305
|
|
1322
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
1306
|
+
##### [result](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L228) common
|
1323
1307
|
|
1324
1308
|
> def result
|
1325
1309
|
|
@@ -1327,7 +1311,7 @@ __Returns:__
|
|
1327
1311
|
|
1328
1312
|
--
|
1329
1313
|
|
1330
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1314
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L242) common
|
1331
1315
|
|
1332
1316
|
> def start_element(name, attrs = [])
|
1333
1317
|
|
@@ -1335,7 +1319,7 @@ __Returns:__
|
|
1335
1319
|
|
1336
1320
|
--
|
1337
1321
|
|
1338
|
-
##### [end_element](https://github.com/appium/ruby_lib/blob/
|
1322
|
+
##### [end_element](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L252) common
|
1339
1323
|
|
1340
1324
|
> def end_element(name)
|
1341
1325
|
|
@@ -1343,7 +1327,7 @@ __Returns:__
|
|
1343
1327
|
|
1344
1328
|
--
|
1345
1329
|
|
1346
|
-
##### [characters](https://github.com/appium/ruby_lib/blob/
|
1330
|
+
##### [characters](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/helper.rb#L259) common
|
1347
1331
|
|
1348
1332
|
> def characters(chars)
|
1349
1333
|
|
@@ -1351,7 +1335,7 @@ __Returns:__
|
|
1351
1335
|
|
1352
1336
|
--
|
1353
1337
|
|
1354
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
1338
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/multi_touch.rb#L65) common
|
1355
1339
|
|
1356
1340
|
> def pinch(percentage = 25, auto_perform = true, driver = $driver)
|
1357
1341
|
|
@@ -1371,7 +1355,7 @@ __Parameters:__
|
|
1371
1355
|
|
1372
1356
|
--
|
1373
1357
|
|
1374
|
-
##### [zoom](https://github.com/appium/ruby_lib/blob/
|
1358
|
+
##### [zoom](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/multi_touch.rb#L108) common
|
1375
1359
|
|
1376
1360
|
> def zoom(percentage = 200, auto_perform = true, driver = $driver)
|
1377
1361
|
|
@@ -1391,7 +1375,7 @@ __Parameters:__
|
|
1391
1375
|
|
1392
1376
|
--
|
1393
1377
|
|
1394
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1378
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/multi_touch.rb#L194) common
|
1395
1379
|
|
1396
1380
|
> def initialize(driver = $driver)
|
1397
1381
|
|
@@ -1403,7 +1387,7 @@ __Returns:__
|
|
1403
1387
|
|
1404
1388
|
--
|
1405
1389
|
|
1406
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1390
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/touch_actions.rb#L62) common
|
1407
1391
|
|
1408
1392
|
> def initialize(driver = $driver)
|
1409
1393
|
|
@@ -1415,7 +1399,7 @@ __Returns:__
|
|
1415
1399
|
|
1416
1400
|
--
|
1417
1401
|
|
1418
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
1402
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/touch_actions.rb#L66) common
|
1419
1403
|
|
1420
1404
|
> def swipe(opts)
|
1421
1405
|
|
@@ -1423,7 +1407,7 @@ __Returns:__
|
|
1423
1407
|
|
1424
1408
|
--
|
1425
1409
|
|
1426
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1410
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/command/ws_logcat.rb#L19) common
|
1427
1411
|
|
1428
1412
|
> def initialize(url:, output_file: 'logcat.log')
|
1429
1413
|
|
@@ -1435,7 +1419,7 @@ __Returns:__
|
|
1435
1419
|
|
1436
1420
|
--
|
1437
1421
|
|
1438
|
-
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/
|
1422
|
+
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/common/command/ws_logcat.rb#L24) common
|
1439
1423
|
|
1440
1424
|
> def handle_message_data(data)
|
1441
1425
|
|
@@ -1443,7 +1427,7 @@ __Returns:__
|
|
1443
1427
|
|
1444
1428
|
--
|
1445
1429
|
|
1446
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
1430
|
+
##### [for](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/ios.rb#L29) ios
|
1447
1431
|
|
1448
1432
|
> def for(target)
|
1449
1433
|
|
@@ -1451,7 +1435,7 @@ __Returns:__
|
|
1451
1435
|
|
1452
1436
|
--
|
1453
1437
|
|
1454
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
1438
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/text.rb#L25) ios
|
1455
1439
|
|
1456
1440
|
> def static_text_class
|
1457
1441
|
|
@@ -1463,7 +1447,7 @@ __Returns:__
|
|
1463
1447
|
|
1464
1448
|
--
|
1465
1449
|
|
1466
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1450
|
+
##### [text](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/text.rb#L33) ios
|
1467
1451
|
|
1468
1452
|
> def text(value)
|
1469
1453
|
|
@@ -1480,7 +1464,7 @@ __Returns:__
|
|
1480
1464
|
|
1481
1465
|
--
|
1482
1466
|
|
1483
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1467
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/text.rb#L43) ios
|
1484
1468
|
|
1485
1469
|
> def texts(value = false)
|
1486
1470
|
|
@@ -1497,7 +1481,7 @@ __Returns:__
|
|
1497
1481
|
|
1498
1482
|
--
|
1499
1483
|
|
1500
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
1484
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/text.rb#L51) ios
|
1501
1485
|
|
1502
1486
|
> def first_text
|
1503
1487
|
|
@@ -1509,7 +1493,7 @@ __Returns:__
|
|
1509
1493
|
|
1510
1494
|
--
|
1511
1495
|
|
1512
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
1496
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/text.rb#L57) ios
|
1513
1497
|
|
1514
1498
|
> def last_text
|
1515
1499
|
|
@@ -1521,7 +1505,7 @@ __Returns:__
|
|
1521
1505
|
|
1522
1506
|
--
|
1523
1507
|
|
1524
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
1508
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/text.rb#L64) ios
|
1525
1509
|
|
1526
1510
|
> def text_exact(value)
|
1527
1511
|
|
@@ -1537,7 +1521,7 @@ __Returns:__
|
|
1537
1521
|
|
1538
1522
|
--
|
1539
1523
|
|
1540
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
1524
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/text.rb#L71) ios
|
1541
1525
|
|
1542
1526
|
> def texts_exact(value)
|
1543
1527
|
|
@@ -1553,7 +1537,7 @@ __Returns:__
|
|
1553
1537
|
|
1554
1538
|
--
|
1555
1539
|
|
1556
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1540
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L19) ios
|
1557
1541
|
|
1558
1542
|
> def filter
|
1559
1543
|
|
@@ -1561,7 +1545,7 @@ Returns the value of attribute filter.
|
|
1561
1545
|
|
1562
1546
|
--
|
1563
1547
|
|
1564
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1548
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L19) ios
|
1565
1549
|
|
1566
1550
|
> def filter=(value)
|
1567
1551
|
|
@@ -1573,7 +1557,7 @@ __Parameters:__
|
|
1573
1557
|
|
1574
1558
|
--
|
1575
1559
|
|
1576
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1560
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L21) ios
|
1577
1561
|
|
1578
1562
|
> def start_element(type, attrs = [])
|
1579
1563
|
|
@@ -1581,7 +1565,7 @@ __Parameters:__
|
|
1581
1565
|
|
1582
1566
|
--
|
1583
1567
|
|
1584
|
-
##### [ios_password](https://github.com/appium/ruby_lib/blob/
|
1568
|
+
##### [ios_password](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L58) ios
|
1585
1569
|
|
1586
1570
|
> def ios_password(length = 1)
|
1587
1571
|
|
@@ -1599,7 +1583,7 @@ __Returns:__
|
|
1599
1583
|
|
1600
1584
|
--
|
1601
1585
|
|
1602
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1586
|
+
##### [page](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L74) ios
|
1603
1587
|
|
1604
1588
|
> def page(opts = {})
|
1605
1589
|
|
@@ -1617,7 +1601,7 @@ __Returns:__
|
|
1617
1601
|
|
1618
1602
|
--
|
1619
1603
|
|
1620
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
1604
|
+
##### [id](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L101) ios
|
1621
1605
|
|
1622
1606
|
> def id(id)
|
1623
1607
|
|
@@ -1633,7 +1617,7 @@ __Returns:__
|
|
1633
1617
|
|
1634
1618
|
--
|
1635
1619
|
|
1636
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
1620
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L109) ios
|
1637
1621
|
|
1638
1622
|
> def ele_index(class_name, index)
|
1639
1623
|
|
@@ -1651,7 +1635,7 @@ __Returns:__
|
|
1651
1635
|
|
1652
1636
|
--
|
1653
1637
|
|
1654
|
-
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/
|
1638
|
+
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L139) ios
|
1655
1639
|
|
1656
1640
|
> def find_ele_by_attr(class_name, attr, value)
|
1657
1641
|
|
@@ -1673,7 +1657,7 @@ __Returns:__
|
|
1673
1657
|
|
1674
1658
|
--
|
1675
1659
|
|
1676
|
-
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/
|
1660
|
+
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L150) ios
|
1677
1661
|
|
1678
1662
|
> def find_eles_by_attr(class_name, attr, value)
|
1679
1663
|
|
@@ -1695,7 +1679,7 @@ __Returns:__
|
|
1695
1679
|
|
1696
1680
|
--
|
1697
1681
|
|
1698
|
-
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1682
|
+
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L163) ios
|
1699
1683
|
|
1700
1684
|
> def find_ele_by_predicate(class_name: '*', value:)
|
1701
1685
|
|
@@ -1712,7 +1696,7 @@ __Returns:__
|
|
1712
1696
|
|
1713
1697
|
--
|
1714
1698
|
|
1715
|
-
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1699
|
+
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L175) ios
|
1716
1700
|
|
1717
1701
|
> def find_eles_by_predicate(class_name: '*', value:)
|
1718
1702
|
|
@@ -1731,7 +1715,7 @@ __Returns:__
|
|
1731
1715
|
|
1732
1716
|
--
|
1733
1717
|
|
1734
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1718
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L191) ios
|
1735
1719
|
|
1736
1720
|
> def find_ele_by_attr_include(class_name, attr, value)
|
1737
1721
|
|
@@ -1752,7 +1736,7 @@ __Returns:__
|
|
1752
1736
|
|
1753
1737
|
--
|
1754
1738
|
|
1755
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1739
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L201) ios
|
1756
1740
|
|
1757
1741
|
> def find_eles_by_attr_include(class_name, attr, value)
|
1758
1742
|
|
@@ -1773,7 +1757,7 @@ __Returns:__
|
|
1773
1757
|
|
1774
1758
|
--
|
1775
1759
|
|
1776
|
-
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1760
|
+
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L209) ios
|
1777
1761
|
|
1778
1762
|
> def find_ele_by_predicate_include(class_name: '*', value:)
|
1779
1763
|
|
@@ -1790,7 +1774,7 @@ __Returns:__
|
|
1790
1774
|
|
1791
1775
|
--
|
1792
1776
|
|
1793
|
-
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1777
|
+
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L221) ios
|
1794
1778
|
|
1795
1779
|
> def find_eles_by_predicate_include(class_name: '*', value:)
|
1796
1780
|
|
@@ -1809,7 +1793,7 @@ __Returns:__
|
|
1809
1793
|
|
1810
1794
|
--
|
1811
1795
|
|
1812
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
1796
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L234) ios
|
1813
1797
|
|
1814
1798
|
> def first_ele(class_name)
|
1815
1799
|
|
@@ -1825,7 +1809,7 @@ __Returns:__
|
|
1825
1809
|
|
1826
1810
|
--
|
1827
1811
|
|
1828
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
1812
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L241) ios
|
1829
1813
|
|
1830
1814
|
> def last_ele(class_name)
|
1831
1815
|
|
@@ -1841,7 +1825,7 @@ __Returns:__
|
|
1841
1825
|
|
1842
1826
|
--
|
1843
1827
|
|
1844
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
1828
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L249) ios
|
1845
1829
|
|
1846
1830
|
> def tag(class_name)
|
1847
1831
|
|
@@ -1857,7 +1841,7 @@ __Returns:__
|
|
1857
1841
|
|
1858
1842
|
--
|
1859
1843
|
|
1860
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
1844
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L257) ios
|
1861
1845
|
|
1862
1846
|
> def tags(class_name)
|
1863
1847
|
|
@@ -1873,7 +1857,7 @@ __Returns:__
|
|
1873
1857
|
|
1874
1858
|
--
|
1875
1859
|
|
1876
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
1860
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L268) ios
|
1877
1861
|
|
1878
1862
|
> def tags_include(class_names:, value: nil)
|
1879
1863
|
|
@@ -1893,7 +1877,7 @@ __Returns:__
|
|
1893
1877
|
|
1894
1878
|
--
|
1895
1879
|
|
1896
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
1880
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L283) ios
|
1897
1881
|
|
1898
1882
|
> def tags_exact(class_names:, value: nil)
|
1899
1883
|
|
@@ -1913,7 +1897,7 @@ __Returns:__
|
|
1913
1897
|
|
1914
1898
|
--
|
1915
1899
|
|
1916
|
-
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1900
|
+
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L320) ios
|
1917
1901
|
|
1918
1902
|
> def ele_by_json_visible_contains(element, value)
|
1919
1903
|
|
@@ -1932,7 +1916,7 @@ __Returns:__
|
|
1932
1916
|
|
1933
1917
|
--
|
1934
1918
|
|
1935
|
-
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1919
|
+
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L329) ios
|
1936
1920
|
|
1937
1921
|
> def eles_by_json_visible_contains(element, value)
|
1938
1922
|
|
@@ -1951,7 +1935,7 @@ __Returns:__
|
|
1951
1935
|
|
1952
1936
|
--
|
1953
1937
|
|
1954
|
-
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1938
|
+
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L359) ios
|
1955
1939
|
|
1956
1940
|
> def ele_by_json_visible_exact(element, value)
|
1957
1941
|
|
@@ -1970,7 +1954,7 @@ __Returns:__
|
|
1970
1954
|
|
1971
1955
|
--
|
1972
1956
|
|
1973
|
-
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1957
|
+
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L368) ios
|
1974
1958
|
|
1975
1959
|
> def eles_by_json_visible_exact(element, value)
|
1976
1960
|
|
@@ -1989,7 +1973,7 @@ __Returns:__
|
|
1989
1973
|
|
1990
1974
|
--
|
1991
1975
|
|
1992
|
-
##### [_all_pred](https://github.com/appium/ruby_lib/blob/
|
1976
|
+
##### [_all_pred](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L377) ios
|
1993
1977
|
|
1994
1978
|
> def _all_pred(opts)
|
1995
1979
|
|
@@ -1999,7 +1983,7 @@ visible - if true, only visible elements are returned. default true
|
|
1999
1983
|
|
2000
1984
|
--
|
2001
1985
|
|
2002
|
-
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/
|
1986
|
+
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L391) ios
|
2003
1987
|
|
2004
1988
|
> def ele_with_pred(opts)
|
2005
1989
|
|
@@ -2015,7 +1999,7 @@ __Returns:__
|
|
2015
1999
|
|
2016
2000
|
--
|
2017
2001
|
|
2018
|
-
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/
|
2002
|
+
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L402) ios
|
2019
2003
|
|
2020
2004
|
> def eles_with_pred(opts)
|
2021
2005
|
|
@@ -2031,7 +2015,7 @@ __Returns:__
|
|
2031
2015
|
|
2032
2016
|
--
|
2033
2017
|
|
2034
|
-
##### [_validate_object](https://github.com/appium/ruby_lib/blob/
|
2018
|
+
##### [_validate_object](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L406) ios
|
2035
2019
|
|
2036
2020
|
> def _validate_object(*objects)
|
2037
2021
|
|
@@ -2039,7 +2023,7 @@ __Returns:__
|
|
2039
2023
|
|
2040
2024
|
--
|
2041
2025
|
|
2042
|
-
##### [_by_json](https://github.com/appium/ruby_lib/blob/
|
2026
|
+
##### [_by_json](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L456) ios
|
2043
2027
|
|
2044
2028
|
> def _by_json(opts)
|
2045
2029
|
|
@@ -2074,7 +2058,7 @@ opts = {
|
|
2074
2058
|
|
2075
2059
|
--
|
2076
2060
|
|
2077
|
-
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/
|
2061
|
+
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L506) ios
|
2078
2062
|
|
2079
2063
|
> def eles_by_json(opts)
|
2080
2064
|
|
@@ -2093,7 +2077,7 @@ eles_by_json({
|
|
2093
2077
|
|
2094
2078
|
--
|
2095
2079
|
|
2096
|
-
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/
|
2080
|
+
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/common/helper.rb#L512) ios
|
2097
2081
|
|
2098
2082
|
> def ele_by_json(opts)
|
2099
2083
|
|
@@ -2101,7 +2085,7 @@ see eles_by_json
|
|
2101
2085
|
|
2102
2086
|
--
|
2103
2087
|
|
2104
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
2088
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/alert.rb#L19) ios
|
2105
2089
|
|
2106
2090
|
> def alert_accept
|
2107
2091
|
|
@@ -2113,7 +2097,7 @@ __Returns:__
|
|
2113
2097
|
|
2114
2098
|
--
|
2115
2099
|
|
2116
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
2100
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/alert.rb#L27) ios
|
2117
2101
|
|
2118
2102
|
> def alert_dismiss
|
2119
2103
|
|
@@ -2125,7 +2109,7 @@ __Returns:__
|
|
2125
2109
|
|
2126
2110
|
--
|
2127
2111
|
|
2128
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
2112
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/button.rb#L25) ios
|
2129
2113
|
|
2130
2114
|
> def button_class
|
2131
2115
|
|
@@ -2137,7 +2121,7 @@ __Returns:__
|
|
2137
2121
|
|
2138
2122
|
--
|
2139
2123
|
|
2140
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2124
|
+
##### [button](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/button.rb#L33) ios
|
2141
2125
|
|
2142
2126
|
> def button(value)
|
2143
2127
|
|
@@ -2154,7 +2138,7 @@ __Returns:__
|
|
2154
2138
|
|
2155
2139
|
--
|
2156
2140
|
|
2157
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2141
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/button.rb#L44) ios
|
2158
2142
|
|
2159
2143
|
> def buttons(value = false)
|
2160
2144
|
|
@@ -2171,7 +2155,7 @@ __Returns:__
|
|
2171
2155
|
|
2172
2156
|
--
|
2173
2157
|
|
2174
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2158
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/button.rb#L52) ios
|
2175
2159
|
|
2176
2160
|
> def first_button
|
2177
2161
|
|
@@ -2183,7 +2167,7 @@ __Returns:__
|
|
2183
2167
|
|
2184
2168
|
--
|
2185
2169
|
|
2186
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2170
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/button.rb#L60) ios
|
2187
2171
|
|
2188
2172
|
> def last_button
|
2189
2173
|
|
@@ -2197,7 +2181,7 @@ __Returns:__
|
|
2197
2181
|
|
2198
2182
|
--
|
2199
2183
|
|
2200
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2184
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/button.rb#L67) ios
|
2201
2185
|
|
2202
2186
|
> def button_exact(value)
|
2203
2187
|
|
@@ -2213,7 +2197,7 @@ __Returns:__
|
|
2213
2197
|
|
2214
2198
|
--
|
2215
2199
|
|
2216
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2200
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/button.rb#L74) ios
|
2217
2201
|
|
2218
2202
|
> def buttons_exact(value)
|
2219
2203
|
|
@@ -2229,7 +2213,7 @@ __Returns:__
|
|
2229
2213
|
|
2230
2214
|
--
|
2231
2215
|
|
2232
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2216
|
+
##### [find](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/generic.rb#L20) ios
|
2233
2217
|
|
2234
2218
|
> def find(value)
|
2235
2219
|
|
@@ -2245,7 +2229,7 @@ __Returns:__
|
|
2245
2229
|
|
2246
2230
|
--
|
2247
2231
|
|
2248
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2232
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/generic.rb#L27) ios
|
2249
2233
|
|
2250
2234
|
> def finds(value)
|
2251
2235
|
|
@@ -2261,7 +2245,7 @@ __Returns:__
|
|
2261
2245
|
|
2262
2246
|
--
|
2263
2247
|
|
2264
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2248
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/generic.rb#L34) ios
|
2265
2249
|
|
2266
2250
|
> def find_exact(value)
|
2267
2251
|
|
@@ -2277,7 +2261,7 @@ __Returns:__
|
|
2277
2261
|
|
2278
2262
|
--
|
2279
2263
|
|
2280
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2264
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/generic.rb#L41) ios
|
2281
2265
|
|
2282
2266
|
> def finds_exact(value)
|
2283
2267
|
|
@@ -2293,7 +2277,7 @@ __Returns:__
|
|
2293
2277
|
|
2294
2278
|
--
|
2295
2279
|
|
2296
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2280
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/generic.rb#L47) ios
|
2297
2281
|
|
2298
2282
|
> def raise_error_if_no_element(element)
|
2299
2283
|
|
@@ -2301,7 +2285,7 @@ __Returns:__
|
|
2301
2285
|
|
2302
2286
|
--
|
2303
2287
|
|
2304
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2288
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/generic.rb#L55) ios
|
2305
2289
|
|
2306
2290
|
> def select_visible_elements(elements)
|
2307
2291
|
|
@@ -2309,7 +2293,7 @@ Return visible elements.
|
|
2309
2293
|
|
2310
2294
|
--
|
2311
2295
|
|
2312
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
2296
|
+
##### [for](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/bridge.rb#L21) ios
|
2313
2297
|
|
2314
2298
|
> def for(target)
|
2315
2299
|
|
@@ -2317,7 +2301,7 @@ Return visible elements.
|
|
2317
2301
|
|
2318
2302
|
--
|
2319
2303
|
|
2320
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
2304
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/helper.rb#L40) ios
|
2321
2305
|
|
2322
2306
|
> def last_ele(class_name)
|
2323
2307
|
|
@@ -2333,7 +2317,7 @@ __Returns:__
|
|
2333
2317
|
|
2334
2318
|
--
|
2335
2319
|
|
2336
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
2320
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/helper.rb#L51) ios
|
2337
2321
|
|
2338
2322
|
> def tag(class_name)
|
2339
2323
|
|
@@ -2349,7 +2333,7 @@ __Returns:__
|
|
2349
2333
|
|
2350
2334
|
--
|
2351
2335
|
|
2352
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
2336
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/helper.rb#L59) ios
|
2353
2337
|
|
2354
2338
|
> def tags(class_name)
|
2355
2339
|
|
@@ -2365,7 +2349,7 @@ __Returns:__
|
|
2365
2349
|
|
2366
2350
|
--
|
2367
2351
|
|
2368
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
2352
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/helper.rb#L71) ios
|
2369
2353
|
|
2370
2354
|
> def tags_include(class_names:, value: nil)
|
2371
2355
|
|
@@ -2385,7 +2369,7 @@ __Returns:__
|
|
2385
2369
|
|
2386
2370
|
--
|
2387
2371
|
|
2388
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
2372
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/helper.rb#L93) ios
|
2389
2373
|
|
2390
2374
|
> def tags_exact(class_names:, value: nil)
|
2391
2375
|
|
@@ -2405,7 +2389,7 @@ __Returns:__
|
|
2405
2389
|
|
2406
2390
|
--
|
2407
2391
|
|
2408
|
-
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
2392
|
+
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command.rb#L33) ios
|
2409
2393
|
|
2410
2394
|
> def start_logs_broadcast(syslog_file = 'syslog.log')
|
2411
2395
|
|
@@ -2417,7 +2401,7 @@ __Parameters:__
|
|
2417
2401
|
|
2418
2402
|
--
|
2419
2403
|
|
2420
|
-
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
2404
|
+
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command.rb#L46) ios
|
2421
2405
|
|
2422
2406
|
> def stop_logs_broadcast
|
2423
2407
|
|
@@ -2425,7 +2409,7 @@ Stop iOS syslog broadcast websocket
|
|
2425
2409
|
|
2426
2410
|
--
|
2427
2411
|
|
2428
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
2412
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L28) ios
|
2429
2413
|
|
2430
2414
|
> def text_field_class
|
2431
2415
|
|
@@ -2437,7 +2421,7 @@ __Returns:__
|
|
2437
2421
|
|
2438
2422
|
--
|
2439
2423
|
|
2440
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
2424
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L33) ios
|
2441
2425
|
|
2442
2426
|
> def secure_text_field_class
|
2443
2427
|
|
@@ -2449,7 +2433,7 @@ __Returns:__
|
|
2449
2433
|
|
2450
2434
|
--
|
2451
2435
|
|
2452
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
2436
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L42) ios
|
2453
2437
|
|
2454
2438
|
> def textfield(value)
|
2455
2439
|
|
@@ -2467,7 +2451,7 @@ __Returns:__
|
|
2467
2451
|
|
2468
2452
|
--
|
2469
2453
|
|
2470
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
2454
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L61) ios
|
2471
2455
|
|
2472
2456
|
> def textfields(value = false)
|
2473
2457
|
|
@@ -2484,7 +2468,7 @@ __Returns:__
|
|
2484
2468
|
|
2485
2469
|
--
|
2486
2470
|
|
2487
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
2471
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L69) ios
|
2488
2472
|
|
2489
2473
|
> def first_textfield
|
2490
2474
|
|
@@ -2496,7 +2480,7 @@ __Returns:__
|
|
2496
2480
|
|
2497
2481
|
--
|
2498
2482
|
|
2499
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
2483
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L75) ios
|
2500
2484
|
|
2501
2485
|
> def last_textfield
|
2502
2486
|
|
@@ -2508,7 +2492,7 @@ __Returns:__
|
|
2508
2492
|
|
2509
2493
|
--
|
2510
2494
|
|
2511
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
2495
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L85) ios
|
2512
2496
|
|
2513
2497
|
> def textfield_exact(value)
|
2514
2498
|
|
@@ -2524,7 +2508,7 @@ __Returns:__
|
|
2524
2508
|
|
2525
2509
|
--
|
2526
2510
|
|
2527
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
2511
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L92) ios
|
2528
2512
|
|
2529
2513
|
> def textfields_exact(value)
|
2530
2514
|
|
@@ -2540,7 +2524,7 @@ __Returns:__
|
|
2540
2524
|
|
2541
2525
|
--
|
2542
2526
|
|
2543
|
-
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/
|
2527
|
+
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L99) ios
|
2544
2528
|
|
2545
2529
|
> def _textfield_visible
|
2546
2530
|
|
@@ -2548,7 +2532,7 @@ Appium
|
|
2548
2532
|
|
2549
2533
|
--
|
2550
2534
|
|
2551
|
-
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/
|
2535
|
+
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L104) ios
|
2552
2536
|
|
2553
2537
|
> def _textfield_exact_string(value)
|
2554
2538
|
|
@@ -2556,7 +2540,7 @@ Appium
|
|
2556
2540
|
|
2557
2541
|
--
|
2558
2542
|
|
2559
|
-
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/
|
2543
|
+
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/element/textfield.rb#L111) ios
|
2560
2544
|
|
2561
2545
|
> def _textfield_contains_string(value)
|
2562
2546
|
|
@@ -2564,7 +2548,7 @@ Appium
|
|
2564
2548
|
|
2565
2549
|
--
|
2566
2550
|
|
2567
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
2551
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/text.rb#L23) ios
|
2568
2552
|
|
2569
2553
|
> def static_text_class
|
2570
2554
|
|
@@ -2576,7 +2560,7 @@ __Returns:__
|
|
2576
2560
|
|
2577
2561
|
--
|
2578
2562
|
|
2579
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
2563
|
+
##### [text](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/text.rb#L31) ios
|
2580
2564
|
|
2581
2565
|
> def text(value)
|
2582
2566
|
|
@@ -2593,7 +2577,7 @@ __Returns:__
|
|
2593
2577
|
|
2594
2578
|
--
|
2595
2579
|
|
2596
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
2580
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/text.rb#L41) ios
|
2597
2581
|
|
2598
2582
|
> def texts(value = false)
|
2599
2583
|
|
@@ -2610,7 +2594,7 @@ __Returns:__
|
|
2610
2594
|
|
2611
2595
|
--
|
2612
2596
|
|
2613
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
2597
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/text.rb#L50) ios
|
2614
2598
|
|
2615
2599
|
> def first_text
|
2616
2600
|
|
@@ -2622,7 +2606,7 @@ __Returns:__
|
|
2622
2606
|
|
2623
2607
|
--
|
2624
2608
|
|
2625
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
2609
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/text.rb#L56) ios
|
2626
2610
|
|
2627
2611
|
> def last_text
|
2628
2612
|
|
@@ -2634,7 +2618,7 @@ __Returns:__
|
|
2634
2618
|
|
2635
2619
|
--
|
2636
2620
|
|
2637
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
2621
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/text.rb#L63) ios
|
2638
2622
|
|
2639
2623
|
> def text_exact(value)
|
2640
2624
|
|
@@ -2650,7 +2634,7 @@ __Returns:__
|
|
2650
2634
|
|
2651
2635
|
--
|
2652
2636
|
|
2653
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
2637
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/text.rb#L70) ios
|
2654
2638
|
|
2655
2639
|
> def texts_exact(value)
|
2656
2640
|
|
@@ -2666,7 +2650,7 @@ __Returns:__
|
|
2666
2650
|
|
2667
2651
|
--
|
2668
2652
|
|
2669
|
-
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/
|
2653
|
+
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/source.rb#L25) ios
|
2670
2654
|
|
2671
2655
|
> def xcuitest_source(format: :xml)
|
2672
2656
|
|
@@ -2682,7 +2666,7 @@ xcuitest_source format: :json
|
|
2682
2666
|
|
2683
2667
|
--
|
2684
2668
|
|
2685
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
2669
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/button.rb#L23) ios
|
2686
2670
|
|
2687
2671
|
> def button_class
|
2688
2672
|
|
@@ -2694,7 +2678,7 @@ __Returns:__
|
|
2694
2678
|
|
2695
2679
|
--
|
2696
2680
|
|
2697
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2681
|
+
##### [button](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/button.rb#L31) ios
|
2698
2682
|
|
2699
2683
|
> def button(value)
|
2700
2684
|
|
@@ -2711,7 +2695,7 @@ __Returns:__
|
|
2711
2695
|
|
2712
2696
|
--
|
2713
2697
|
|
2714
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2698
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/button.rb#L42) ios
|
2715
2699
|
|
2716
2700
|
> def buttons(value = false)
|
2717
2701
|
|
@@ -2728,7 +2712,7 @@ __Returns:__
|
|
2728
2712
|
|
2729
2713
|
--
|
2730
2714
|
|
2731
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2715
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/button.rb#L51) ios
|
2732
2716
|
|
2733
2717
|
> def first_button
|
2734
2718
|
|
@@ -2740,7 +2724,7 @@ __Returns:__
|
|
2740
2724
|
|
2741
2725
|
--
|
2742
2726
|
|
2743
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2727
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/button.rb#L59) ios
|
2744
2728
|
|
2745
2729
|
> def last_button
|
2746
2730
|
|
@@ -2754,7 +2738,7 @@ __Returns:__
|
|
2754
2738
|
|
2755
2739
|
--
|
2756
2740
|
|
2757
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2741
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/button.rb#L66) ios
|
2758
2742
|
|
2759
2743
|
> def button_exact(value)
|
2760
2744
|
|
@@ -2770,7 +2754,7 @@ __Returns:__
|
|
2770
2754
|
|
2771
2755
|
--
|
2772
2756
|
|
2773
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2757
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/button.rb#L73) ios
|
2774
2758
|
|
2775
2759
|
> def buttons_exact(value)
|
2776
2760
|
|
@@ -2786,7 +2770,7 @@ __Returns:__
|
|
2786
2770
|
|
2787
2771
|
--
|
2788
2772
|
|
2789
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2773
|
+
##### [find](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/generic.rb#L22) ios
|
2790
2774
|
|
2791
2775
|
> def find(value)
|
2792
2776
|
|
@@ -2802,7 +2786,7 @@ __Returns:__
|
|
2802
2786
|
|
2803
2787
|
--
|
2804
2788
|
|
2805
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2789
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/generic.rb#L29) ios
|
2806
2790
|
|
2807
2791
|
> def finds(value)
|
2808
2792
|
|
@@ -2818,7 +2802,7 @@ __Returns:__
|
|
2818
2802
|
|
2819
2803
|
--
|
2820
2804
|
|
2821
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2805
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
|
2822
2806
|
|
2823
2807
|
> def find_exact(value)
|
2824
2808
|
|
@@ -2834,7 +2818,7 @@ __Returns:__
|
|
2834
2818
|
|
2835
2819
|
--
|
2836
2820
|
|
2837
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2821
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/generic.rb#L44) ios
|
2838
2822
|
|
2839
2823
|
> def finds_exact(value)
|
2840
2824
|
|
@@ -2850,7 +2834,7 @@ __Returns:__
|
|
2850
2834
|
|
2851
2835
|
--
|
2852
2836
|
|
2853
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2837
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/generic.rb#L51) ios
|
2854
2838
|
|
2855
2839
|
> def raise_error_if_no_element(element)
|
2856
2840
|
|
@@ -2858,7 +2842,7 @@ __Returns:__
|
|
2858
2842
|
|
2859
2843
|
--
|
2860
2844
|
|
2861
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2845
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/generic.rb#L59) ios
|
2862
2846
|
|
2863
2847
|
> def select_visible_elements(elements)
|
2864
2848
|
|
@@ -2866,7 +2850,7 @@ Return visible elements.
|
|
2866
2850
|
|
2867
2851
|
--
|
2868
2852
|
|
2869
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
2853
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L25) ios
|
2870
2854
|
|
2871
2855
|
> def swipe(direction:, element: nil)
|
2872
2856
|
|
@@ -2880,7 +2864,7 @@ __Parameters:__
|
|
2880
2864
|
|
2881
2865
|
--
|
2882
2866
|
|
2883
|
-
##### [scroll](https://github.com/appium/ruby_lib/blob/
|
2867
|
+
##### [scroll](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L46) ios
|
2884
2868
|
|
2885
2869
|
> def scroll(direction:, distance: nil, name: nil, element: nil, to_visible: nil, predicate_string: nil)
|
2886
2870
|
|
@@ -2894,7 +2878,7 @@ __Parameters:__
|
|
2894
2878
|
|
2895
2879
|
--
|
2896
2880
|
|
2897
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
2881
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L67) ios
|
2898
2882
|
|
2899
2883
|
> def pinch(scale:, velocity: 1.0, element: nil)
|
2900
2884
|
|
@@ -2910,7 +2894,7 @@ __Parameters:__
|
|
2910
2894
|
|
2911
2895
|
--
|
2912
2896
|
|
2913
|
-
##### [double_tap](https://github.com/appium/ruby_lib/blob/
|
2897
|
+
##### [double_tap](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L82) ios
|
2914
2898
|
|
2915
2899
|
> def double_tap(x: nil, y: nil, element: nil)
|
2916
2900
|
|
@@ -2926,7 +2910,7 @@ __Parameters:__
|
|
2926
2910
|
|
2927
2911
|
--
|
2928
2912
|
|
2929
|
-
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/
|
2913
|
+
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L99) ios
|
2930
2914
|
|
2931
2915
|
> def touch_and_hold(x: nil, y: nil, element: nil, duration: 1.0)
|
2932
2916
|
|
@@ -2944,7 +2928,7 @@ __Parameters:__
|
|
2944
2928
|
|
2945
2929
|
--
|
2946
2930
|
|
2947
|
-
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/
|
2931
|
+
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L112) ios
|
2948
2932
|
|
2949
2933
|
> def two_finger_tap(element:)
|
2950
2934
|
|
@@ -2960,7 +2944,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item")
|
|
2960
2944
|
|
2961
2945
|
--
|
2962
2946
|
|
2963
|
-
##### [one_finger_tap](https://github.com/appium/ruby_lib/blob/
|
2947
|
+
##### [one_finger_tap](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L127) ios
|
2964
2948
|
|
2965
2949
|
> def one_finger_tap(x:, y:, element: nil)
|
2966
2950
|
|
@@ -2976,7 +2960,7 @@ __Parameters:__
|
|
2976
2960
|
|
2977
2961
|
--
|
2978
2962
|
|
2979
|
-
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/
|
2963
|
+
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L147) ios
|
2980
2964
|
|
2981
2965
|
> def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil)
|
2982
2966
|
|
@@ -2999,7 +2983,7 @@ drag point should be before to start dragging. Mandatory parameter
|
|
2999
2983
|
|
3000
2984
|
--
|
3001
2985
|
|
3002
|
-
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/
|
2986
|
+
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L164) ios
|
3003
2987
|
|
3004
2988
|
> def select_picker_wheel(element:, order:, offset: nil)
|
3005
2989
|
|
@@ -3016,7 +3000,7 @@ __Parameters:__
|
|
3016
3000
|
|
3017
3001
|
--
|
3018
3002
|
|
3019
|
-
##### [alert](https://github.com/appium/ruby_lib/blob/
|
3003
|
+
##### [alert](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/gestures.rb#L182) ios
|
3020
3004
|
|
3021
3005
|
> def alert(action:, button_label: nil)
|
3022
3006
|
|
@@ -3041,7 +3025,7 @@ alert action: "dismiss"
|
|
3041
3025
|
|
3042
3026
|
--
|
3043
3027
|
|
3044
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
3028
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
|
3045
3029
|
|
3046
3030
|
> def text_field_class
|
3047
3031
|
|
@@ -3053,7 +3037,7 @@ __Returns:__
|
|
3053
3037
|
|
3054
3038
|
--
|
3055
3039
|
|
3056
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
3040
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/textfield.rb#L28) ios
|
3057
3041
|
|
3058
3042
|
> def secure_text_field_class
|
3059
3043
|
|
@@ -3065,7 +3049,7 @@ __Returns:__
|
|
3065
3049
|
|
3066
3050
|
--
|
3067
3051
|
|
3068
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
3052
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/textfield.rb#L37) ios
|
3069
3053
|
|
3070
3054
|
> def textfield(value)
|
3071
3055
|
|
@@ -3083,7 +3067,7 @@ __Returns:__
|
|
3083
3067
|
|
3084
3068
|
--
|
3085
3069
|
|
3086
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
3070
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/textfield.rb#L57) ios
|
3087
3071
|
|
3088
3072
|
> def textfields(value = false)
|
3089
3073
|
|
@@ -3100,7 +3084,7 @@ __Returns:__
|
|
3100
3084
|
|
3101
3085
|
--
|
3102
3086
|
|
3103
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
3087
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/textfield.rb#L66) ios
|
3104
3088
|
|
3105
3089
|
> def first_textfield
|
3106
3090
|
|
@@ -3112,7 +3096,7 @@ __Returns:__
|
|
3112
3096
|
|
3113
3097
|
--
|
3114
3098
|
|
3115
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
3099
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/textfield.rb#L72) ios
|
3116
3100
|
|
3117
3101
|
> def last_textfield
|
3118
3102
|
|
@@ -3124,7 +3108,7 @@ __Returns:__
|
|
3124
3108
|
|
3125
3109
|
--
|
3126
3110
|
|
3127
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
3111
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/textfield.rb#L82) ios
|
3128
3112
|
|
3129
3113
|
> def textfield_exact(value)
|
3130
3114
|
|
@@ -3140,7 +3124,7 @@ __Returns:__
|
|
3140
3124
|
|
3141
3125
|
--
|
3142
3126
|
|
3143
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
3127
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/element/textfield.rb#L89) ios
|
3144
3128
|
|
3145
3129
|
> def textfields_exact(value)
|
3146
3130
|
|
@@ -3156,7 +3140,7 @@ __Returns:__
|
|
3156
3140
|
|
3157
3141
|
--
|
3158
3142
|
|
3159
|
-
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3143
|
+
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L26) ios
|
3160
3144
|
|
3161
3145
|
> def set_pasteboard(content:, encoding: nil)
|
3162
3146
|
|
@@ -3171,7 +3155,7 @@ The parameter is mandatory
|
|
3171
3155
|
|
3172
3156
|
--
|
3173
3157
|
|
3174
|
-
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3158
|
+
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L38) ios
|
3175
3159
|
|
3176
3160
|
> def get_pasteboard(encoding: nil)
|
3177
3161
|
|
@@ -3183,7 +3167,7 @@ __Parameters:__
|
|
3183
3167
|
|
3184
3168
|
--
|
3185
3169
|
|
3186
|
-
##### [install_certificate](https://github.com/appium/ruby_lib/blob/
|
3170
|
+
##### [install_certificate](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/certificate.rb#L32) ios
|
3187
3171
|
|
3188
3172
|
> def install_certificate(cer_file:)
|
3189
3173
|
|
@@ -3198,7 +3182,7 @@ __Parameters:__
|
|
3198
3182
|
|
3199
3183
|
--
|
3200
3184
|
|
3201
|
-
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/
|
3185
|
+
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/get_context.rb#L28) ios
|
3202
3186
|
|
3203
3187
|
> def xcuitest_get_contexts
|
3204
3188
|
|
@@ -3206,7 +3190,7 @@ Get contexts
|
|
3206
3190
|
|
3207
3191
|
--
|
3208
3192
|
|
3209
|
-
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/
|
3193
|
+
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
|
3210
3194
|
|
3211
3195
|
> def xcuitest_install_app(app:)
|
3212
3196
|
|
@@ -3226,7 +3210,7 @@ __Returns:__
|
|
3226
3210
|
|
3227
3211
|
--
|
3228
3212
|
|
3229
|
-
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/
|
3213
|
+
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L48) ios
|
3230
3214
|
|
3231
3215
|
> def xcuitest_app_installed?(bundle_id:)
|
3232
3216
|
|
@@ -3242,7 +3226,7 @@ __Returns:__
|
|
3242
3226
|
|
3243
3227
|
--
|
3244
3228
|
|
3245
|
-
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/
|
3229
|
+
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L62) ios
|
3246
3230
|
|
3247
3231
|
> def xcuitest_remove_app(bundle_id:)
|
3248
3232
|
|
@@ -3259,7 +3243,7 @@ __Returns:__
|
|
3259
3243
|
|
3260
3244
|
--
|
3261
3245
|
|
3262
|
-
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/
|
3246
|
+
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L76) ios
|
3263
3247
|
|
3264
3248
|
> def xcuitest_launch_app(bundle_id:)
|
3265
3249
|
|
@@ -3276,7 +3260,7 @@ __Returns:__
|
|
3276
3260
|
|
3277
3261
|
--
|
3278
3262
|
|
3279
|
-
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/
|
3263
|
+
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L91) ios
|
3280
3264
|
|
3281
3265
|
> def xcuitest_terminate_app(bundle_id:)
|
3282
3266
|
|
@@ -3293,7 +3277,7 @@ __Returns:__
|
|
3293
3277
|
|
3294
3278
|
--
|
3295
3279
|
|
3296
|
-
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/
|
3280
|
+
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L112) ios
|
3297
3281
|
|
3298
3282
|
> def xcuitest_query_app_status(bundle_id:)
|
3299
3283
|
|
@@ -3317,7 +3301,7 @@ __Returns:__
|
|
3317
3301
|
|
3318
3302
|
--
|
3319
3303
|
|
3320
|
-
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/
|
3304
|
+
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/50cf980b570acd7d2d95ea64d1d1b0225f96c73b/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L127) ios
|
3321
3305
|
|
3322
3306
|
> def xcuitest_activate_app(bundle_id:)
|
3323
3307
|
|