appium_lib 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/docs/android_docs.md +92 -92
- data/docs/ios_docs.md +93 -93
- data/lib/appium_lib/common/patch.rb +20 -0
- data/lib/appium_lib/common/version.rb +2 -2
- data/lib/appium_lib/driver.rb +11 -0
- data/lib/appium_lib/ios/element/generic.rb +9 -69
- data/release_notes.md +16 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDJkMGEwZWE3ODcxMGMwY2ExZGEyYzg4MzM0YmYwNjIyNWY5MWM2Mg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MjcxMmQwN2Q3Y2YxM2VhZWI4MWMwYmQwOGVmODUyMjIxMmE2YjBlYw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZjY0YjE3NWRiZWQ3OWY3MGFmNDcwMDNmY2VkM2EyNzRmZDk1YjZlNGViNDRm
|
10
|
+
YTkyNDU2MTg3ZjEzY2RkNDdkMDQ5NzlmNmM1MzM2ZTNkZDg0YjY1MjEwMWRk
|
11
|
+
ZDgwYTRlNjY1ZDc4MmJhYjQ0NjI1ZjBmZWU0YWI2YzZmNDRjOGM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Mzg0MjZmNzdiMGI2M2M4ZjhlNDhjMjYyMmUxODM5MjdlMWM2YzEwZDJkZmU1
|
14
|
+
ZDkxNTdiYjM4ZGNiYzU1N2NiMjc2Y2FkOGY2NDg0OWM5OTgwZDE1M2VhOTY0
|
15
|
+
MTU1NTIzZjdhYTJkOGMzMGIxYWVkZTdhOGRjNGQ2NTAwNTJiOGY=
|
data/docs/android_docs.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
##### [app_path](https://github.com/appium/ruby_lib/blob/
|
1
|
+
##### [app_path](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
2
2
|
|
3
3
|
> def app_path
|
4
4
|
|
@@ -6,7 +6,7 @@ Returns the value of attribute app_path
|
|
6
6
|
|
7
7
|
--
|
8
8
|
|
9
|
-
##### [app_name](https://github.com/appium/ruby_lib/blob/
|
9
|
+
##### [app_name](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
10
10
|
|
11
11
|
> def app_name
|
12
12
|
|
@@ -14,7 +14,7 @@ Returns the value of attribute app_name
|
|
14
14
|
|
15
15
|
--
|
16
16
|
|
17
|
-
##### [app_package](https://github.com/appium/ruby_lib/blob/
|
17
|
+
##### [app_package](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
18
18
|
|
19
19
|
> def app_package
|
20
20
|
|
@@ -22,7 +22,7 @@ Returns the value of attribute app_package
|
|
22
22
|
|
23
23
|
--
|
24
24
|
|
25
|
-
##### [app_activity](https://github.com/appium/ruby_lib/blob/
|
25
|
+
##### [app_activity](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
26
26
|
|
27
27
|
> def app_activity
|
28
28
|
|
@@ -30,7 +30,7 @@ Returns the value of attribute app_activity
|
|
30
30
|
|
31
31
|
--
|
32
32
|
|
33
|
-
##### [app_wait_activity](https://github.com/appium/ruby_lib/blob/
|
33
|
+
##### [app_wait_activity](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
34
34
|
|
35
35
|
> def app_wait_activity
|
36
36
|
|
@@ -38,7 +38,7 @@ Returns the value of attribute app_wait_activity
|
|
38
38
|
|
39
39
|
--
|
40
40
|
|
41
|
-
##### [sauce_username](https://github.com/appium/ruby_lib/blob/
|
41
|
+
##### [sauce_username](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
42
42
|
|
43
43
|
> def sauce_username
|
44
44
|
|
@@ -46,7 +46,7 @@ Returns the value of attribute sauce_username
|
|
46
46
|
|
47
47
|
--
|
48
48
|
|
49
|
-
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/
|
49
|
+
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
50
50
|
|
51
51
|
> def sauce_access_key
|
52
52
|
|
@@ -54,7 +54,7 @@ Returns the value of attribute sauce_access_key
|
|
54
54
|
|
55
55
|
--
|
56
56
|
|
57
|
-
##### [port](https://github.com/appium/ruby_lib/blob/
|
57
|
+
##### [port](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
58
58
|
|
59
59
|
> def port
|
60
60
|
|
@@ -62,7 +62,7 @@ Returns the value of attribute port
|
|
62
62
|
|
63
63
|
--
|
64
64
|
|
65
|
-
##### [os](https://github.com/appium/ruby_lib/blob/
|
65
|
+
##### [os](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
66
66
|
|
67
67
|
> def os
|
68
68
|
|
@@ -70,7 +70,7 @@ Returns the value of attribute os
|
|
70
70
|
|
71
71
|
--
|
72
72
|
|
73
|
-
##### [debug](https://github.com/appium/ruby_lib/blob/
|
73
|
+
##### [debug](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L38)
|
74
74
|
|
75
75
|
> def debug
|
76
76
|
|
@@ -78,7 +78,7 @@ Returns the value of attribute debug
|
|
78
78
|
|
79
79
|
--
|
80
80
|
|
81
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
81
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L68)
|
82
82
|
|
83
83
|
> def initialize options={}
|
84
84
|
|
@@ -117,7 +117,7 @@ __Returns:__
|
|
117
117
|
|
118
118
|
--
|
119
119
|
|
120
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
120
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L189)
|
121
121
|
|
122
122
|
> def absolute_app_path
|
123
123
|
|
@@ -129,7 +129,7 @@ __Returns:__
|
|
129
129
|
|
130
130
|
--
|
131
131
|
|
132
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
132
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L203)
|
133
133
|
|
134
134
|
> def server_url
|
135
135
|
|
@@ -141,7 +141,7 @@ __Returns:__
|
|
141
141
|
|
142
142
|
--
|
143
143
|
|
144
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
144
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L213)
|
145
145
|
|
146
146
|
> def restart
|
147
147
|
|
@@ -153,7 +153,7 @@ __Returns:__
|
|
153
153
|
|
154
154
|
--
|
155
155
|
|
156
|
-
##### [driver](https://github.com/appium/ruby_lib/blob/
|
156
|
+
##### [driver](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L220)
|
157
157
|
|
158
158
|
> def driver
|
159
159
|
|
@@ -165,7 +165,7 @@ __Returns:__
|
|
165
165
|
|
166
166
|
--
|
167
167
|
|
168
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
168
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L228)
|
169
169
|
|
170
170
|
> def screenshot png_save_path
|
171
171
|
|
@@ -181,7 +181,7 @@ __Returns:__
|
|
181
181
|
|
182
182
|
--
|
183
183
|
|
184
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
184
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L234)
|
185
185
|
|
186
186
|
> def driver_quit
|
187
187
|
|
@@ -193,7 +193,7 @@ __Returns:__
|
|
193
193
|
|
194
194
|
--
|
195
195
|
|
196
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
196
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L243)
|
197
197
|
|
198
198
|
> def start_driver wait=30
|
199
199
|
|
@@ -209,7 +209,7 @@ __Returns:__
|
|
209
209
|
|
210
210
|
--
|
211
211
|
|
212
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
212
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L269)
|
213
213
|
|
214
214
|
> def no_wait
|
215
215
|
|
@@ -217,7 +217,7 @@ Set implicit wait to zero.
|
|
217
217
|
|
218
218
|
--
|
219
219
|
|
220
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
220
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L276)
|
221
221
|
|
222
222
|
> def set_wait timeout=@default_wait
|
223
223
|
|
@@ -233,7 +233,7 @@ __Returns:__
|
|
233
233
|
|
234
234
|
--
|
235
235
|
|
236
|
-
##### [default_wait](https://github.com/appium/ruby_lib/blob/
|
236
|
+
##### [default_wait](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L283)
|
237
237
|
|
238
238
|
> def default_wait
|
239
239
|
|
@@ -246,7 +246,7 @@ __Returns:__
|
|
246
246
|
|
247
247
|
--
|
248
248
|
|
249
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
249
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L295)
|
250
250
|
|
251
251
|
> def exists &search_block
|
252
252
|
|
@@ -266,7 +266,7 @@ __Returns:__
|
|
266
266
|
|
267
267
|
--
|
268
268
|
|
269
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
269
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L320)
|
270
270
|
|
271
271
|
> def execute_script script, *args
|
272
272
|
|
@@ -284,7 +284,7 @@ __Returns:__
|
|
284
284
|
|
285
285
|
--
|
286
286
|
|
287
|
-
##### [mobile](https://github.com/appium/ruby_lib/blob/
|
287
|
+
##### [mobile](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L336)
|
288
288
|
|
289
289
|
> def mobile method, *args
|
290
290
|
|
@@ -310,7 +310,7 @@ __Returns:__
|
|
310
310
|
|
311
311
|
--
|
312
312
|
|
313
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
313
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L347)
|
314
314
|
|
315
315
|
> def find_elements *args
|
316
316
|
|
@@ -326,7 +326,7 @@ __Returns:__
|
|
326
326
|
|
327
327
|
--
|
328
328
|
|
329
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
329
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L355)
|
330
330
|
|
331
331
|
> def find_element *args
|
332
332
|
|
@@ -342,7 +342,7 @@ __Returns:__
|
|
342
342
|
|
343
343
|
--
|
344
344
|
|
345
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
345
|
+
##### [x](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/driver.rb#L362)
|
346
346
|
|
347
347
|
> def x
|
348
348
|
|
@@ -355,7 +355,7 @@ __Returns:__
|
|
355
355
|
|
356
356
|
--
|
357
357
|
|
358
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
358
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L32)
|
359
359
|
|
360
360
|
> def wait max_wait=30, interval=0.5, &block
|
361
361
|
|
@@ -381,7 +381,7 @@ __Returns:__
|
|
381
381
|
|
382
382
|
--
|
383
383
|
|
384
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
384
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L49)
|
385
385
|
|
386
386
|
> def wait_true max_wait=30, interval=0.5, &block
|
387
387
|
|
@@ -402,7 +402,7 @@ __Returns:__
|
|
402
402
|
|
403
403
|
--
|
404
404
|
|
405
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
405
|
+
##### [id](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L63)
|
406
406
|
|
407
407
|
> def id id
|
408
408
|
|
@@ -418,7 +418,7 @@ __Returns:__
|
|
418
418
|
|
419
419
|
--
|
420
420
|
|
421
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
421
|
+
##### [back](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L69)
|
422
422
|
|
423
423
|
> def back
|
424
424
|
|
@@ -430,7 +430,7 @@ __Returns:__
|
|
430
430
|
|
431
431
|
--
|
432
432
|
|
433
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
433
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L74)
|
434
434
|
|
435
435
|
> def session_id
|
436
436
|
|
@@ -438,7 +438,7 @@ For Sauce Labs reporting. Returns the current session id.
|
|
438
438
|
|
439
439
|
--
|
440
440
|
|
441
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
441
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L82)
|
442
442
|
|
443
443
|
> def xpath xpath_str
|
444
444
|
|
@@ -454,7 +454,7 @@ __Returns:__
|
|
454
454
|
|
455
455
|
--
|
456
456
|
|
457
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
457
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L90)
|
458
458
|
|
459
459
|
> def xpaths xpath_str
|
460
460
|
|
@@ -470,7 +470,7 @@ __Returns:__
|
|
470
470
|
|
471
471
|
--
|
472
472
|
|
473
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
473
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L98)
|
474
474
|
|
475
475
|
> def ele_index tag_name, index
|
476
476
|
|
@@ -488,7 +488,7 @@ __Returns:__
|
|
488
488
|
|
489
489
|
--
|
490
490
|
|
491
|
-
##### [find_eles](https://github.com/appium/ruby_lib/blob/
|
491
|
+
##### [find_eles](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L106)
|
492
492
|
|
493
493
|
> def find_eles tag_name
|
494
494
|
|
@@ -504,7 +504,7 @@ __Returns:__
|
|
504
504
|
|
505
505
|
--
|
506
506
|
|
507
|
-
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/
|
507
|
+
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L114)
|
508
508
|
|
509
509
|
> def find_ele_by_text tag, text
|
510
510
|
|
@@ -522,7 +522,7 @@ __Returns:__
|
|
522
522
|
|
523
523
|
--
|
524
524
|
|
525
|
-
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/
|
525
|
+
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L122)
|
526
526
|
|
527
527
|
> def find_eles_by_text tag, text
|
528
528
|
|
@@ -540,7 +540,7 @@ __Returns:__
|
|
540
540
|
|
541
541
|
--
|
542
542
|
|
543
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
543
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L131)
|
544
544
|
|
545
545
|
> def find_ele_by_attr_include tag, attr, value
|
546
546
|
|
@@ -560,7 +560,7 @@ __Returns:__
|
|
560
560
|
|
561
561
|
--
|
562
562
|
|
563
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
563
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L140)
|
564
564
|
|
565
565
|
> def find_eles_by_attr_include tag, attr, value
|
566
566
|
|
@@ -580,7 +580,7 @@ __Returns:__
|
|
580
580
|
|
581
581
|
--
|
582
582
|
|
583
|
-
##### [find_ele_by_text_include](https://github.com/appium/ruby_lib/blob/
|
583
|
+
##### [find_ele_by_text_include](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L149)
|
584
584
|
|
585
585
|
> def find_ele_by_text_include tag, text
|
586
586
|
|
@@ -599,7 +599,7 @@ __Returns:__
|
|
599
599
|
|
600
600
|
--
|
601
601
|
|
602
|
-
##### [find_eles_by_text_include](https://github.com/appium/ruby_lib/blob/
|
602
|
+
##### [find_eles_by_text_include](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L158)
|
603
603
|
|
604
604
|
> def find_eles_by_text_include tag, text
|
605
605
|
|
@@ -618,7 +618,7 @@ __Returns:__
|
|
618
618
|
|
619
619
|
--
|
620
620
|
|
621
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
621
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L165)
|
622
622
|
|
623
623
|
> def first_ele tag_name
|
624
624
|
|
@@ -634,7 +634,7 @@ __Returns:__
|
|
634
634
|
|
635
635
|
--
|
636
636
|
|
637
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
637
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L173)
|
638
638
|
|
639
639
|
> def last_ele tag_name
|
640
640
|
|
@@ -650,7 +650,7 @@ __Returns:__
|
|
650
650
|
|
651
651
|
--
|
652
652
|
|
653
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
653
|
+
##### [source](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L179)
|
654
654
|
|
655
655
|
> def source
|
656
656
|
|
@@ -662,7 +662,7 @@ __Returns:__
|
|
662
662
|
|
663
663
|
--
|
664
664
|
|
665
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
665
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L185)
|
666
666
|
|
667
667
|
> def get_source
|
668
668
|
|
@@ -674,7 +674,7 @@ __Returns:__
|
|
674
674
|
|
675
675
|
--
|
676
676
|
|
677
|
-
##### [find_name](https://github.com/appium/ruby_lib/blob/
|
677
|
+
##### [find_name](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L194)
|
678
678
|
|
679
679
|
> def find_name name
|
680
680
|
|
@@ -690,7 +690,7 @@ __Returns:__
|
|
690
690
|
|
691
691
|
--
|
692
692
|
|
693
|
-
##### [find_names](https://github.com/appium/ruby_lib/blob/
|
693
|
+
##### [find_names](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/helper.rb#L202)
|
694
694
|
|
695
695
|
> def find_names name
|
696
696
|
|
@@ -706,7 +706,7 @@ __Returns:__
|
|
706
706
|
|
707
707
|
--
|
708
708
|
|
709
|
-
##### [dynamic_code_to_string](https://github.com/appium/ruby_lib/blob/
|
709
|
+
##### [dynamic_code_to_string](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/dynamic.rb#L38)
|
710
710
|
|
711
711
|
> def dynamic_code_to_string code, value=false
|
712
712
|
|
@@ -714,7 +714,7 @@ __Returns:__
|
|
714
714
|
|
715
715
|
--
|
716
716
|
|
717
|
-
##### [s_texts](https://github.com/appium/ruby_lib/blob/
|
717
|
+
##### [s_texts](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/text.rb#L8)
|
718
718
|
|
719
719
|
> def s_texts
|
720
720
|
|
@@ -726,7 +726,7 @@ __Returns:__
|
|
726
726
|
|
727
727
|
--
|
728
728
|
|
729
|
-
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/
|
729
|
+
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/text.rb#L14)
|
730
730
|
|
731
731
|
> def e_s_texts
|
732
732
|
|
@@ -738,7 +738,7 @@ __Returns:__
|
|
738
738
|
|
739
739
|
--
|
740
740
|
|
741
|
-
##### [s_first_text](https://github.com/appium/ruby_lib/blob/
|
741
|
+
##### [s_first_text](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/text.rb#L20)
|
742
742
|
|
743
743
|
> def s_first_text
|
744
744
|
|
@@ -750,7 +750,7 @@ __Returns:__
|
|
750
750
|
|
751
751
|
--
|
752
752
|
|
753
|
-
##### [s_last_text](https://github.com/appium/ruby_lib/blob/
|
753
|
+
##### [s_last_text](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/text.rb#L26)
|
754
754
|
|
755
755
|
> def s_last_text
|
756
756
|
|
@@ -762,7 +762,7 @@ __Returns:__
|
|
762
762
|
|
763
763
|
--
|
764
764
|
|
765
|
-
##### [s_text](https://github.com/appium/ruby_lib/blob/
|
765
|
+
##### [s_text](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/text.rb#L33)
|
766
766
|
|
767
767
|
> def s_text text
|
768
768
|
|
@@ -778,7 +778,7 @@ __Returns:__
|
|
778
778
|
|
779
779
|
--
|
780
780
|
|
781
|
-
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/
|
781
|
+
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/text.rb#L41)
|
782
782
|
|
783
783
|
> def s_text_exact text
|
784
784
|
|
@@ -794,7 +794,7 @@ __Returns:__
|
|
794
794
|
|
795
795
|
--
|
796
796
|
|
797
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
797
|
+
##### [button](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/button.rb#L8)
|
798
798
|
|
799
799
|
> def button text, number=0
|
800
800
|
|
@@ -812,7 +812,7 @@ __Returns:__
|
|
812
812
|
|
813
813
|
--
|
814
814
|
|
815
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
815
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/button.rb#L19)
|
816
816
|
|
817
817
|
> def buttons text=nil
|
818
818
|
|
@@ -828,7 +828,7 @@ __Returns:__
|
|
828
828
|
|
829
829
|
--
|
830
830
|
|
831
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
831
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/button.rb#L26)
|
832
832
|
|
833
833
|
> def first_button
|
834
834
|
|
@@ -840,7 +840,7 @@ __Returns:__
|
|
840
840
|
|
841
841
|
--
|
842
842
|
|
843
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
843
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/button.rb#L32)
|
844
844
|
|
845
845
|
> def last_button
|
846
846
|
|
@@ -852,7 +852,7 @@ __Returns:__
|
|
852
852
|
|
853
853
|
--
|
854
854
|
|
855
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
855
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/button.rb#L39)
|
856
856
|
|
857
857
|
> def button_exact text
|
858
858
|
|
@@ -868,7 +868,7 @@ __Returns:__
|
|
868
868
|
|
869
869
|
--
|
870
870
|
|
871
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
871
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/button.rb#L46)
|
872
872
|
|
873
873
|
> def buttons_exact text
|
874
874
|
|
@@ -884,7 +884,7 @@ __Returns:__
|
|
884
884
|
|
885
885
|
--
|
886
886
|
|
887
|
-
##### [e_buttons](https://github.com/appium/ruby_lib/blob/
|
887
|
+
##### [e_buttons](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/button.rb#L52)
|
888
888
|
|
889
889
|
> def e_buttons
|
890
890
|
|
@@ -896,7 +896,7 @@ __Returns:__
|
|
896
896
|
|
897
897
|
--
|
898
898
|
|
899
|
-
##### [button_num](https://github.com/appium/ruby_lib/blob/
|
899
|
+
##### [button_num](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/button.rb#L72)
|
900
900
|
|
901
901
|
> def button_num text, number=1
|
902
902
|
|
@@ -925,7 +925,7 @@ __Returns:__
|
|
925
925
|
|
926
926
|
--
|
927
927
|
|
928
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
928
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/element/window.rb#L5)
|
929
929
|
|
930
930
|
> def window_size
|
931
931
|
|
@@ -933,7 +933,7 @@ Get the window's size
|
|
933
933
|
|
934
934
|
--
|
935
935
|
|
936
|
-
##### [tag_name_to_android](https://github.com/appium/ruby_lib/blob/
|
936
|
+
##### [tag_name_to_android](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/helper.rb#L6) android
|
937
937
|
|
938
938
|
> def tag_name_to_android tag_name
|
939
939
|
|
@@ -949,7 +949,7 @@ __Returns:__
|
|
949
949
|
|
950
950
|
--
|
951
951
|
|
952
|
-
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/
|
952
|
+
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/helper.rb#L44) android
|
953
953
|
|
954
954
|
> def find_eles_attr tag_name
|
955
955
|
|
@@ -966,7 +966,7 @@ __Returns:__
|
|
966
966
|
|
967
967
|
--
|
968
968
|
|
969
|
-
##### [get_selendroid_inspect](https://github.com/appium/ruby_lib/blob/
|
969
|
+
##### [get_selendroid_inspect](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/helper.rb#L66) android
|
970
970
|
|
971
971
|
> def get_selendroid_inspect
|
972
972
|
|
@@ -979,7 +979,7 @@ __Returns:__
|
|
979
979
|
|
980
980
|
--
|
981
981
|
|
982
|
-
##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/
|
982
|
+
##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/helper.rb#L131) android
|
983
983
|
|
984
984
|
> def get_android_inspect
|
985
985
|
|
@@ -992,7 +992,7 @@ __Returns:__
|
|
992
992
|
|
993
993
|
--
|
994
994
|
|
995
|
-
##### [get_inspect](https://github.com/appium/ruby_lib/blob/
|
995
|
+
##### [get_inspect](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/helper.rb#L180) android
|
996
996
|
|
997
997
|
> def get_inspect
|
998
998
|
|
@@ -1005,7 +1005,7 @@ __Returns:__
|
|
1005
1005
|
|
1006
1006
|
--
|
1007
1007
|
|
1008
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1008
|
+
##### [page](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/helper.rb#L186) android
|
1009
1009
|
|
1010
1010
|
> def page
|
1011
1011
|
|
@@ -1014,7 +1014,7 @@ Inspects and prints the current page.
|
|
1014
1014
|
|
1015
1015
|
--
|
1016
1016
|
|
1017
|
-
##### [fast_duration](https://github.com/appium/ruby_lib/blob/
|
1017
|
+
##### [fast_duration](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/helper.rb#L199) android
|
1018
1018
|
|
1019
1019
|
> def fast_duration
|
1020
1020
|
|
@@ -1029,7 +1029,7 @@ We want steps to be exactly 1. If it's zero then a tap is used instead of a swip
|
|
1029
1029
|
|
1030
1030
|
--
|
1031
1031
|
|
1032
|
-
##### [alert_click](https://github.com/appium/ruby_lib/blob/
|
1032
|
+
##### [alert_click](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/alert.rb#L6) android
|
1033
1033
|
|
1034
1034
|
> def alert_click value
|
1035
1035
|
|
@@ -1045,7 +1045,7 @@ __Returns:__
|
|
1045
1045
|
|
1046
1046
|
--
|
1047
1047
|
|
1048
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
1048
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/alert.rb#L13) android
|
1049
1049
|
|
1050
1050
|
> def alert_accept
|
1051
1051
|
|
@@ -1058,7 +1058,7 @@ __Returns:__
|
|
1058
1058
|
|
1059
1059
|
--
|
1060
1060
|
|
1061
|
-
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/
|
1061
|
+
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/alert.rb#L20) android
|
1062
1062
|
|
1063
1063
|
> def alert_accept_text
|
1064
1064
|
|
@@ -1071,7 +1071,7 @@ __Returns:__
|
|
1071
1071
|
|
1072
1072
|
--
|
1073
1073
|
|
1074
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
1074
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/alert.rb#L27) android
|
1075
1075
|
|
1076
1076
|
> def alert_dismiss
|
1077
1077
|
|
@@ -1084,7 +1084,7 @@ __Returns:__
|
|
1084
1084
|
|
1085
1085
|
--
|
1086
1086
|
|
1087
|
-
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/
|
1087
|
+
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/alert.rb#L34) android
|
1088
1088
|
|
1089
1089
|
> def alert_dismiss_text
|
1090
1090
|
|
@@ -1097,7 +1097,7 @@ __Returns:__
|
|
1097
1097
|
|
1098
1098
|
--
|
1099
1099
|
|
1100
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
1100
|
+
##### [find](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/generic.rb#L44) android
|
1101
1101
|
|
1102
1102
|
> def find val
|
1103
1103
|
|
@@ -1114,7 +1114,7 @@ __Returns:__
|
|
1114
1114
|
|
1115
1115
|
--
|
1116
1116
|
|
1117
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1117
|
+
##### [text](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/generic.rb#L70) android
|
1118
1118
|
|
1119
1119
|
> def text text
|
1120
1120
|
|
@@ -1130,7 +1130,7 @@ __Returns:__
|
|
1130
1130
|
|
1131
1131
|
--
|
1132
1132
|
|
1133
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1133
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/generic.rb#L79) android
|
1134
1134
|
|
1135
1135
|
> def texts text
|
1136
1136
|
|
@@ -1146,7 +1146,7 @@ __Returns:__
|
|
1146
1146
|
|
1147
1147
|
--
|
1148
1148
|
|
1149
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
1149
|
+
##### [name](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/generic.rb#L88) android
|
1150
1150
|
|
1151
1151
|
> def name name
|
1152
1152
|
|
@@ -1164,7 +1164,7 @@ __Returns:__
|
|
1164
1164
|
|
1165
1165
|
--
|
1166
1166
|
|
1167
|
-
##### [names](https://github.com/appium/ruby_lib/blob/
|
1167
|
+
##### [names](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/generic.rb#L99) android
|
1168
1168
|
|
1169
1169
|
> def names name
|
1170
1170
|
|
@@ -1182,7 +1182,7 @@ __Returns:__
|
|
1182
1182
|
|
1183
1183
|
--
|
1184
1184
|
|
1185
|
-
##### [scroll_to](https://github.com/appium/ruby_lib/blob/
|
1185
|
+
##### [scroll_to](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/generic.rb#L106) android
|
1186
1186
|
|
1187
1187
|
> def scroll_to text
|
1188
1188
|
|
@@ -1198,7 +1198,7 @@ __Returns:__
|
|
1198
1198
|
|
1199
1199
|
--
|
1200
1200
|
|
1201
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
1201
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/textfield.rb#L7) android
|
1202
1202
|
|
1203
1203
|
> def textfields
|
1204
1204
|
|
@@ -1210,7 +1210,7 @@ __Returns:__
|
|
1210
1210
|
|
1211
1211
|
--
|
1212
1212
|
|
1213
|
-
##### [e_textfields](https://github.com/appium/ruby_lib/blob/
|
1213
|
+
##### [e_textfields](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/textfield.rb#L13) android
|
1214
1214
|
|
1215
1215
|
> def e_textfields
|
1216
1216
|
|
@@ -1222,7 +1222,7 @@ __Returns:__
|
|
1222
1222
|
|
1223
1223
|
--
|
1224
1224
|
|
1225
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
1225
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/textfield.rb#L19) android
|
1226
1226
|
|
1227
1227
|
> def first_textfield
|
1228
1228
|
|
@@ -1234,7 +1234,7 @@ __Returns:__
|
|
1234
1234
|
|
1235
1235
|
--
|
1236
1236
|
|
1237
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
1237
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/textfield.rb#L25) android
|
1238
1238
|
|
1239
1239
|
> def last_textfield
|
1240
1240
|
|
@@ -1246,7 +1246,7 @@ __Returns:__
|
|
1246
1246
|
|
1247
1247
|
--
|
1248
1248
|
|
1249
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
1249
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/textfield.rb#L32) android
|
1250
1250
|
|
1251
1251
|
> def textfield text
|
1252
1252
|
|
@@ -1262,7 +1262,7 @@ __Returns:__
|
|
1262
1262
|
|
1263
1263
|
--
|
1264
1264
|
|
1265
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
1265
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/android/element/textfield.rb#L45) android
|
1266
1266
|
|
1267
1267
|
> def textfield_exact text
|
1268
1268
|
|
@@ -1278,7 +1278,7 @@ __Returns:__
|
|
1278
1278
|
|
1279
1279
|
--
|
1280
1280
|
|
1281
|
-
##### [value](https://github.com/appium/ruby_lib/blob/
|
1281
|
+
##### [value](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/patch.rb#L10)
|
1282
1282
|
|
1283
1283
|
> def value
|
1284
1284
|
|
@@ -1288,7 +1288,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element
|
|
1288
1288
|
|
1289
1289
|
--
|
1290
1290
|
|
1291
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
1291
|
+
##### [name](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/patch.rb#L17)
|
1292
1292
|
|
1293
1293
|
> def name
|
1294
1294
|
|
@@ -1298,7 +1298,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element
|
|
1298
1298
|
|
1299
1299
|
--
|
1300
1300
|
|
1301
|
-
##### [tag_name](https://github.com/appium/ruby_lib/blob/
|
1301
|
+
##### [tag_name](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/patch.rb#L24)
|
1302
1302
|
|
1303
1303
|
> def tag_name
|
1304
1304
|
|
@@ -1308,7 +1308,7 @@ Fixes Selenium::WebDriver::Error::UnknownError: Not yet implemented
|
|
1308
1308
|
|
1309
1309
|
--
|
1310
1310
|
|
1311
|
-
##### [location_rel](https://github.com/appium/ruby_lib/blob/
|
1311
|
+
##### [location_rel](https://github.com/appium/ruby_lib/blob/eb11923543a1e3e2fe8f19d2f09959cefd16fa05/lib/appium_lib/common/patch.rb#L36)
|
1312
1312
|
|
1313
1313
|
> def location_rel
|
1314
1314
|
|