appium_lib 0.5.8 → 0.5.9
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/appium_lib.gemspec +1 -1
- data/docs/android_docs.md +114 -98
- data/docs/ios_docs.md +117 -101
- data/lib/appium_lib/common/version.rb +2 -2
- data/release_notes.md +9 -0
- metadata +4 -7
data/appium_lib.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
|
25
25
|
s.require_paths = [ 'lib' ]
|
26
26
|
|
27
|
-
s.add_runtime_dependency 'selenium-webdriver', '~> 2.
|
27
|
+
s.add_runtime_dependency 'selenium-webdriver', '~> 2.33.0'
|
28
28
|
s.add_runtime_dependency 'awesome_print', '~> 1.1.0'
|
29
29
|
s.add_runtime_dependency 'json', '~> 1.8.0'
|
30
30
|
s.add_runtime_dependency 'toml', '~> 0.0.4'
|
data/docs/android_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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L354)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L212)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L218)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L259)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L275)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L285)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L292)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L302)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L308)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L316)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L340)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L347)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L370)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L392)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L408)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L419)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L427)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/driver.rb#L434)
|
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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/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,7 @@ __Returns:__
|
|
431
431
|
|
432
432
|
--
|
433
433
|
|
434
|
-
##### [ignore](https://github.com/appium/ruby_lib/blob/
|
434
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L45)
|
435
435
|
|
436
436
|
> def ignore &block
|
437
437
|
|
@@ -439,7 +439,7 @@ Return block.call and ignore any exceptions.
|
|
439
439
|
|
440
440
|
--
|
441
441
|
|
442
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
442
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L55)
|
443
443
|
|
444
444
|
> def wait_true max_wait=30, interval=0.5, &block
|
445
445
|
|
@@ -460,7 +460,7 @@ __Returns:__
|
|
460
460
|
|
461
461
|
--
|
462
462
|
|
463
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
463
|
+
##### [id](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L69)
|
464
464
|
|
465
465
|
> def id id
|
466
466
|
|
@@ -476,7 +476,7 @@ __Returns:__
|
|
476
476
|
|
477
477
|
--
|
478
478
|
|
479
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
479
|
+
##### [back](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L75)
|
480
480
|
|
481
481
|
> def back
|
482
482
|
|
@@ -488,7 +488,7 @@ __Returns:__
|
|
488
488
|
|
489
489
|
--
|
490
490
|
|
491
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
491
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L80)
|
492
492
|
|
493
493
|
> def session_id
|
494
494
|
|
@@ -496,7 +496,7 @@ For Sauce Labs reporting. Returns the current session id.
|
|
496
496
|
|
497
497
|
--
|
498
498
|
|
499
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
499
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L88)
|
500
500
|
|
501
501
|
> def xpath xpath_str
|
502
502
|
|
@@ -512,7 +512,7 @@ __Returns:__
|
|
512
512
|
|
513
513
|
--
|
514
514
|
|
515
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
515
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L96)
|
516
516
|
|
517
517
|
> def xpaths xpath_str
|
518
518
|
|
@@ -528,7 +528,7 @@ __Returns:__
|
|
528
528
|
|
529
529
|
--
|
530
530
|
|
531
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
531
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L104)
|
532
532
|
|
533
533
|
> def ele_index tag_name, index
|
534
534
|
|
@@ -546,7 +546,7 @@ __Returns:__
|
|
546
546
|
|
547
547
|
--
|
548
548
|
|
549
|
-
##### [find_eles](https://github.com/appium/ruby_lib/blob/
|
549
|
+
##### [find_eles](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L112)
|
550
550
|
|
551
551
|
> def find_eles tag_name
|
552
552
|
|
@@ -562,7 +562,7 @@ __Returns:__
|
|
562
562
|
|
563
563
|
--
|
564
564
|
|
565
|
-
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/
|
565
|
+
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L120)
|
566
566
|
|
567
567
|
> def find_ele_by_text tag, text
|
568
568
|
|
@@ -580,7 +580,7 @@ __Returns:__
|
|
580
580
|
|
581
581
|
--
|
582
582
|
|
583
|
-
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/
|
583
|
+
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L128)
|
584
584
|
|
585
585
|
> def find_eles_by_text tag, text
|
586
586
|
|
@@ -598,7 +598,7 @@ __Returns:__
|
|
598
598
|
|
599
599
|
--
|
600
600
|
|
601
|
-
##### [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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L137)
|
602
602
|
|
603
603
|
> def find_ele_by_attr_include tag, attr, value
|
604
604
|
|
@@ -618,7 +618,7 @@ __Returns:__
|
|
618
618
|
|
619
619
|
--
|
620
620
|
|
621
|
-
##### [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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L146)
|
622
622
|
|
623
623
|
> def find_eles_by_attr_include tag, attr, value
|
624
624
|
|
@@ -638,7 +638,7 @@ __Returns:__
|
|
638
638
|
|
639
639
|
--
|
640
640
|
|
641
|
-
##### [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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L155)
|
642
642
|
|
643
643
|
> def find_ele_by_text_include tag, text
|
644
644
|
|
@@ -657,7 +657,7 @@ __Returns:__
|
|
657
657
|
|
658
658
|
--
|
659
659
|
|
660
|
-
##### [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/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L164)
|
661
661
|
|
662
662
|
> def find_eles_by_text_include tag, text
|
663
663
|
|
@@ -676,7 +676,7 @@ __Returns:__
|
|
676
676
|
|
677
677
|
--
|
678
678
|
|
679
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
679
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L171)
|
680
680
|
|
681
681
|
> def first_ele tag_name
|
682
682
|
|
@@ -692,7 +692,7 @@ __Returns:__
|
|
692
692
|
|
693
693
|
--
|
694
694
|
|
695
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
695
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L179)
|
696
696
|
|
697
697
|
> def last_ele tag_name
|
698
698
|
|
@@ -708,7 +708,7 @@ __Returns:__
|
|
708
708
|
|
709
709
|
--
|
710
710
|
|
711
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
711
|
+
##### [source](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L185)
|
712
712
|
|
713
713
|
> def source
|
714
714
|
|
@@ -720,7 +720,7 @@ __Returns:__
|
|
720
720
|
|
721
721
|
--
|
722
722
|
|
723
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
723
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L191)
|
724
724
|
|
725
725
|
> def get_source
|
726
726
|
|
@@ -732,7 +732,7 @@ __Returns:__
|
|
732
732
|
|
733
733
|
--
|
734
734
|
|
735
|
-
##### [find_name](https://github.com/appium/ruby_lib/blob/
|
735
|
+
##### [find_name](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L200)
|
736
736
|
|
737
737
|
> def find_name name
|
738
738
|
|
@@ -748,7 +748,7 @@ __Returns:__
|
|
748
748
|
|
749
749
|
--
|
750
750
|
|
751
|
-
##### [find_names](https://github.com/appium/ruby_lib/blob/
|
751
|
+
##### [find_names](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L208)
|
752
752
|
|
753
753
|
> def find_names name
|
754
754
|
|
@@ -764,7 +764,23 @@ __Returns:__
|
|
764
764
|
|
765
765
|
--
|
766
766
|
|
767
|
-
##### [
|
767
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/helper.rb#L216)
|
768
|
+
|
769
|
+
> def tag tag_name
|
770
|
+
|
771
|
+
Returns the first element matching tag_name
|
772
|
+
|
773
|
+
__Parameters:__
|
774
|
+
|
775
|
+
[String] tag_name - the tag_name to search for
|
776
|
+
|
777
|
+
__Returns:__
|
778
|
+
|
779
|
+
[Element]
|
780
|
+
|
781
|
+
--
|
782
|
+
|
783
|
+
##### [s_texts](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/text.rb#L8)
|
768
784
|
|
769
785
|
> def s_texts
|
770
786
|
|
@@ -776,7 +792,7 @@ __Returns:__
|
|
776
792
|
|
777
793
|
--
|
778
794
|
|
779
|
-
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/
|
795
|
+
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/text.rb#L14)
|
780
796
|
|
781
797
|
> def e_s_texts
|
782
798
|
|
@@ -788,7 +804,7 @@ __Returns:__
|
|
788
804
|
|
789
805
|
--
|
790
806
|
|
791
|
-
##### [first_s_text](https://github.com/appium/ruby_lib/blob/
|
807
|
+
##### [first_s_text](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/text.rb#L20)
|
792
808
|
|
793
809
|
> def first_s_text
|
794
810
|
|
@@ -800,7 +816,7 @@ __Returns:__
|
|
800
816
|
|
801
817
|
--
|
802
818
|
|
803
|
-
##### [last_s_text](https://github.com/appium/ruby_lib/blob/
|
819
|
+
##### [last_s_text](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/text.rb#L26)
|
804
820
|
|
805
821
|
> def last_s_text
|
806
822
|
|
@@ -812,7 +828,7 @@ __Returns:__
|
|
812
828
|
|
813
829
|
--
|
814
830
|
|
815
|
-
##### [s_text](https://github.com/appium/ruby_lib/blob/
|
831
|
+
##### [s_text](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/text.rb#L33)
|
816
832
|
|
817
833
|
> def s_text text
|
818
834
|
|
@@ -828,7 +844,7 @@ __Returns:__
|
|
828
844
|
|
829
845
|
--
|
830
846
|
|
831
|
-
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/
|
847
|
+
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/text.rb#L41)
|
832
848
|
|
833
849
|
> def s_text_exact text
|
834
850
|
|
@@ -844,7 +860,7 @@ __Returns:__
|
|
844
860
|
|
845
861
|
--
|
846
862
|
|
847
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
863
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/window.rb#L5)
|
848
864
|
|
849
865
|
> def window_size
|
850
866
|
|
@@ -852,7 +868,7 @@ Get the window's size
|
|
852
868
|
|
853
869
|
--
|
854
870
|
|
855
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
871
|
+
##### [button](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/button.rb#L8)
|
856
872
|
|
857
873
|
> def button text, number=0
|
858
874
|
|
@@ -870,7 +886,7 @@ __Returns:__
|
|
870
886
|
|
871
887
|
--
|
872
888
|
|
873
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
889
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/button.rb#L19)
|
874
890
|
|
875
891
|
> def buttons text=nil
|
876
892
|
|
@@ -886,7 +902,7 @@ __Returns:__
|
|
886
902
|
|
887
903
|
--
|
888
904
|
|
889
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
905
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/button.rb#L26)
|
890
906
|
|
891
907
|
> def first_button
|
892
908
|
|
@@ -898,7 +914,7 @@ __Returns:__
|
|
898
914
|
|
899
915
|
--
|
900
916
|
|
901
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
917
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/button.rb#L32)
|
902
918
|
|
903
919
|
> def last_button
|
904
920
|
|
@@ -910,7 +926,7 @@ __Returns:__
|
|
910
926
|
|
911
927
|
--
|
912
928
|
|
913
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
929
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/button.rb#L39)
|
914
930
|
|
915
931
|
> def button_exact text
|
916
932
|
|
@@ -926,7 +942,7 @@ __Returns:__
|
|
926
942
|
|
927
943
|
--
|
928
944
|
|
929
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
945
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/button.rb#L46)
|
930
946
|
|
931
947
|
> def buttons_exact text
|
932
948
|
|
@@ -942,7 +958,7 @@ __Returns:__
|
|
942
958
|
|
943
959
|
--
|
944
960
|
|
945
|
-
##### [e_buttons](https://github.com/appium/ruby_lib/blob/
|
961
|
+
##### [e_buttons](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/button.rb#L52)
|
946
962
|
|
947
963
|
> def e_buttons
|
948
964
|
|
@@ -954,7 +970,7 @@ __Returns:__
|
|
954
970
|
|
955
971
|
--
|
956
972
|
|
957
|
-
##### [button_num](https://github.com/appium/ruby_lib/blob/
|
973
|
+
##### [button_num](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/element/button.rb#L72)
|
958
974
|
|
959
975
|
> def button_num text, number=1
|
960
976
|
|
@@ -983,7 +999,7 @@ __Returns:__
|
|
983
999
|
|
984
1000
|
--
|
985
1001
|
|
986
|
-
##### [tag_name_to_android](https://github.com/appium/ruby_lib/blob/
|
1002
|
+
##### [tag_name_to_android](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L6) android
|
987
1003
|
|
988
1004
|
> def tag_name_to_android tag_name
|
989
1005
|
|
@@ -999,7 +1015,7 @@ __Returns:__
|
|
999
1015
|
|
1000
1016
|
--
|
1001
1017
|
|
1002
|
-
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/
|
1018
|
+
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L194) android
|
1003
1019
|
|
1004
1020
|
> def find_eles_attr tag_name, attribute=nil
|
1005
1021
|
|
@@ -1020,7 +1036,7 @@ __Returns:__
|
|
1020
1036
|
|
1021
1037
|
--
|
1022
1038
|
|
1023
|
-
##### [get_selendroid_inspect](https://github.com/appium/ruby_lib/blob/
|
1039
|
+
##### [get_selendroid_inspect](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L216) android
|
1024
1040
|
|
1025
1041
|
> def get_selendroid_inspect
|
1026
1042
|
|
@@ -1033,7 +1049,7 @@ __Returns:__
|
|
1033
1049
|
|
1034
1050
|
--
|
1035
1051
|
|
1036
|
-
##### [get_page_class](https://github.com/appium/ruby_lib/blob/
|
1052
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L278) android
|
1037
1053
|
|
1038
1054
|
> def get_page_class
|
1039
1055
|
|
@@ -1041,7 +1057,7 @@ __Returns:__
|
|
1041
1057
|
|
1042
1058
|
--
|
1043
1059
|
|
1044
|
-
##### [page_class](https://github.com/appium/ruby_lib/blob/
|
1060
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L305) android
|
1045
1061
|
|
1046
1062
|
> def page_class
|
1047
1063
|
|
@@ -1050,7 +1066,7 @@ Useful for appium_console.
|
|
1050
1066
|
|
1051
1067
|
--
|
1052
1068
|
|
1053
|
-
##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/
|
1069
|
+
##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L314) android
|
1054
1070
|
|
1055
1071
|
> def get_android_inspect
|
1056
1072
|
|
@@ -1064,7 +1080,7 @@ __Returns:__
|
|
1064
1080
|
|
1065
1081
|
--
|
1066
1082
|
|
1067
|
-
##### [get_inspect](https://github.com/appium/ruby_lib/blob/
|
1083
|
+
##### [get_inspect](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L363) android
|
1068
1084
|
|
1069
1085
|
> def get_inspect
|
1070
1086
|
|
@@ -1077,7 +1093,7 @@ __Returns:__
|
|
1077
1093
|
|
1078
1094
|
--
|
1079
1095
|
|
1080
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1096
|
+
##### [page](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L369) android
|
1081
1097
|
|
1082
1098
|
> def page
|
1083
1099
|
|
@@ -1086,7 +1102,7 @@ Inspects and prints the current page.
|
|
1086
1102
|
|
1087
1103
|
--
|
1088
1104
|
|
1089
|
-
##### [fast_duration](https://github.com/appium/ruby_lib/blob/
|
1105
|
+
##### [fast_duration](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/helper.rb#L382) android
|
1090
1106
|
|
1091
1107
|
> def fast_duration
|
1092
1108
|
|
@@ -1101,7 +1117,7 @@ We want steps to be exactly 1. If it's zero then a tap is used instead of a swip
|
|
1101
1117
|
|
1102
1118
|
--
|
1103
1119
|
|
1104
|
-
##### [alert_click](https://github.com/appium/ruby_lib/blob/
|
1120
|
+
##### [alert_click](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/alert.rb#L6) android
|
1105
1121
|
|
1106
1122
|
> def alert_click value
|
1107
1123
|
|
@@ -1117,7 +1133,7 @@ __Returns:__
|
|
1117
1133
|
|
1118
1134
|
--
|
1119
1135
|
|
1120
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
1136
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/alert.rb#L13) android
|
1121
1137
|
|
1122
1138
|
> def alert_accept
|
1123
1139
|
|
@@ -1130,7 +1146,7 @@ __Returns:__
|
|
1130
1146
|
|
1131
1147
|
--
|
1132
1148
|
|
1133
|
-
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/
|
1149
|
+
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/alert.rb#L20) android
|
1134
1150
|
|
1135
1151
|
> def alert_accept_text
|
1136
1152
|
|
@@ -1143,7 +1159,7 @@ __Returns:__
|
|
1143
1159
|
|
1144
1160
|
--
|
1145
1161
|
|
1146
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
1162
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/alert.rb#L27) android
|
1147
1163
|
|
1148
1164
|
> def alert_dismiss
|
1149
1165
|
|
@@ -1156,7 +1172,7 @@ __Returns:__
|
|
1156
1172
|
|
1157
1173
|
--
|
1158
1174
|
|
1159
|
-
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/
|
1175
|
+
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/alert.rb#L34) android
|
1160
1176
|
|
1161
1177
|
> def alert_dismiss_text
|
1162
1178
|
|
@@ -1169,7 +1185,7 @@ __Returns:__
|
|
1169
1185
|
|
1170
1186
|
--
|
1171
1187
|
|
1172
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
1188
|
+
##### [find](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/generic.rb#L44) android
|
1173
1189
|
|
1174
1190
|
> def find val
|
1175
1191
|
|
@@ -1186,7 +1202,7 @@ __Returns:__
|
|
1186
1202
|
|
1187
1203
|
--
|
1188
1204
|
|
1189
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1205
|
+
##### [text](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/generic.rb#L70) android
|
1190
1206
|
|
1191
1207
|
> def text text
|
1192
1208
|
|
@@ -1202,7 +1218,7 @@ __Returns:__
|
|
1202
1218
|
|
1203
1219
|
--
|
1204
1220
|
|
1205
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1221
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/generic.rb#L79) android
|
1206
1222
|
|
1207
1223
|
> def texts text
|
1208
1224
|
|
@@ -1218,7 +1234,7 @@ __Returns:__
|
|
1218
1234
|
|
1219
1235
|
--
|
1220
1236
|
|
1221
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
1237
|
+
##### [name](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/generic.rb#L88) android
|
1222
1238
|
|
1223
1239
|
> def name name
|
1224
1240
|
|
@@ -1236,7 +1252,7 @@ __Returns:__
|
|
1236
1252
|
|
1237
1253
|
--
|
1238
1254
|
|
1239
|
-
##### [names](https://github.com/appium/ruby_lib/blob/
|
1255
|
+
##### [names](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/generic.rb#L99) android
|
1240
1256
|
|
1241
1257
|
> def names name
|
1242
1258
|
|
@@ -1254,7 +1270,7 @@ __Returns:__
|
|
1254
1270
|
|
1255
1271
|
--
|
1256
1272
|
|
1257
|
-
##### [scroll_to](https://github.com/appium/ruby_lib/blob/
|
1273
|
+
##### [scroll_to](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/generic.rb#L108) android
|
1258
1274
|
|
1259
1275
|
> def scroll_to text
|
1260
1276
|
|
@@ -1270,7 +1286,7 @@ __Returns:__
|
|
1270
1286
|
|
1271
1287
|
--
|
1272
1288
|
|
1273
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
1289
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/textfield.rb#L7) android
|
1274
1290
|
|
1275
1291
|
> def textfields
|
1276
1292
|
|
@@ -1282,7 +1298,7 @@ __Returns:__
|
|
1282
1298
|
|
1283
1299
|
--
|
1284
1300
|
|
1285
|
-
##### [e_textfields](https://github.com/appium/ruby_lib/blob/
|
1301
|
+
##### [e_textfields](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/textfield.rb#L13) android
|
1286
1302
|
|
1287
1303
|
> def e_textfields
|
1288
1304
|
|
@@ -1294,7 +1310,7 @@ __Returns:__
|
|
1294
1310
|
|
1295
1311
|
--
|
1296
1312
|
|
1297
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
1313
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/textfield.rb#L19) android
|
1298
1314
|
|
1299
1315
|
> def first_textfield
|
1300
1316
|
|
@@ -1306,7 +1322,7 @@ __Returns:__
|
|
1306
1322
|
|
1307
1323
|
--
|
1308
1324
|
|
1309
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
1325
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/textfield.rb#L25) android
|
1310
1326
|
|
1311
1327
|
> def last_textfield
|
1312
1328
|
|
@@ -1318,7 +1334,7 @@ __Returns:__
|
|
1318
1334
|
|
1319
1335
|
--
|
1320
1336
|
|
1321
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
1337
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/textfield.rb#L32) android
|
1322
1338
|
|
1323
1339
|
> def textfield text
|
1324
1340
|
|
@@ -1334,7 +1350,7 @@ __Returns:__
|
|
1334
1350
|
|
1335
1351
|
--
|
1336
1352
|
|
1337
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
1353
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/android/element/textfield.rb#L45) android
|
1338
1354
|
|
1339
1355
|
> def textfield_exact text
|
1340
1356
|
|
@@ -1350,7 +1366,7 @@ __Returns:__
|
|
1350
1366
|
|
1351
1367
|
--
|
1352
1368
|
|
1353
|
-
##### [value](https://github.com/appium/ruby_lib/blob/
|
1369
|
+
##### [value](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/patch.rb#L32)
|
1354
1370
|
|
1355
1371
|
> def value
|
1356
1372
|
|
@@ -1360,7 +1376,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element
|
|
1360
1376
|
|
1361
1377
|
--
|
1362
1378
|
|
1363
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
1379
|
+
##### [name](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/patch.rb#L39)
|
1364
1380
|
|
1365
1381
|
> def name
|
1366
1382
|
|
@@ -1370,7 +1386,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element
|
|
1370
1386
|
|
1371
1387
|
--
|
1372
1388
|
|
1373
|
-
##### [tag_name](https://github.com/appium/ruby_lib/blob/
|
1389
|
+
##### [tag_name](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/patch.rb#L46)
|
1374
1390
|
|
1375
1391
|
> def tag_name
|
1376
1392
|
|
@@ -1380,7 +1396,7 @@ Fixes Selenium::WebDriver::Error::UnknownError: Not yet implemented
|
|
1380
1396
|
|
1381
1397
|
--
|
1382
1398
|
|
1383
|
-
##### [location_rel](https://github.com/appium/ruby_lib/blob/
|
1399
|
+
##### [location_rel](https://github.com/appium/ruby_lib/blob/91f5c2f2bd388c1d4c4e771d2abea3772197de9c/lib/appium_lib/common/patch.rb#L58)
|
1384
1400
|
|
1385
1401
|
> def location_rel
|
1386
1402
|
|