appium_lib 0.4.2 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/appium_lib.gemspec +1 -0
- data/docs/android_docs.md +93 -117
- data/docs/docs.md +2 -2
- data/docs/ios_docs.md +123 -118
- data/lib/appium_lib/{common → android}/dynamic.rb +1 -0
- data/lib/appium_lib/android/helper.rb +33 -1
- data/lib/appium_lib/common/element/text.rb +2 -2
- data/lib/appium_lib/common/helper.rb +6 -5
- data/lib/appium_lib/common/patch.rb +2 -0
- data/lib/appium_lib/common/version.rb +2 -2
- data/lib/appium_lib/driver.rb +81 -30
- data/release_notes.md +7 -0
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NjdmYzUwNTkxYTcyMjliMzU2ZThmOWY4OTAwMGU2ZTQzYWNhYTQxOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTljNDY3MzkyNTFlODdkZDczMGU0YTE2OTlkMGYwNDEwMWRkYTVhMQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NDVhZWUxZGJkMjJhMDQ0ZGQ1ZjI2Mzg1ODYyMjk3ODQyNGQ1NTdjOTgzMmEw
|
10
|
+
M2I0OWFkMTZhNjQ3NjEyMDBmYjljNGFjMTM0ZGJmMDE4MDY3ODI5NzM5NDYy
|
11
|
+
NWU2Y2M5MDMyZWFiYzc1MmJjZDU1M2VjZTdjNjllYTJmMzAzMGY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTQ0ZGE5ZDcxOWFjOTMxODEwNmUwOTM0MDM1ZTdlMjhiZjNmOGZhMjk5Yzgz
|
14
|
+
ZmIzZGUxZGIwY2VmZDkxZGRmNzA3NWUxM2NiMjBiMjkzYzU5ZjZiM2VhNWUz
|
15
|
+
YmM4MGM1MjQwN2M3ZWJkMGE4MWQ2Yjk4NGRlODgwOTBlMTAyZmM=
|
data/appium_lib.gemspec
CHANGED
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
s.add_runtime_dependency 'selenium-webdriver', '~> 2.32.1'
|
28
28
|
s.add_runtime_dependency 'awesome_print', '~> 1.1.0'
|
29
29
|
s.add_runtime_dependency 'json', '~> 1.8.0'
|
30
|
+
s.add_runtime_dependency 'toml', '~> 0.0.4'
|
30
31
|
|
31
32
|
s.add_development_dependency 'rake', '~> 10.0.4'
|
32
33
|
|
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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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/849594bdd87bf6133cbb64c43d0a02f427f17467/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
|
-
##### [status](https://github.com/appium/ruby_lib/blob/
|
120
|
+
##### [status](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L153)
|
121
121
|
|
122
122
|
> def status
|
123
123
|
|
@@ -125,7 +125,7 @@ Returns the status payload
|
|
125
125
|
|
126
126
|
--
|
127
127
|
|
128
|
-
##### [server_version](https://github.com/appium/ruby_lib/blob/
|
128
|
+
##### [server_version](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L159)
|
129
129
|
|
130
130
|
> def server_version
|
131
131
|
|
@@ -137,7 +137,7 @@ __Returns:__
|
|
137
137
|
|
138
138
|
--
|
139
139
|
|
140
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
140
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L200)
|
141
141
|
|
142
142
|
> def absolute_app_path
|
143
143
|
|
@@ -149,7 +149,7 @@ __Returns:__
|
|
149
149
|
|
150
150
|
--
|
151
151
|
|
152
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
152
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L214)
|
153
153
|
|
154
154
|
> def server_url
|
155
155
|
|
@@ -161,7 +161,7 @@ __Returns:__
|
|
161
161
|
|
162
162
|
--
|
163
163
|
|
164
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
164
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L224)
|
165
165
|
|
166
166
|
> def restart
|
167
167
|
|
@@ -173,7 +173,7 @@ __Returns:__
|
|
173
173
|
|
174
174
|
--
|
175
175
|
|
176
|
-
##### [driver](https://github.com/appium/ruby_lib/blob/
|
176
|
+
##### [driver](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L231)
|
177
177
|
|
178
178
|
> def driver
|
179
179
|
|
@@ -185,7 +185,7 @@ __Returns:__
|
|
185
185
|
|
186
186
|
--
|
187
187
|
|
188
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
188
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L239)
|
189
189
|
|
190
190
|
> def screenshot png_save_path
|
191
191
|
|
@@ -201,7 +201,7 @@ __Returns:__
|
|
201
201
|
|
202
202
|
--
|
203
203
|
|
204
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
204
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L245)
|
205
205
|
|
206
206
|
> def driver_quit
|
207
207
|
|
@@ -213,7 +213,7 @@ __Returns:__
|
|
213
213
|
|
214
214
|
--
|
215
215
|
|
216
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
216
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L254)
|
217
217
|
|
218
218
|
> def start_driver wait=30
|
219
219
|
|
@@ -229,7 +229,7 @@ __Returns:__
|
|
229
229
|
|
230
230
|
--
|
231
231
|
|
232
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
232
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L280)
|
233
233
|
|
234
234
|
> def no_wait
|
235
235
|
|
@@ -237,7 +237,7 @@ Set implicit wait to zero.
|
|
237
237
|
|
238
238
|
--
|
239
239
|
|
240
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
240
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L287)
|
241
241
|
|
242
242
|
> def set_wait timeout=@default_wait
|
243
243
|
|
@@ -253,7 +253,7 @@ __Returns:__
|
|
253
253
|
|
254
254
|
--
|
255
255
|
|
256
|
-
##### [default_wait](https://github.com/appium/ruby_lib/blob/
|
256
|
+
##### [default_wait](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L294)
|
257
257
|
|
258
258
|
> def default_wait
|
259
259
|
|
@@ -266,7 +266,7 @@ __Returns:__
|
|
266
266
|
|
267
267
|
--
|
268
268
|
|
269
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
269
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L306)
|
270
270
|
|
271
271
|
> def exists &search_block
|
272
272
|
|
@@ -286,7 +286,7 @@ __Returns:__
|
|
286
286
|
|
287
287
|
--
|
288
288
|
|
289
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
289
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L331)
|
290
290
|
|
291
291
|
> def execute_script script, *args
|
292
292
|
|
@@ -304,7 +304,7 @@ __Returns:__
|
|
304
304
|
|
305
305
|
--
|
306
306
|
|
307
|
-
##### [mobile](https://github.com/appium/ruby_lib/blob/
|
307
|
+
##### [mobile](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L347)
|
308
308
|
|
309
309
|
> def mobile method, *args
|
310
310
|
|
@@ -330,7 +330,7 @@ __Returns:__
|
|
330
330
|
|
331
331
|
--
|
332
332
|
|
333
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
333
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L358)
|
334
334
|
|
335
335
|
> def find_elements *args
|
336
336
|
|
@@ -346,7 +346,7 @@ __Returns:__
|
|
346
346
|
|
347
347
|
--
|
348
348
|
|
349
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
349
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L366)
|
350
350
|
|
351
351
|
> def find_element *args
|
352
352
|
|
@@ -362,7 +362,7 @@ __Returns:__
|
|
362
362
|
|
363
363
|
--
|
364
364
|
|
365
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
365
|
+
##### [x](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/driver.rb#L373)
|
366
366
|
|
367
367
|
> def x
|
368
368
|
|
@@ -375,7 +375,7 @@ __Returns:__
|
|
375
375
|
|
376
376
|
--
|
377
377
|
|
378
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
378
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L32)
|
379
379
|
|
380
380
|
> def wait max_wait=30, interval=0.5, &block
|
381
381
|
|
@@ -401,7 +401,7 @@ __Returns:__
|
|
401
401
|
|
402
402
|
--
|
403
403
|
|
404
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
404
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L49)
|
405
405
|
|
406
406
|
> def wait_true max_wait=30, interval=0.5, &block
|
407
407
|
|
@@ -422,7 +422,7 @@ __Returns:__
|
|
422
422
|
|
423
423
|
--
|
424
424
|
|
425
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
425
|
+
##### [id](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L63)
|
426
426
|
|
427
427
|
> def id id
|
428
428
|
|
@@ -438,7 +438,7 @@ __Returns:__
|
|
438
438
|
|
439
439
|
--
|
440
440
|
|
441
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
441
|
+
##### [back](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L69)
|
442
442
|
|
443
443
|
> def back
|
444
444
|
|
@@ -450,7 +450,7 @@ __Returns:__
|
|
450
450
|
|
451
451
|
--
|
452
452
|
|
453
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
453
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L74)
|
454
454
|
|
455
455
|
> def session_id
|
456
456
|
|
@@ -458,7 +458,7 @@ For Sauce Labs reporting. Returns the current session id.
|
|
458
458
|
|
459
459
|
--
|
460
460
|
|
461
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
461
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L82)
|
462
462
|
|
463
463
|
> def xpath xpath_str
|
464
464
|
|
@@ -474,7 +474,7 @@ __Returns:__
|
|
474
474
|
|
475
475
|
--
|
476
476
|
|
477
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
477
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L90)
|
478
478
|
|
479
479
|
> def xpaths xpath_str
|
480
480
|
|
@@ -490,7 +490,7 @@ __Returns:__
|
|
490
490
|
|
491
491
|
--
|
492
492
|
|
493
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
493
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L98)
|
494
494
|
|
495
495
|
> def ele_index tag_name, index
|
496
496
|
|
@@ -508,7 +508,7 @@ __Returns:__
|
|
508
508
|
|
509
509
|
--
|
510
510
|
|
511
|
-
##### [find_eles](https://github.com/appium/ruby_lib/blob/
|
511
|
+
##### [find_eles](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L106)
|
512
512
|
|
513
513
|
> def find_eles tag_name
|
514
514
|
|
@@ -524,7 +524,7 @@ __Returns:__
|
|
524
524
|
|
525
525
|
--
|
526
526
|
|
527
|
-
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/
|
527
|
+
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L114)
|
528
528
|
|
529
529
|
> def find_ele_by_text tag, text
|
530
530
|
|
@@ -542,7 +542,7 @@ __Returns:__
|
|
542
542
|
|
543
543
|
--
|
544
544
|
|
545
|
-
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/
|
545
|
+
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L122)
|
546
546
|
|
547
547
|
> def find_eles_by_text tag, text
|
548
548
|
|
@@ -560,7 +560,7 @@ __Returns:__
|
|
560
560
|
|
561
561
|
--
|
562
562
|
|
563
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
563
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L131)
|
564
564
|
|
565
565
|
> def find_ele_by_attr_include tag, attr, value
|
566
566
|
|
@@ -580,7 +580,7 @@ __Returns:__
|
|
580
580
|
|
581
581
|
--
|
582
582
|
|
583
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
583
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L140)
|
584
584
|
|
585
585
|
> def find_eles_by_attr_include tag, attr, value
|
586
586
|
|
@@ -600,7 +600,7 @@ __Returns:__
|
|
600
600
|
|
601
601
|
--
|
602
602
|
|
603
|
-
##### [find_ele_by_text_include](https://github.com/appium/ruby_lib/blob/
|
603
|
+
##### [find_ele_by_text_include](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L149)
|
604
604
|
|
605
605
|
> def find_ele_by_text_include tag, text
|
606
606
|
|
@@ -619,7 +619,7 @@ __Returns:__
|
|
619
619
|
|
620
620
|
--
|
621
621
|
|
622
|
-
##### [find_eles_by_text_include](https://github.com/appium/ruby_lib/blob/
|
622
|
+
##### [find_eles_by_text_include](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L158)
|
623
623
|
|
624
624
|
> def find_eles_by_text_include tag, text
|
625
625
|
|
@@ -638,7 +638,7 @@ __Returns:__
|
|
638
638
|
|
639
639
|
--
|
640
640
|
|
641
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
641
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L165)
|
642
642
|
|
643
643
|
> def first_ele tag_name
|
644
644
|
|
@@ -654,7 +654,7 @@ __Returns:__
|
|
654
654
|
|
655
655
|
--
|
656
656
|
|
657
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
657
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L173)
|
658
658
|
|
659
659
|
> def last_ele tag_name
|
660
660
|
|
@@ -670,7 +670,7 @@ __Returns:__
|
|
670
670
|
|
671
671
|
--
|
672
672
|
|
673
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
673
|
+
##### [source](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L179)
|
674
674
|
|
675
675
|
> def source
|
676
676
|
|
@@ -682,7 +682,7 @@ __Returns:__
|
|
682
682
|
|
683
683
|
--
|
684
684
|
|
685
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
685
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L185)
|
686
686
|
|
687
687
|
> def get_source
|
688
688
|
|
@@ -694,7 +694,7 @@ __Returns:__
|
|
694
694
|
|
695
695
|
--
|
696
696
|
|
697
|
-
##### [find_name](https://github.com/appium/ruby_lib/blob/
|
697
|
+
##### [find_name](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L194)
|
698
698
|
|
699
699
|
> def find_name name
|
700
700
|
|
@@ -710,7 +710,7 @@ __Returns:__
|
|
710
710
|
|
711
711
|
--
|
712
712
|
|
713
|
-
##### [find_names](https://github.com/appium/ruby_lib/blob/
|
713
|
+
##### [find_names](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/helper.rb#L202)
|
714
714
|
|
715
715
|
> def find_names name
|
716
716
|
|
@@ -726,15 +726,7 @@ __Returns:__
|
|
726
726
|
|
727
727
|
--
|
728
728
|
|
729
|
-
##### [
|
730
|
-
|
731
|
-
> def dynamic_code_to_string code, value=false
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
--
|
736
|
-
|
737
|
-
##### [s_texts](https://github.com/appium/ruby_lib/blob/53c6a8fc40669bdd29aef9236498f94c41976098/lib/appium_lib/common/element/text.rb#L8)
|
729
|
+
##### [s_texts](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/text.rb#L8)
|
738
730
|
|
739
731
|
> def s_texts
|
740
732
|
|
@@ -746,7 +738,7 @@ __Returns:__
|
|
746
738
|
|
747
739
|
--
|
748
740
|
|
749
|
-
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/
|
741
|
+
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/text.rb#L14)
|
750
742
|
|
751
743
|
> def e_s_texts
|
752
744
|
|
@@ -758,7 +750,7 @@ __Returns:__
|
|
758
750
|
|
759
751
|
--
|
760
752
|
|
761
|
-
##### [s_first_text](https://github.com/appium/ruby_lib/blob/
|
753
|
+
##### [s_first_text](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/text.rb#L20)
|
762
754
|
|
763
755
|
> def s_first_text
|
764
756
|
|
@@ -770,7 +762,7 @@ __Returns:__
|
|
770
762
|
|
771
763
|
--
|
772
764
|
|
773
|
-
##### [s_last_text](https://github.com/appium/ruby_lib/blob/
|
765
|
+
##### [s_last_text](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/text.rb#L26)
|
774
766
|
|
775
767
|
> def s_last_text
|
776
768
|
|
@@ -782,7 +774,7 @@ __Returns:__
|
|
782
774
|
|
783
775
|
--
|
784
776
|
|
785
|
-
##### [s_text](https://github.com/appium/ruby_lib/blob/
|
777
|
+
##### [s_text](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/text.rb#L33)
|
786
778
|
|
787
779
|
> def s_text text
|
788
780
|
|
@@ -798,7 +790,7 @@ __Returns:__
|
|
798
790
|
|
799
791
|
--
|
800
792
|
|
801
|
-
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/
|
793
|
+
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/text.rb#L41)
|
802
794
|
|
803
795
|
> def s_text_exact text
|
804
796
|
|
@@ -814,7 +806,7 @@ __Returns:__
|
|
814
806
|
|
815
807
|
--
|
816
808
|
|
817
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
809
|
+
##### [button](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/button.rb#L8)
|
818
810
|
|
819
811
|
> def button text, number=0
|
820
812
|
|
@@ -832,7 +824,7 @@ __Returns:__
|
|
832
824
|
|
833
825
|
--
|
834
826
|
|
835
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
827
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/button.rb#L19)
|
836
828
|
|
837
829
|
> def buttons text=nil
|
838
830
|
|
@@ -848,7 +840,7 @@ __Returns:__
|
|
848
840
|
|
849
841
|
--
|
850
842
|
|
851
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
843
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/button.rb#L26)
|
852
844
|
|
853
845
|
> def first_button
|
854
846
|
|
@@ -860,7 +852,7 @@ __Returns:__
|
|
860
852
|
|
861
853
|
--
|
862
854
|
|
863
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
855
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/button.rb#L32)
|
864
856
|
|
865
857
|
> def last_button
|
866
858
|
|
@@ -872,7 +864,7 @@ __Returns:__
|
|
872
864
|
|
873
865
|
--
|
874
866
|
|
875
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
867
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/button.rb#L39)
|
876
868
|
|
877
869
|
> def button_exact text
|
878
870
|
|
@@ -888,7 +880,7 @@ __Returns:__
|
|
888
880
|
|
889
881
|
--
|
890
882
|
|
891
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
883
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/button.rb#L46)
|
892
884
|
|
893
885
|
> def buttons_exact text
|
894
886
|
|
@@ -904,7 +896,7 @@ __Returns:__
|
|
904
896
|
|
905
897
|
--
|
906
898
|
|
907
|
-
##### [e_buttons](https://github.com/appium/ruby_lib/blob/
|
899
|
+
##### [e_buttons](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/button.rb#L52)
|
908
900
|
|
909
901
|
> def e_buttons
|
910
902
|
|
@@ -916,7 +908,7 @@ __Returns:__
|
|
916
908
|
|
917
909
|
--
|
918
910
|
|
919
|
-
##### [button_num](https://github.com/appium/ruby_lib/blob/
|
911
|
+
##### [button_num](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/button.rb#L72)
|
920
912
|
|
921
913
|
> def button_num text, number=1
|
922
914
|
|
@@ -945,7 +937,7 @@ __Returns:__
|
|
945
937
|
|
946
938
|
--
|
947
939
|
|
948
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
940
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/element/window.rb#L5)
|
949
941
|
|
950
942
|
> def window_size
|
951
943
|
|
@@ -953,7 +945,7 @@ Get the window's size
|
|
953
945
|
|
954
946
|
--
|
955
947
|
|
956
|
-
##### [tag_name_to_android](https://github.com/appium/ruby_lib/blob/
|
948
|
+
##### [tag_name_to_android](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/helper.rb#L6) android
|
957
949
|
|
958
950
|
> def tag_name_to_android tag_name
|
959
951
|
|
@@ -969,7 +961,7 @@ __Returns:__
|
|
969
961
|
|
970
962
|
--
|
971
963
|
|
972
|
-
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/
|
964
|
+
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/helper.rb#L44) android
|
973
965
|
|
974
966
|
> def find_eles_attr tag_name
|
975
967
|
|
@@ -986,7 +978,7 @@ __Returns:__
|
|
986
978
|
|
987
979
|
--
|
988
980
|
|
989
|
-
##### [get_selendroid_inspect](https://github.com/appium/ruby_lib/blob/
|
981
|
+
##### [get_selendroid_inspect](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/helper.rb#L66) android
|
990
982
|
|
991
983
|
> def get_selendroid_inspect
|
992
984
|
|
@@ -999,7 +991,7 @@ __Returns:__
|
|
999
991
|
|
1000
992
|
--
|
1001
993
|
|
1002
|
-
##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/
|
994
|
+
##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/helper.rb#L131) android
|
1003
995
|
|
1004
996
|
> def get_android_inspect
|
1005
997
|
|
@@ -1012,7 +1004,7 @@ __Returns:__
|
|
1012
1004
|
|
1013
1005
|
--
|
1014
1006
|
|
1015
|
-
##### [get_inspect](https://github.com/appium/ruby_lib/blob/
|
1007
|
+
##### [get_inspect](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/helper.rb#L180) android
|
1016
1008
|
|
1017
1009
|
> def get_inspect
|
1018
1010
|
|
@@ -1025,7 +1017,7 @@ __Returns:__
|
|
1025
1017
|
|
1026
1018
|
--
|
1027
1019
|
|
1028
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1020
|
+
##### [page](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/helper.rb#L186) android
|
1029
1021
|
|
1030
1022
|
> def page
|
1031
1023
|
|
@@ -1034,7 +1026,7 @@ Inspects and prints the current page.
|
|
1034
1026
|
|
1035
1027
|
--
|
1036
1028
|
|
1037
|
-
##### [fast_duration](https://github.com/appium/ruby_lib/blob/
|
1029
|
+
##### [fast_duration](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/helper.rb#L199) android
|
1038
1030
|
|
1039
1031
|
> def fast_duration
|
1040
1032
|
|
@@ -1049,7 +1041,7 @@ We want steps to be exactly 1. If it's zero then a tap is used instead of a swip
|
|
1049
1041
|
|
1050
1042
|
--
|
1051
1043
|
|
1052
|
-
##### [alert_click](https://github.com/appium/ruby_lib/blob/
|
1044
|
+
##### [alert_click](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/alert.rb#L6) android
|
1053
1045
|
|
1054
1046
|
> def alert_click value
|
1055
1047
|
|
@@ -1065,7 +1057,7 @@ __Returns:__
|
|
1065
1057
|
|
1066
1058
|
--
|
1067
1059
|
|
1068
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
1060
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/alert.rb#L13) android
|
1069
1061
|
|
1070
1062
|
> def alert_accept
|
1071
1063
|
|
@@ -1078,7 +1070,7 @@ __Returns:__
|
|
1078
1070
|
|
1079
1071
|
--
|
1080
1072
|
|
1081
|
-
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/
|
1073
|
+
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/alert.rb#L20) android
|
1082
1074
|
|
1083
1075
|
> def alert_accept_text
|
1084
1076
|
|
@@ -1091,7 +1083,7 @@ __Returns:__
|
|
1091
1083
|
|
1092
1084
|
--
|
1093
1085
|
|
1094
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
1086
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/alert.rb#L27) android
|
1095
1087
|
|
1096
1088
|
> def alert_dismiss
|
1097
1089
|
|
@@ -1104,7 +1096,7 @@ __Returns:__
|
|
1104
1096
|
|
1105
1097
|
--
|
1106
1098
|
|
1107
|
-
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/
|
1099
|
+
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/alert.rb#L34) android
|
1108
1100
|
|
1109
1101
|
> def alert_dismiss_text
|
1110
1102
|
|
@@ -1117,7 +1109,7 @@ __Returns:__
|
|
1117
1109
|
|
1118
1110
|
--
|
1119
1111
|
|
1120
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
1112
|
+
##### [find](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/generic.rb#L44) android
|
1121
1113
|
|
1122
1114
|
> def find val
|
1123
1115
|
|
@@ -1134,7 +1126,7 @@ __Returns:__
|
|
1134
1126
|
|
1135
1127
|
--
|
1136
1128
|
|
1137
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1129
|
+
##### [text](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/generic.rb#L70) android
|
1138
1130
|
|
1139
1131
|
> def text text
|
1140
1132
|
|
@@ -1150,7 +1142,7 @@ __Returns:__
|
|
1150
1142
|
|
1151
1143
|
--
|
1152
1144
|
|
1153
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1145
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/generic.rb#L79) android
|
1154
1146
|
|
1155
1147
|
> def texts text
|
1156
1148
|
|
@@ -1166,7 +1158,7 @@ __Returns:__
|
|
1166
1158
|
|
1167
1159
|
--
|
1168
1160
|
|
1169
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
1161
|
+
##### [name](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/generic.rb#L88) android
|
1170
1162
|
|
1171
1163
|
> def name name
|
1172
1164
|
|
@@ -1184,7 +1176,7 @@ __Returns:__
|
|
1184
1176
|
|
1185
1177
|
--
|
1186
1178
|
|
1187
|
-
##### [names](https://github.com/appium/ruby_lib/blob/
|
1179
|
+
##### [names](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/generic.rb#L99) android
|
1188
1180
|
|
1189
1181
|
> def names name
|
1190
1182
|
|
@@ -1202,7 +1194,7 @@ __Returns:__
|
|
1202
1194
|
|
1203
1195
|
--
|
1204
1196
|
|
1205
|
-
##### [scroll_to](https://github.com/appium/ruby_lib/blob/
|
1197
|
+
##### [scroll_to](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/generic.rb#L106) android
|
1206
1198
|
|
1207
1199
|
> def scroll_to text
|
1208
1200
|
|
@@ -1218,7 +1210,7 @@ __Returns:__
|
|
1218
1210
|
|
1219
1211
|
--
|
1220
1212
|
|
1221
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
1213
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/textfield.rb#L7) android
|
1222
1214
|
|
1223
1215
|
> def textfields
|
1224
1216
|
|
@@ -1230,7 +1222,7 @@ __Returns:__
|
|
1230
1222
|
|
1231
1223
|
--
|
1232
1224
|
|
1233
|
-
##### [e_textfields](https://github.com/appium/ruby_lib/blob/
|
1225
|
+
##### [e_textfields](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/textfield.rb#L13) android
|
1234
1226
|
|
1235
1227
|
> def e_textfields
|
1236
1228
|
|
@@ -1242,7 +1234,7 @@ __Returns:__
|
|
1242
1234
|
|
1243
1235
|
--
|
1244
1236
|
|
1245
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
1237
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/textfield.rb#L19) android
|
1246
1238
|
|
1247
1239
|
> def first_textfield
|
1248
1240
|
|
@@ -1254,7 +1246,7 @@ __Returns:__
|
|
1254
1246
|
|
1255
1247
|
--
|
1256
1248
|
|
1257
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
1249
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/textfield.rb#L25) android
|
1258
1250
|
|
1259
1251
|
> def last_textfield
|
1260
1252
|
|
@@ -1266,7 +1258,7 @@ __Returns:__
|
|
1266
1258
|
|
1267
1259
|
--
|
1268
1260
|
|
1269
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
1261
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/textfield.rb#L32) android
|
1270
1262
|
|
1271
1263
|
> def textfield text
|
1272
1264
|
|
@@ -1282,7 +1274,7 @@ __Returns:__
|
|
1282
1274
|
|
1283
1275
|
--
|
1284
1276
|
|
1285
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
1277
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/android/element/textfield.rb#L45) android
|
1286
1278
|
|
1287
1279
|
> def textfield_exact text
|
1288
1280
|
|
@@ -1298,23 +1290,7 @@ __Returns:__
|
|
1298
1290
|
|
1299
1291
|
--
|
1300
1292
|
|
1301
|
-
##### [
|
1302
|
-
|
1303
|
-
> def status
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1307
|
-
--
|
1308
|
-
|
1309
|
-
##### [status](https://github.com/appium/ruby_lib/blob/53c6a8fc40669bdd29aef9236498f94c41976098/lib/appium_lib/common/patch.rb#L12)
|
1310
|
-
|
1311
|
-
> def status
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
--
|
1316
|
-
|
1317
|
-
##### [value](https://github.com/appium/ruby_lib/blob/53c6a8fc40669bdd29aef9236498f94c41976098/lib/appium_lib/common/patch.rb#L30)
|
1293
|
+
##### [value](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/patch.rb#L32)
|
1318
1294
|
|
1319
1295
|
> def value
|
1320
1296
|
|
@@ -1324,7 +1300,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element
|
|
1324
1300
|
|
1325
1301
|
--
|
1326
1302
|
|
1327
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
1303
|
+
##### [name](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/patch.rb#L39)
|
1328
1304
|
|
1329
1305
|
> def name
|
1330
1306
|
|
@@ -1334,7 +1310,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element
|
|
1334
1310
|
|
1335
1311
|
--
|
1336
1312
|
|
1337
|
-
##### [tag_name](https://github.com/appium/ruby_lib/blob/
|
1313
|
+
##### [tag_name](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/patch.rb#L46)
|
1338
1314
|
|
1339
1315
|
> def tag_name
|
1340
1316
|
|
@@ -1344,7 +1320,7 @@ Fixes Selenium::WebDriver::Error::UnknownError: Not yet implemented
|
|
1344
1320
|
|
1345
1321
|
--
|
1346
1322
|
|
1347
|
-
##### [location_rel](https://github.com/appium/ruby_lib/blob/
|
1323
|
+
##### [location_rel](https://github.com/appium/ruby_lib/blob/849594bdd87bf6133cbb64c43d0a02f427f17467/lib/appium_lib/common/patch.rb#L58)
|
1348
1324
|
|
1349
1325
|
> def location_rel
|
1350
1326
|
|