appium_lib 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/docs/android_docs.md +105 -97
- data/docs/ios_docs.md +106 -98
- data/lib/appium_lib/common/version.rb +1 -1
- data/lib/appium_lib/ios/element/generic.rb +10 -6
- data/readme.md +1 -1
- data/release_notes.md +8 -0
- metadata +2 -2
data/docs/ios_docs.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/
|
1
|
+
##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L12)
|
2
2
|
|
3
3
|
> def load_appium_txt opts
|
4
4
|
|
@@ -15,7 +15,7 @@ __Returns:__
|
|
15
15
|
|
16
16
|
--
|
17
17
|
|
18
|
-
##### [default_wait](https://github.com/appium/ruby_lib/blob/
|
18
|
+
##### [default_wait](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L346)
|
19
19
|
|
20
20
|
> def default_wait
|
21
21
|
|
@@ -28,7 +28,7 @@ __Returns:__
|
|
28
28
|
|
29
29
|
--
|
30
30
|
|
31
|
-
##### [app_path](https://github.com/appium/ruby_lib/blob/
|
31
|
+
##### [app_path](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
32
32
|
|
33
33
|
> def app_path
|
34
34
|
|
@@ -36,7 +36,7 @@ Returns the value of attribute app_path
|
|
36
36
|
|
37
37
|
--
|
38
38
|
|
39
|
-
##### [app_name](https://github.com/appium/ruby_lib/blob/
|
39
|
+
##### [app_name](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
40
40
|
|
41
41
|
> def app_name
|
42
42
|
|
@@ -44,7 +44,7 @@ Returns the value of attribute app_name
|
|
44
44
|
|
45
45
|
--
|
46
46
|
|
47
|
-
##### [selendroid](https://github.com/appium/ruby_lib/blob/
|
47
|
+
##### [selendroid](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
48
48
|
|
49
49
|
> def selendroid
|
50
50
|
|
@@ -52,7 +52,7 @@ Returns the value of attribute selendroid
|
|
52
52
|
|
53
53
|
--
|
54
54
|
|
55
|
-
##### [app_package](https://github.com/appium/ruby_lib/blob/
|
55
|
+
##### [app_package](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
56
56
|
|
57
57
|
> def app_package
|
58
58
|
|
@@ -60,7 +60,7 @@ Returns the value of attribute app_package
|
|
60
60
|
|
61
61
|
--
|
62
62
|
|
63
|
-
##### [app_activity](https://github.com/appium/ruby_lib/blob/
|
63
|
+
##### [app_activity](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
64
64
|
|
65
65
|
> def app_activity
|
66
66
|
|
@@ -68,7 +68,7 @@ Returns the value of attribute app_activity
|
|
68
68
|
|
69
69
|
--
|
70
70
|
|
71
|
-
##### [app_wait_activity](https://github.com/appium/ruby_lib/blob/
|
71
|
+
##### [app_wait_activity](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
72
72
|
|
73
73
|
> def app_wait_activity
|
74
74
|
|
@@ -76,7 +76,7 @@ Returns the value of attribute app_wait_activity
|
|
76
76
|
|
77
77
|
--
|
78
78
|
|
79
|
-
##### [sauce_username](https://github.com/appium/ruby_lib/blob/
|
79
|
+
##### [sauce_username](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
80
80
|
|
81
81
|
> def sauce_username
|
82
82
|
|
@@ -84,7 +84,7 @@ Returns the value of attribute sauce_username
|
|
84
84
|
|
85
85
|
--
|
86
86
|
|
87
|
-
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/
|
87
|
+
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
88
88
|
|
89
89
|
> def sauce_access_key
|
90
90
|
|
@@ -92,7 +92,7 @@ Returns the value of attribute sauce_access_key
|
|
92
92
|
|
93
93
|
--
|
94
94
|
|
95
|
-
##### [port](https://github.com/appium/ruby_lib/blob/
|
95
|
+
##### [port](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
96
96
|
|
97
97
|
> def port
|
98
98
|
|
@@ -100,7 +100,7 @@ Returns the value of attribute port
|
|
100
100
|
|
101
101
|
--
|
102
102
|
|
103
|
-
##### [os](https://github.com/appium/ruby_lib/blob/
|
103
|
+
##### [os](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
104
104
|
|
105
105
|
> def os
|
106
106
|
|
@@ -108,7 +108,7 @@ Returns the value of attribute os
|
|
108
108
|
|
109
109
|
--
|
110
110
|
|
111
|
-
##### [debug](https://github.com/appium/ruby_lib/blob/
|
111
|
+
##### [debug](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L87)
|
112
112
|
|
113
113
|
> def debug
|
114
114
|
|
@@ -116,7 +116,7 @@ Returns the value of attribute debug
|
|
116
116
|
|
117
117
|
--
|
118
118
|
|
119
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
119
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L117)
|
120
120
|
|
121
121
|
> def initialize opts={}
|
122
122
|
|
@@ -155,7 +155,7 @@ __Returns:__
|
|
155
155
|
|
156
156
|
--
|
157
157
|
|
158
|
-
##### [status](https://github.com/appium/ruby_lib/blob/
|
158
|
+
##### [status](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L204)
|
159
159
|
|
160
160
|
> def status
|
161
161
|
|
@@ -163,7 +163,7 @@ Returns the status payload
|
|
163
163
|
|
164
164
|
--
|
165
165
|
|
166
|
-
##### [server_version](https://github.com/appium/ruby_lib/blob/
|
166
|
+
##### [server_version](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L210)
|
167
167
|
|
168
168
|
> def server_version
|
169
169
|
|
@@ -175,7 +175,7 @@ __Returns:__
|
|
175
175
|
|
176
176
|
--
|
177
177
|
|
178
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
178
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L251)
|
179
179
|
|
180
180
|
> def absolute_app_path
|
181
181
|
|
@@ -187,7 +187,7 @@ __Returns:__
|
|
187
187
|
|
188
188
|
--
|
189
189
|
|
190
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
190
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L267)
|
191
191
|
|
192
192
|
> def server_url
|
193
193
|
|
@@ -199,7 +199,7 @@ __Returns:__
|
|
199
199
|
|
200
200
|
--
|
201
201
|
|
202
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
202
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L277)
|
203
203
|
|
204
204
|
> def restart
|
205
205
|
|
@@ -211,7 +211,7 @@ __Returns:__
|
|
211
211
|
|
212
212
|
--
|
213
213
|
|
214
|
-
##### [driver](https://github.com/appium/ruby_lib/blob/
|
214
|
+
##### [driver](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L284)
|
215
215
|
|
216
216
|
> def driver
|
217
217
|
|
@@ -223,7 +223,7 @@ __Returns:__
|
|
223
223
|
|
224
224
|
--
|
225
225
|
|
226
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
226
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L294)
|
227
227
|
|
228
228
|
> def screenshot png_save_path
|
229
229
|
|
@@ -241,7 +241,7 @@ __Returns:__
|
|
241
241
|
|
242
242
|
--
|
243
243
|
|
244
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
244
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L300)
|
245
245
|
|
246
246
|
> def driver_quit
|
247
247
|
|
@@ -253,7 +253,7 @@ __Returns:__
|
|
253
253
|
|
254
254
|
--
|
255
255
|
|
256
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
256
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L308)
|
257
257
|
|
258
258
|
> def start_driver
|
259
259
|
|
@@ -265,7 +265,7 @@ __Returns:__
|
|
265
265
|
|
266
266
|
--
|
267
267
|
|
268
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
268
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L332)
|
269
269
|
|
270
270
|
> def no_wait
|
271
271
|
|
@@ -273,7 +273,7 @@ Set implicit wait to zero.
|
|
273
273
|
|
274
274
|
--
|
275
275
|
|
276
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
276
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L339)
|
277
277
|
|
278
278
|
> def set_wait timeout=@default_wait
|
279
279
|
|
@@ -289,7 +289,7 @@ __Returns:__
|
|
289
289
|
|
290
290
|
--
|
291
291
|
|
292
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
292
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L362)
|
293
293
|
|
294
294
|
> def exists pre_check=0, post_check=@default_wait, &search_block
|
295
295
|
|
@@ -315,7 +315,7 @@ __Returns:__
|
|
315
315
|
|
316
316
|
--
|
317
317
|
|
318
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
318
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L384)
|
319
319
|
|
320
320
|
> def execute_script script, *args
|
321
321
|
|
@@ -333,7 +333,7 @@ __Returns:__
|
|
333
333
|
|
334
334
|
--
|
335
335
|
|
336
|
-
##### [mobile](https://github.com/appium/ruby_lib/blob/
|
336
|
+
##### [mobile](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L400)
|
337
337
|
|
338
338
|
> def mobile method, *args
|
339
339
|
|
@@ -359,7 +359,7 @@ __Returns:__
|
|
359
359
|
|
360
360
|
--
|
361
361
|
|
362
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
362
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L411)
|
363
363
|
|
364
364
|
> def find_elements *args
|
365
365
|
|
@@ -375,7 +375,7 @@ __Returns:__
|
|
375
375
|
|
376
376
|
--
|
377
377
|
|
378
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
378
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L419)
|
379
379
|
|
380
380
|
> def find_element *args
|
381
381
|
|
@@ -391,7 +391,7 @@ __Returns:__
|
|
391
391
|
|
392
392
|
--
|
393
393
|
|
394
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
394
|
+
##### [x](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/driver.rb#L426)
|
395
395
|
|
396
396
|
> def x
|
397
397
|
|
@@ -404,7 +404,7 @@ __Returns:__
|
|
404
404
|
|
405
405
|
--
|
406
406
|
|
407
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
407
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L33)
|
408
408
|
|
409
409
|
> def wait max_wait=30, interval=0.5, &block
|
410
410
|
|
@@ -431,7 +431,15 @@ __Returns:__
|
|
431
431
|
|
432
432
|
--
|
433
433
|
|
434
|
-
##### [
|
434
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L45)
|
435
|
+
|
436
|
+
> def ignore &block
|
437
|
+
|
438
|
+
Return block.call and ignore any exceptions.
|
439
|
+
|
440
|
+
--
|
441
|
+
|
442
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L55)
|
435
443
|
|
436
444
|
> def wait_true max_wait=30, interval=0.5, &block
|
437
445
|
|
@@ -452,7 +460,7 @@ __Returns:__
|
|
452
460
|
|
453
461
|
--
|
454
462
|
|
455
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
463
|
+
##### [id](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L69)
|
456
464
|
|
457
465
|
> def id id
|
458
466
|
|
@@ -468,7 +476,7 @@ __Returns:__
|
|
468
476
|
|
469
477
|
--
|
470
478
|
|
471
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
479
|
+
##### [back](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L75)
|
472
480
|
|
473
481
|
> def back
|
474
482
|
|
@@ -480,7 +488,7 @@ __Returns:__
|
|
480
488
|
|
481
489
|
--
|
482
490
|
|
483
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
491
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L80)
|
484
492
|
|
485
493
|
> def session_id
|
486
494
|
|
@@ -488,7 +496,7 @@ For Sauce Labs reporting. Returns the current session id.
|
|
488
496
|
|
489
497
|
--
|
490
498
|
|
491
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
499
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L88)
|
492
500
|
|
493
501
|
> def xpath xpath_str
|
494
502
|
|
@@ -504,7 +512,7 @@ __Returns:__
|
|
504
512
|
|
505
513
|
--
|
506
514
|
|
507
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
515
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L96)
|
508
516
|
|
509
517
|
> def xpaths xpath_str
|
510
518
|
|
@@ -520,7 +528,7 @@ __Returns:__
|
|
520
528
|
|
521
529
|
--
|
522
530
|
|
523
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
531
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L104)
|
524
532
|
|
525
533
|
> def ele_index tag_name, index
|
526
534
|
|
@@ -538,7 +546,7 @@ __Returns:__
|
|
538
546
|
|
539
547
|
--
|
540
548
|
|
541
|
-
##### [find_eles](https://github.com/appium/ruby_lib/blob/
|
549
|
+
##### [find_eles](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L112)
|
542
550
|
|
543
551
|
> def find_eles tag_name
|
544
552
|
|
@@ -554,7 +562,7 @@ __Returns:__
|
|
554
562
|
|
555
563
|
--
|
556
564
|
|
557
|
-
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/
|
565
|
+
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L120)
|
558
566
|
|
559
567
|
> def find_ele_by_text tag, text
|
560
568
|
|
@@ -572,7 +580,7 @@ __Returns:__
|
|
572
580
|
|
573
581
|
--
|
574
582
|
|
575
|
-
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/
|
583
|
+
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L128)
|
576
584
|
|
577
585
|
> def find_eles_by_text tag, text
|
578
586
|
|
@@ -590,7 +598,7 @@ __Returns:__
|
|
590
598
|
|
591
599
|
--
|
592
600
|
|
593
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
601
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L137)
|
594
602
|
|
595
603
|
> def find_ele_by_attr_include tag, attr, value
|
596
604
|
|
@@ -610,7 +618,7 @@ __Returns:__
|
|
610
618
|
|
611
619
|
--
|
612
620
|
|
613
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
621
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L146)
|
614
622
|
|
615
623
|
> def find_eles_by_attr_include tag, attr, value
|
616
624
|
|
@@ -630,7 +638,7 @@ __Returns:__
|
|
630
638
|
|
631
639
|
--
|
632
640
|
|
633
|
-
##### [find_ele_by_text_include](https://github.com/appium/ruby_lib/blob/
|
641
|
+
##### [find_ele_by_text_include](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L155)
|
634
642
|
|
635
643
|
> def find_ele_by_text_include tag, text
|
636
644
|
|
@@ -649,7 +657,7 @@ __Returns:__
|
|
649
657
|
|
650
658
|
--
|
651
659
|
|
652
|
-
##### [find_eles_by_text_include](https://github.com/appium/ruby_lib/blob/
|
660
|
+
##### [find_eles_by_text_include](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L164)
|
653
661
|
|
654
662
|
> def find_eles_by_text_include tag, text
|
655
663
|
|
@@ -668,7 +676,7 @@ __Returns:__
|
|
668
676
|
|
669
677
|
--
|
670
678
|
|
671
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
679
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L171)
|
672
680
|
|
673
681
|
> def first_ele tag_name
|
674
682
|
|
@@ -684,7 +692,7 @@ __Returns:__
|
|
684
692
|
|
685
693
|
--
|
686
694
|
|
687
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
695
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L179)
|
688
696
|
|
689
697
|
> def last_ele tag_name
|
690
698
|
|
@@ -700,7 +708,7 @@ __Returns:__
|
|
700
708
|
|
701
709
|
--
|
702
710
|
|
703
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
711
|
+
##### [source](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L185)
|
704
712
|
|
705
713
|
> def source
|
706
714
|
|
@@ -712,7 +720,7 @@ __Returns:__
|
|
712
720
|
|
713
721
|
--
|
714
722
|
|
715
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
723
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L191)
|
716
724
|
|
717
725
|
> def get_source
|
718
726
|
|
@@ -724,7 +732,7 @@ __Returns:__
|
|
724
732
|
|
725
733
|
--
|
726
734
|
|
727
|
-
##### [find_name](https://github.com/appium/ruby_lib/blob/
|
735
|
+
##### [find_name](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L200)
|
728
736
|
|
729
737
|
> def find_name name
|
730
738
|
|
@@ -740,7 +748,7 @@ __Returns:__
|
|
740
748
|
|
741
749
|
--
|
742
750
|
|
743
|
-
##### [find_names](https://github.com/appium/ruby_lib/blob/
|
751
|
+
##### [find_names](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/helper.rb#L208)
|
744
752
|
|
745
753
|
> def find_names name
|
746
754
|
|
@@ -756,7 +764,7 @@ __Returns:__
|
|
756
764
|
|
757
765
|
--
|
758
766
|
|
759
|
-
##### [s_texts](https://github.com/appium/ruby_lib/blob/
|
767
|
+
##### [s_texts](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/text.rb#L8)
|
760
768
|
|
761
769
|
> def s_texts
|
762
770
|
|
@@ -768,7 +776,7 @@ __Returns:__
|
|
768
776
|
|
769
777
|
--
|
770
778
|
|
771
|
-
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/
|
779
|
+
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/text.rb#L14)
|
772
780
|
|
773
781
|
> def e_s_texts
|
774
782
|
|
@@ -780,7 +788,7 @@ __Returns:__
|
|
780
788
|
|
781
789
|
--
|
782
790
|
|
783
|
-
##### [first_s_text](https://github.com/appium/ruby_lib/blob/
|
791
|
+
##### [first_s_text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/text.rb#L20)
|
784
792
|
|
785
793
|
> def first_s_text
|
786
794
|
|
@@ -792,7 +800,7 @@ __Returns:__
|
|
792
800
|
|
793
801
|
--
|
794
802
|
|
795
|
-
##### [last_s_text](https://github.com/appium/ruby_lib/blob/
|
803
|
+
##### [last_s_text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/text.rb#L26)
|
796
804
|
|
797
805
|
> def last_s_text
|
798
806
|
|
@@ -804,7 +812,7 @@ __Returns:__
|
|
804
812
|
|
805
813
|
--
|
806
814
|
|
807
|
-
##### [s_text](https://github.com/appium/ruby_lib/blob/
|
815
|
+
##### [s_text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/text.rb#L33)
|
808
816
|
|
809
817
|
> def s_text text
|
810
818
|
|
@@ -820,7 +828,7 @@ __Returns:__
|
|
820
828
|
|
821
829
|
--
|
822
830
|
|
823
|
-
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/
|
831
|
+
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/text.rb#L41)
|
824
832
|
|
825
833
|
> def s_text_exact text
|
826
834
|
|
@@ -836,7 +844,7 @@ __Returns:__
|
|
836
844
|
|
837
845
|
--
|
838
846
|
|
839
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
847
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/window.rb#L5)
|
840
848
|
|
841
849
|
> def window_size
|
842
850
|
|
@@ -844,7 +852,7 @@ Get the window's size
|
|
844
852
|
|
845
853
|
--
|
846
854
|
|
847
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
855
|
+
##### [button](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/button.rb#L8)
|
848
856
|
|
849
857
|
> def button text, number=0
|
850
858
|
|
@@ -862,7 +870,7 @@ __Returns:__
|
|
862
870
|
|
863
871
|
--
|
864
872
|
|
865
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
873
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/button.rb#L19)
|
866
874
|
|
867
875
|
> def buttons text=nil
|
868
876
|
|
@@ -878,7 +886,7 @@ __Returns:__
|
|
878
886
|
|
879
887
|
--
|
880
888
|
|
881
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
889
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/button.rb#L26)
|
882
890
|
|
883
891
|
> def first_button
|
884
892
|
|
@@ -890,7 +898,7 @@ __Returns:__
|
|
890
898
|
|
891
899
|
--
|
892
900
|
|
893
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
901
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/button.rb#L32)
|
894
902
|
|
895
903
|
> def last_button
|
896
904
|
|
@@ -902,7 +910,7 @@ __Returns:__
|
|
902
910
|
|
903
911
|
--
|
904
912
|
|
905
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
913
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/button.rb#L39)
|
906
914
|
|
907
915
|
> def button_exact text
|
908
916
|
|
@@ -918,7 +926,7 @@ __Returns:__
|
|
918
926
|
|
919
927
|
--
|
920
928
|
|
921
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
929
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/button.rb#L46)
|
922
930
|
|
923
931
|
> def buttons_exact text
|
924
932
|
|
@@ -934,7 +942,7 @@ __Returns:__
|
|
934
942
|
|
935
943
|
--
|
936
944
|
|
937
|
-
##### [e_buttons](https://github.com/appium/ruby_lib/blob/
|
945
|
+
##### [e_buttons](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/button.rb#L52)
|
938
946
|
|
939
947
|
> def e_buttons
|
940
948
|
|
@@ -946,7 +954,7 @@ __Returns:__
|
|
946
954
|
|
947
955
|
--
|
948
956
|
|
949
|
-
##### [button_num](https://github.com/appium/ruby_lib/blob/
|
957
|
+
##### [button_num](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/element/button.rb#L72)
|
950
958
|
|
951
959
|
> def button_num text, number=1
|
952
960
|
|
@@ -975,7 +983,7 @@ __Returns:__
|
|
975
983
|
|
976
984
|
--
|
977
985
|
|
978
|
-
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/
|
986
|
+
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/helper.rb#L8) ios
|
979
987
|
|
980
988
|
> def find_eles_attr tag_name, attribute
|
981
989
|
|
@@ -994,7 +1002,7 @@ __Returns:__
|
|
994
1002
|
|
995
1003
|
--
|
996
1004
|
|
997
|
-
##### [find_2_eles_attr](https://github.com/appium/ruby_lib/blob/
|
1005
|
+
##### [find_2_eles_attr](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/helper.rb#L29) ios
|
998
1006
|
|
999
1007
|
> def find_2_eles_attr tag_name_1, tag_name_2, attribute
|
1000
1008
|
|
@@ -1015,7 +1023,7 @@ __Returns:__
|
|
1015
1023
|
|
1016
1024
|
--
|
1017
1025
|
|
1018
|
-
##### [password](https://github.com/appium/ruby_lib/blob/
|
1026
|
+
##### [password](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/helper.rb#L50) ios
|
1019
1027
|
|
1020
1028
|
> def password length=1
|
1021
1029
|
|
@@ -1033,7 +1041,7 @@ __Returns:__
|
|
1033
1041
|
|
1034
1042
|
--
|
1035
1043
|
|
1036
|
-
##### [get_page](https://github.com/appium/ruby_lib/blob/
|
1044
|
+
##### [get_page](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/helper.rb#L58) ios
|
1037
1045
|
|
1038
1046
|
> def get_page element=get_source
|
1039
1047
|
|
@@ -1049,7 +1057,7 @@ __Returns:__
|
|
1049
1057
|
|
1050
1058
|
--
|
1051
1059
|
|
1052
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1060
|
+
##### [page](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/helper.rb#L103) ios
|
1053
1061
|
|
1054
1062
|
> def page
|
1055
1063
|
|
@@ -1061,7 +1069,7 @@ __Returns:__
|
|
1061
1069
|
|
1062
1070
|
--
|
1063
1071
|
|
1064
|
-
##### [source_window](https://github.com/appium/ruby_lib/blob/
|
1072
|
+
##### [source_window](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/helper.rb#L111) ios
|
1065
1073
|
|
1066
1074
|
> def source_window window_number=0
|
1067
1075
|
|
@@ -1077,7 +1085,7 @@ __Returns:__
|
|
1077
1085
|
|
1078
1086
|
--
|
1079
1087
|
|
1080
|
-
##### [page_window](https://github.com/appium/ruby_lib/blob/
|
1088
|
+
##### [page_window](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/helper.rb#L118) ios
|
1081
1089
|
|
1082
1090
|
> def page_window window_number=0
|
1083
1091
|
|
@@ -1090,7 +1098,7 @@ __Parameters:__
|
|
1090
1098
|
|
1091
1099
|
--
|
1092
1100
|
|
1093
|
-
##### [fast_duration](https://github.com/appium/ruby_lib/blob/
|
1101
|
+
##### [fast_duration](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/helper.rb#L125) ios
|
1094
1102
|
|
1095
1103
|
> def fast_duration
|
1096
1104
|
|
@@ -1102,7 +1110,7 @@ __Returns:__
|
|
1102
1110
|
|
1103
1111
|
--
|
1104
1112
|
|
1105
|
-
##### [alert_click](https://github.com/appium/ruby_lib/blob/
|
1113
|
+
##### [alert_click](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/alert.rb#L14) ios
|
1106
1114
|
|
1107
1115
|
> def alert_click value
|
1108
1116
|
|
@@ -1125,7 +1133,7 @@ __Returns:__
|
|
1125
1133
|
|
1126
1134
|
--
|
1127
1135
|
|
1128
|
-
##### [alert_text](https://github.com/appium/ruby_lib/blob/
|
1136
|
+
##### [alert_text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/alert.rb#L21) ios
|
1129
1137
|
|
1130
1138
|
> def alert_text
|
1131
1139
|
|
@@ -1137,7 +1145,7 @@ __Returns:__
|
|
1137
1145
|
|
1138
1146
|
--
|
1139
1147
|
|
1140
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
1148
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/alert.rb#L27) ios
|
1141
1149
|
|
1142
1150
|
> def alert_accept
|
1143
1151
|
|
@@ -1149,7 +1157,7 @@ __Returns:__
|
|
1149
1157
|
|
1150
1158
|
--
|
1151
1159
|
|
1152
|
-
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/
|
1160
|
+
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/alert.rb#L34) ios
|
1153
1161
|
|
1154
1162
|
> def alert_accept_text
|
1155
1163
|
|
@@ -1162,7 +1170,7 @@ __Returns:__
|
|
1162
1170
|
|
1163
1171
|
--
|
1164
1172
|
|
1165
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
1173
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/alert.rb#L43) ios
|
1166
1174
|
|
1167
1175
|
> def alert_dismiss
|
1168
1176
|
|
@@ -1174,7 +1182,7 @@ __Returns:__
|
|
1174
1182
|
|
1175
1183
|
--
|
1176
1184
|
|
1177
|
-
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/
|
1185
|
+
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/alert.rb#L50) ios
|
1178
1186
|
|
1179
1187
|
> def alert_dismiss_text
|
1180
1188
|
|
@@ -1187,7 +1195,7 @@ __Returns:__
|
|
1187
1195
|
|
1188
1196
|
--
|
1189
1197
|
|
1190
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
1198
|
+
##### [find](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/generic.rb#L61) ios
|
1191
1199
|
|
1192
1200
|
> def find text
|
1193
1201
|
|
@@ -1203,7 +1211,7 @@ __Returns:__
|
|
1203
1211
|
|
1204
1212
|
--
|
1205
1213
|
|
1206
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
1214
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/generic.rb#L83) ios
|
1207
1215
|
|
1208
1216
|
> def finds text
|
1209
1217
|
|
@@ -1219,7 +1227,7 @@ __Returns:__
|
|
1219
1227
|
|
1220
1228
|
--
|
1221
1229
|
|
1222
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1230
|
+
##### [text](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/generic.rb#L93) ios
|
1223
1231
|
|
1224
1232
|
> def text text
|
1225
1233
|
|
@@ -1235,7 +1243,7 @@ __Returns:__
|
|
1235
1243
|
|
1236
1244
|
--
|
1237
1245
|
|
1238
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1246
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/generic.rb#L101) ios
|
1239
1247
|
|
1240
1248
|
> def texts text
|
1241
1249
|
|
@@ -1251,7 +1259,7 @@ __Returns:__
|
|
1251
1259
|
|
1252
1260
|
--
|
1253
1261
|
|
1254
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
1262
|
+
##### [name](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/generic.rb#L113) ios
|
1255
1263
|
|
1256
1264
|
> def name name
|
1257
1265
|
|
@@ -1269,7 +1277,7 @@ __Returns:__
|
|
1269
1277
|
|
1270
1278
|
--
|
1271
1279
|
|
1272
|
-
##### [names](https://github.com/appium/ruby_lib/blob/
|
1280
|
+
##### [names](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/generic.rb#L122) ios
|
1273
1281
|
|
1274
1282
|
> def names name
|
1275
1283
|
|
@@ -1287,7 +1295,7 @@ __Returns:__
|
|
1287
1295
|
|
1288
1296
|
--
|
1289
1297
|
|
1290
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
1298
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/textfield.rb#L10) ios
|
1291
1299
|
|
1292
1300
|
> def textfields
|
1293
1301
|
|
@@ -1299,7 +1307,7 @@ __Returns:__
|
|
1299
1307
|
|
1300
1308
|
--
|
1301
1309
|
|
1302
|
-
##### [e_textfields](https://github.com/appium/ruby_lib/blob/
|
1310
|
+
##### [e_textfields](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/textfield.rb#L16) ios
|
1303
1311
|
|
1304
1312
|
> def e_textfields
|
1305
1313
|
|
@@ -1311,7 +1319,7 @@ __Returns:__
|
|
1311
1319
|
|
1312
1320
|
--
|
1313
1321
|
|
1314
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
1322
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/textfield.rb#L22) ios
|
1315
1323
|
|
1316
1324
|
> def first_textfield
|
1317
1325
|
|
@@ -1323,7 +1331,7 @@ __Returns:__
|
|
1323
1331
|
|
1324
1332
|
--
|
1325
1333
|
|
1326
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
1334
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/textfield.rb#L29) ios
|
1327
1335
|
|
1328
1336
|
> def last_textfield
|
1329
1337
|
|
@@ -1335,7 +1343,7 @@ __Returns:__
|
|
1335
1343
|
|
1336
1344
|
--
|
1337
1345
|
|
1338
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
1346
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/textfield.rb#L37) ios
|
1339
1347
|
|
1340
1348
|
> def textfield text
|
1341
1349
|
|
@@ -1351,7 +1359,7 @@ __Returns:__
|
|
1351
1359
|
|
1352
1360
|
--
|
1353
1361
|
|
1354
|
-
##### [textfield_include](https://github.com/appium/ruby_lib/blob/
|
1362
|
+
##### [textfield_include](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/textfield.rb#L51) ios
|
1355
1363
|
|
1356
1364
|
> def textfield_include text
|
1357
1365
|
|
@@ -1367,7 +1375,7 @@ __Returns:__
|
|
1367
1375
|
|
1368
1376
|
--
|
1369
1377
|
|
1370
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
1378
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/ios/element/textfield.rb#L64) ios
|
1371
1379
|
|
1372
1380
|
> def textfield_exact text
|
1373
1381
|
|
@@ -1383,7 +1391,7 @@ __Returns:__
|
|
1383
1391
|
|
1384
1392
|
--
|
1385
1393
|
|
1386
|
-
##### [value](https://github.com/appium/ruby_lib/blob/
|
1394
|
+
##### [value](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/patch.rb#L32)
|
1387
1395
|
|
1388
1396
|
> def value
|
1389
1397
|
|
@@ -1393,7 +1401,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element
|
|
1393
1401
|
|
1394
1402
|
--
|
1395
1403
|
|
1396
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
1404
|
+
##### [name](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/patch.rb#L39)
|
1397
1405
|
|
1398
1406
|
> def name
|
1399
1407
|
|
@@ -1403,7 +1411,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element
|
|
1403
1411
|
|
1404
1412
|
--
|
1405
1413
|
|
1406
|
-
##### [tag_name](https://github.com/appium/ruby_lib/blob/
|
1414
|
+
##### [tag_name](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/patch.rb#L46)
|
1407
1415
|
|
1408
1416
|
> def tag_name
|
1409
1417
|
|
@@ -1413,7 +1421,7 @@ Fixes Selenium::WebDriver::Error::UnknownError: Not yet implemented
|
|
1413
1421
|
|
1414
1422
|
--
|
1415
1423
|
|
1416
|
-
##### [location_rel](https://github.com/appium/ruby_lib/blob/
|
1424
|
+
##### [location_rel](https://github.com/appium/ruby_lib/blob/e061482a0f712914c5fb21da92da357b79e07b87/lib/appium_lib/common/patch.rb#L58)
|
1417
1425
|
|
1418
1426
|
> def location_rel
|
1419
1427
|
|