appium_lib 0.5.2 → 0.5.3
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 -1
- data/docs/android_docs.md +104 -96
- data/docs/ios_docs.md +98 -98
- data/lib/appium_lib/common/version.rb +1 -1
- data/readme.md +2 -1
- data/release_notes.md +7 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MmJhYmU0NmExNzBjNzliZjQ0MmU3Zjc0MGI3Nzg5MGQ0M2Y1M2Q3Yg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzBkOGEzMWE0ZGI2YTYyNWE4NzJkN2NmOTg1NDQ4MzQ4YzYwYmI3Mw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTE3OThmMjVmMmY4NmY4ZDJlNWM0OTkxNWYyZDk2ZmFlZjE1MzQ0MjdmMTE3
|
|
10
|
+
NGI3ZjhkYWYyYjdiMWQ5MmY5MDIyNjI3ZTk0Yzc4M2E2MTI3MDE3NWQzNGE2
|
|
11
|
+
ZmI0NTAwMmUwNDNhMzk2MjNiMzI2ZGQ5YWMxNTE3M2E2NmVjNGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmEyNzlmYzQ0NGViNjViNWMwM2Q5NTQ4MjA0N2Y3NzVhYmJiNzJkM2Q3ZTY5
|
|
14
|
+
NWUzMDU0ZDVhYmZlM2YzYzU2OTkxMTZkM2I3ZGFkODZhOGVhOTZjZDcxNmJh
|
|
15
|
+
YWRlYTUwZjJlNzQ5NGMxNGZiNTI0MTE2MWI0NWE2N2I4YzE4NzQ=
|
data/appium_lib.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
s.version = Appium::VERSION
|
|
19
19
|
s.date = Appium::DATE
|
|
20
20
|
s.license = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
|
|
21
|
-
s.description = s.summary = 'Ruby
|
|
21
|
+
s.description = s.summary = 'Ruby library for Appium'
|
|
22
22
|
s.description += '.' # avoid identical warning
|
|
23
23
|
s.authors = s.email = [ 'code@bootstraponline.com' ]
|
|
24
24
|
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L344)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L204)
|
|
159
159
|
|
|
160
160
|
> def status
|
|
161
161
|
|
|
@@ -163,7 +163,7 @@ Returns the status payload
|
|
|
163
163
|
|
|
164
164
|
--
|
|
165
165
|
|
|
166
|
-
##### [server_version](https://github.com/appium/ruby_lib/blob/
|
|
166
|
+
##### [server_version](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L210)
|
|
167
167
|
|
|
168
168
|
> def server_version
|
|
169
169
|
|
|
@@ -175,7 +175,7 @@ __Returns:__
|
|
|
175
175
|
|
|
176
176
|
--
|
|
177
177
|
|
|
178
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
|
178
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L251)
|
|
179
179
|
|
|
180
180
|
> def absolute_app_path
|
|
181
181
|
|
|
@@ -187,7 +187,7 @@ __Returns:__
|
|
|
187
187
|
|
|
188
188
|
--
|
|
189
189
|
|
|
190
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
|
190
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L265)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L275)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L282)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L292)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L298)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L306)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L330)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L337)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L360)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L382)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L398)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L409)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L417)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/driver.rb#L424)
|
|
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/44ffbcb4715c8caac2770972c72ca498e751be34/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
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
|
434
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L50)
|
|
435
435
|
|
|
436
436
|
> def wait_true max_wait=30, interval=0.5, &block
|
|
437
437
|
|
|
@@ -452,7 +452,7 @@ __Returns:__
|
|
|
452
452
|
|
|
453
453
|
--
|
|
454
454
|
|
|
455
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
|
455
|
+
##### [id](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L64)
|
|
456
456
|
|
|
457
457
|
> def id id
|
|
458
458
|
|
|
@@ -468,7 +468,7 @@ __Returns:__
|
|
|
468
468
|
|
|
469
469
|
--
|
|
470
470
|
|
|
471
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
|
471
|
+
##### [back](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L70)
|
|
472
472
|
|
|
473
473
|
> def back
|
|
474
474
|
|
|
@@ -480,7 +480,7 @@ __Returns:__
|
|
|
480
480
|
|
|
481
481
|
--
|
|
482
482
|
|
|
483
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
|
483
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L75)
|
|
484
484
|
|
|
485
485
|
> def session_id
|
|
486
486
|
|
|
@@ -488,7 +488,7 @@ For Sauce Labs reporting. Returns the current session id.
|
|
|
488
488
|
|
|
489
489
|
--
|
|
490
490
|
|
|
491
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
|
491
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L83)
|
|
492
492
|
|
|
493
493
|
> def xpath xpath_str
|
|
494
494
|
|
|
@@ -504,7 +504,7 @@ __Returns:__
|
|
|
504
504
|
|
|
505
505
|
--
|
|
506
506
|
|
|
507
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
|
507
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L91)
|
|
508
508
|
|
|
509
509
|
> def xpaths xpath_str
|
|
510
510
|
|
|
@@ -520,7 +520,7 @@ __Returns:__
|
|
|
520
520
|
|
|
521
521
|
--
|
|
522
522
|
|
|
523
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
|
523
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L99)
|
|
524
524
|
|
|
525
525
|
> def ele_index tag_name, index
|
|
526
526
|
|
|
@@ -538,7 +538,7 @@ __Returns:__
|
|
|
538
538
|
|
|
539
539
|
--
|
|
540
540
|
|
|
541
|
-
##### [find_eles](https://github.com/appium/ruby_lib/blob/
|
|
541
|
+
##### [find_eles](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L107)
|
|
542
542
|
|
|
543
543
|
> def find_eles tag_name
|
|
544
544
|
|
|
@@ -554,7 +554,7 @@ __Returns:__
|
|
|
554
554
|
|
|
555
555
|
--
|
|
556
556
|
|
|
557
|
-
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/
|
|
557
|
+
##### [find_ele_by_text](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L115)
|
|
558
558
|
|
|
559
559
|
> def find_ele_by_text tag, text
|
|
560
560
|
|
|
@@ -572,7 +572,7 @@ __Returns:__
|
|
|
572
572
|
|
|
573
573
|
--
|
|
574
574
|
|
|
575
|
-
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/
|
|
575
|
+
##### [find_eles_by_text](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L123)
|
|
576
576
|
|
|
577
577
|
> def find_eles_by_text tag, text
|
|
578
578
|
|
|
@@ -590,7 +590,7 @@ __Returns:__
|
|
|
590
590
|
|
|
591
591
|
--
|
|
592
592
|
|
|
593
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
|
593
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L132)
|
|
594
594
|
|
|
595
595
|
> def find_ele_by_attr_include tag, attr, value
|
|
596
596
|
|
|
@@ -610,7 +610,7 @@ __Returns:__
|
|
|
610
610
|
|
|
611
611
|
--
|
|
612
612
|
|
|
613
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
|
613
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L141)
|
|
614
614
|
|
|
615
615
|
> def find_eles_by_attr_include tag, attr, value
|
|
616
616
|
|
|
@@ -630,7 +630,7 @@ __Returns:__
|
|
|
630
630
|
|
|
631
631
|
--
|
|
632
632
|
|
|
633
|
-
##### [find_ele_by_text_include](https://github.com/appium/ruby_lib/blob/
|
|
633
|
+
##### [find_ele_by_text_include](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L150)
|
|
634
634
|
|
|
635
635
|
> def find_ele_by_text_include tag, text
|
|
636
636
|
|
|
@@ -649,7 +649,7 @@ __Returns:__
|
|
|
649
649
|
|
|
650
650
|
--
|
|
651
651
|
|
|
652
|
-
##### [find_eles_by_text_include](https://github.com/appium/ruby_lib/blob/
|
|
652
|
+
##### [find_eles_by_text_include](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L159)
|
|
653
653
|
|
|
654
654
|
> def find_eles_by_text_include tag, text
|
|
655
655
|
|
|
@@ -668,7 +668,7 @@ __Returns:__
|
|
|
668
668
|
|
|
669
669
|
--
|
|
670
670
|
|
|
671
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
|
671
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L166)
|
|
672
672
|
|
|
673
673
|
> def first_ele tag_name
|
|
674
674
|
|
|
@@ -684,7 +684,7 @@ __Returns:__
|
|
|
684
684
|
|
|
685
685
|
--
|
|
686
686
|
|
|
687
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
|
687
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L174)
|
|
688
688
|
|
|
689
689
|
> def last_ele tag_name
|
|
690
690
|
|
|
@@ -700,7 +700,7 @@ __Returns:__
|
|
|
700
700
|
|
|
701
701
|
--
|
|
702
702
|
|
|
703
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
|
703
|
+
##### [source](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L180)
|
|
704
704
|
|
|
705
705
|
> def source
|
|
706
706
|
|
|
@@ -712,7 +712,7 @@ __Returns:__
|
|
|
712
712
|
|
|
713
713
|
--
|
|
714
714
|
|
|
715
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
|
715
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L186)
|
|
716
716
|
|
|
717
717
|
> def get_source
|
|
718
718
|
|
|
@@ -724,7 +724,7 @@ __Returns:__
|
|
|
724
724
|
|
|
725
725
|
--
|
|
726
726
|
|
|
727
|
-
##### [find_name](https://github.com/appium/ruby_lib/blob/
|
|
727
|
+
##### [find_name](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L195)
|
|
728
728
|
|
|
729
729
|
> def find_name name
|
|
730
730
|
|
|
@@ -740,7 +740,7 @@ __Returns:__
|
|
|
740
740
|
|
|
741
741
|
--
|
|
742
742
|
|
|
743
|
-
##### [find_names](https://github.com/appium/ruby_lib/blob/
|
|
743
|
+
##### [find_names](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/helper.rb#L203)
|
|
744
744
|
|
|
745
745
|
> def find_names name
|
|
746
746
|
|
|
@@ -756,7 +756,7 @@ __Returns:__
|
|
|
756
756
|
|
|
757
757
|
--
|
|
758
758
|
|
|
759
|
-
##### [s_texts](https://github.com/appium/ruby_lib/blob/
|
|
759
|
+
##### [s_texts](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/text.rb#L8)
|
|
760
760
|
|
|
761
761
|
> def s_texts
|
|
762
762
|
|
|
@@ -768,7 +768,7 @@ __Returns:__
|
|
|
768
768
|
|
|
769
769
|
--
|
|
770
770
|
|
|
771
|
-
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/
|
|
771
|
+
##### [e_s_texts](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/text.rb#L14)
|
|
772
772
|
|
|
773
773
|
> def e_s_texts
|
|
774
774
|
|
|
@@ -780,7 +780,7 @@ __Returns:__
|
|
|
780
780
|
|
|
781
781
|
--
|
|
782
782
|
|
|
783
|
-
##### [first_s_text](https://github.com/appium/ruby_lib/blob/
|
|
783
|
+
##### [first_s_text](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/text.rb#L20)
|
|
784
784
|
|
|
785
785
|
> def first_s_text
|
|
786
786
|
|
|
@@ -792,7 +792,7 @@ __Returns:__
|
|
|
792
792
|
|
|
793
793
|
--
|
|
794
794
|
|
|
795
|
-
##### [last_s_text](https://github.com/appium/ruby_lib/blob/
|
|
795
|
+
##### [last_s_text](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/text.rb#L26)
|
|
796
796
|
|
|
797
797
|
> def last_s_text
|
|
798
798
|
|
|
@@ -804,7 +804,7 @@ __Returns:__
|
|
|
804
804
|
|
|
805
805
|
--
|
|
806
806
|
|
|
807
|
-
##### [s_text](https://github.com/appium/ruby_lib/blob/
|
|
807
|
+
##### [s_text](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/text.rb#L33)
|
|
808
808
|
|
|
809
809
|
> def s_text text
|
|
810
810
|
|
|
@@ -820,7 +820,7 @@ __Returns:__
|
|
|
820
820
|
|
|
821
821
|
--
|
|
822
822
|
|
|
823
|
-
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/
|
|
823
|
+
##### [s_text_exact](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/text.rb#L41)
|
|
824
824
|
|
|
825
825
|
> def s_text_exact text
|
|
826
826
|
|
|
@@ -836,7 +836,7 @@ __Returns:__
|
|
|
836
836
|
|
|
837
837
|
--
|
|
838
838
|
|
|
839
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
|
839
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/window.rb#L5)
|
|
840
840
|
|
|
841
841
|
> def window_size
|
|
842
842
|
|
|
@@ -844,7 +844,7 @@ Get the window's size
|
|
|
844
844
|
|
|
845
845
|
--
|
|
846
846
|
|
|
847
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
|
847
|
+
##### [button](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/button.rb#L8)
|
|
848
848
|
|
|
849
849
|
> def button text, number=0
|
|
850
850
|
|
|
@@ -862,7 +862,7 @@ __Returns:__
|
|
|
862
862
|
|
|
863
863
|
--
|
|
864
864
|
|
|
865
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
|
865
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/button.rb#L19)
|
|
866
866
|
|
|
867
867
|
> def buttons text=nil
|
|
868
868
|
|
|
@@ -878,7 +878,7 @@ __Returns:__
|
|
|
878
878
|
|
|
879
879
|
--
|
|
880
880
|
|
|
881
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
|
881
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/button.rb#L26)
|
|
882
882
|
|
|
883
883
|
> def first_button
|
|
884
884
|
|
|
@@ -890,7 +890,7 @@ __Returns:__
|
|
|
890
890
|
|
|
891
891
|
--
|
|
892
892
|
|
|
893
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
|
893
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/button.rb#L32)
|
|
894
894
|
|
|
895
895
|
> def last_button
|
|
896
896
|
|
|
@@ -902,7 +902,7 @@ __Returns:__
|
|
|
902
902
|
|
|
903
903
|
--
|
|
904
904
|
|
|
905
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
|
905
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/button.rb#L39)
|
|
906
906
|
|
|
907
907
|
> def button_exact text
|
|
908
908
|
|
|
@@ -918,7 +918,7 @@ __Returns:__
|
|
|
918
918
|
|
|
919
919
|
--
|
|
920
920
|
|
|
921
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
|
921
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/button.rb#L46)
|
|
922
922
|
|
|
923
923
|
> def buttons_exact text
|
|
924
924
|
|
|
@@ -934,7 +934,7 @@ __Returns:__
|
|
|
934
934
|
|
|
935
935
|
--
|
|
936
936
|
|
|
937
|
-
##### [e_buttons](https://github.com/appium/ruby_lib/blob/
|
|
937
|
+
##### [e_buttons](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/button.rb#L52)
|
|
938
938
|
|
|
939
939
|
> def e_buttons
|
|
940
940
|
|
|
@@ -946,7 +946,7 @@ __Returns:__
|
|
|
946
946
|
|
|
947
947
|
--
|
|
948
948
|
|
|
949
|
-
##### [button_num](https://github.com/appium/ruby_lib/blob/
|
|
949
|
+
##### [button_num](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/element/button.rb#L72)
|
|
950
950
|
|
|
951
951
|
> def button_num text, number=1
|
|
952
952
|
|
|
@@ -975,7 +975,7 @@ __Returns:__
|
|
|
975
975
|
|
|
976
976
|
--
|
|
977
977
|
|
|
978
|
-
##### [tag_name_to_android](https://github.com/appium/ruby_lib/blob/
|
|
978
|
+
##### [tag_name_to_android](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L6) android
|
|
979
979
|
|
|
980
980
|
> def tag_name_to_android tag_name
|
|
981
981
|
|
|
@@ -991,7 +991,7 @@ __Returns:__
|
|
|
991
991
|
|
|
992
992
|
--
|
|
993
993
|
|
|
994
|
-
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/
|
|
994
|
+
##### [find_eles_attr](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L194) android
|
|
995
995
|
|
|
996
996
|
> def find_eles_attr tag_name, attribute=nil
|
|
997
997
|
|
|
@@ -1012,7 +1012,7 @@ __Returns:__
|
|
|
1012
1012
|
|
|
1013
1013
|
--
|
|
1014
1014
|
|
|
1015
|
-
##### [get_selendroid_inspect](https://github.com/appium/ruby_lib/blob/
|
|
1015
|
+
##### [get_selendroid_inspect](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L216) android
|
|
1016
1016
|
|
|
1017
1017
|
> def get_selendroid_inspect
|
|
1018
1018
|
|
|
@@ -1025,7 +1025,15 @@ __Returns:__
|
|
|
1025
1025
|
|
|
1026
1026
|
--
|
|
1027
1027
|
|
|
1028
|
-
##### [
|
|
1028
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L278) android
|
|
1029
|
+
|
|
1030
|
+
> def get_page_class
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
--
|
|
1035
|
+
|
|
1036
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L305) android
|
|
1029
1037
|
|
|
1030
1038
|
> def page_class
|
|
1031
1039
|
|
|
@@ -1034,7 +1042,7 @@ Useful for appium_console.
|
|
|
1034
1042
|
|
|
1035
1043
|
--
|
|
1036
1044
|
|
|
1037
|
-
##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/
|
|
1045
|
+
##### [get_android_inspect](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L314) android
|
|
1038
1046
|
|
|
1039
1047
|
> def get_android_inspect
|
|
1040
1048
|
|
|
@@ -1048,7 +1056,7 @@ __Returns:__
|
|
|
1048
1056
|
|
|
1049
1057
|
--
|
|
1050
1058
|
|
|
1051
|
-
##### [get_inspect](https://github.com/appium/ruby_lib/blob/
|
|
1059
|
+
##### [get_inspect](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L363) android
|
|
1052
1060
|
|
|
1053
1061
|
> def get_inspect
|
|
1054
1062
|
|
|
@@ -1061,7 +1069,7 @@ __Returns:__
|
|
|
1061
1069
|
|
|
1062
1070
|
--
|
|
1063
1071
|
|
|
1064
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
|
1072
|
+
##### [page](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L369) android
|
|
1065
1073
|
|
|
1066
1074
|
> def page
|
|
1067
1075
|
|
|
@@ -1070,7 +1078,7 @@ Inspects and prints the current page.
|
|
|
1070
1078
|
|
|
1071
1079
|
--
|
|
1072
1080
|
|
|
1073
|
-
##### [fast_duration](https://github.com/appium/ruby_lib/blob/
|
|
1081
|
+
##### [fast_duration](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/helper.rb#L382) android
|
|
1074
1082
|
|
|
1075
1083
|
> def fast_duration
|
|
1076
1084
|
|
|
@@ -1085,7 +1093,7 @@ We want steps to be exactly 1. If it's zero then a tap is used instead of a swip
|
|
|
1085
1093
|
|
|
1086
1094
|
--
|
|
1087
1095
|
|
|
1088
|
-
##### [alert_click](https://github.com/appium/ruby_lib/blob/
|
|
1096
|
+
##### [alert_click](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/alert.rb#L6) android
|
|
1089
1097
|
|
|
1090
1098
|
> def alert_click value
|
|
1091
1099
|
|
|
@@ -1101,7 +1109,7 @@ __Returns:__
|
|
|
1101
1109
|
|
|
1102
1110
|
--
|
|
1103
1111
|
|
|
1104
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
|
1112
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/alert.rb#L13) android
|
|
1105
1113
|
|
|
1106
1114
|
> def alert_accept
|
|
1107
1115
|
|
|
@@ -1114,7 +1122,7 @@ __Returns:__
|
|
|
1114
1122
|
|
|
1115
1123
|
--
|
|
1116
1124
|
|
|
1117
|
-
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/
|
|
1125
|
+
##### [alert_accept_text](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/alert.rb#L20) android
|
|
1118
1126
|
|
|
1119
1127
|
> def alert_accept_text
|
|
1120
1128
|
|
|
@@ -1127,7 +1135,7 @@ __Returns:__
|
|
|
1127
1135
|
|
|
1128
1136
|
--
|
|
1129
1137
|
|
|
1130
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
|
1138
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/alert.rb#L27) android
|
|
1131
1139
|
|
|
1132
1140
|
> def alert_dismiss
|
|
1133
1141
|
|
|
@@ -1140,7 +1148,7 @@ __Returns:__
|
|
|
1140
1148
|
|
|
1141
1149
|
--
|
|
1142
1150
|
|
|
1143
|
-
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/
|
|
1151
|
+
##### [alert_dismiss_text](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/alert.rb#L34) android
|
|
1144
1152
|
|
|
1145
1153
|
> def alert_dismiss_text
|
|
1146
1154
|
|
|
@@ -1153,7 +1161,7 @@ __Returns:__
|
|
|
1153
1161
|
|
|
1154
1162
|
--
|
|
1155
1163
|
|
|
1156
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
|
1164
|
+
##### [find](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/generic.rb#L44) android
|
|
1157
1165
|
|
|
1158
1166
|
> def find val
|
|
1159
1167
|
|
|
@@ -1170,7 +1178,7 @@ __Returns:__
|
|
|
1170
1178
|
|
|
1171
1179
|
--
|
|
1172
1180
|
|
|
1173
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
|
1181
|
+
##### [text](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/generic.rb#L70) android
|
|
1174
1182
|
|
|
1175
1183
|
> def text text
|
|
1176
1184
|
|
|
@@ -1186,7 +1194,7 @@ __Returns:__
|
|
|
1186
1194
|
|
|
1187
1195
|
--
|
|
1188
1196
|
|
|
1189
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
|
1197
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/generic.rb#L79) android
|
|
1190
1198
|
|
|
1191
1199
|
> def texts text
|
|
1192
1200
|
|
|
@@ -1202,7 +1210,7 @@ __Returns:__
|
|
|
1202
1210
|
|
|
1203
1211
|
--
|
|
1204
1212
|
|
|
1205
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
|
1213
|
+
##### [name](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/generic.rb#L88) android
|
|
1206
1214
|
|
|
1207
1215
|
> def name name
|
|
1208
1216
|
|
|
@@ -1220,7 +1228,7 @@ __Returns:__
|
|
|
1220
1228
|
|
|
1221
1229
|
--
|
|
1222
1230
|
|
|
1223
|
-
##### [names](https://github.com/appium/ruby_lib/blob/
|
|
1231
|
+
##### [names](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/generic.rb#L99) android
|
|
1224
1232
|
|
|
1225
1233
|
> def names name
|
|
1226
1234
|
|
|
@@ -1238,7 +1246,7 @@ __Returns:__
|
|
|
1238
1246
|
|
|
1239
1247
|
--
|
|
1240
1248
|
|
|
1241
|
-
##### [scroll_to](https://github.com/appium/ruby_lib/blob/
|
|
1249
|
+
##### [scroll_to](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/generic.rb#L108) android
|
|
1242
1250
|
|
|
1243
1251
|
> def scroll_to text
|
|
1244
1252
|
|
|
@@ -1254,7 +1262,7 @@ __Returns:__
|
|
|
1254
1262
|
|
|
1255
1263
|
--
|
|
1256
1264
|
|
|
1257
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
|
1265
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/textfield.rb#L7) android
|
|
1258
1266
|
|
|
1259
1267
|
> def textfields
|
|
1260
1268
|
|
|
@@ -1266,7 +1274,7 @@ __Returns:__
|
|
|
1266
1274
|
|
|
1267
1275
|
--
|
|
1268
1276
|
|
|
1269
|
-
##### [e_textfields](https://github.com/appium/ruby_lib/blob/
|
|
1277
|
+
##### [e_textfields](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/textfield.rb#L13) android
|
|
1270
1278
|
|
|
1271
1279
|
> def e_textfields
|
|
1272
1280
|
|
|
@@ -1278,7 +1286,7 @@ __Returns:__
|
|
|
1278
1286
|
|
|
1279
1287
|
--
|
|
1280
1288
|
|
|
1281
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
|
1289
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/textfield.rb#L19) android
|
|
1282
1290
|
|
|
1283
1291
|
> def first_textfield
|
|
1284
1292
|
|
|
@@ -1290,7 +1298,7 @@ __Returns:__
|
|
|
1290
1298
|
|
|
1291
1299
|
--
|
|
1292
1300
|
|
|
1293
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
|
1301
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/textfield.rb#L25) android
|
|
1294
1302
|
|
|
1295
1303
|
> def last_textfield
|
|
1296
1304
|
|
|
@@ -1302,7 +1310,7 @@ __Returns:__
|
|
|
1302
1310
|
|
|
1303
1311
|
--
|
|
1304
1312
|
|
|
1305
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
|
1313
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/textfield.rb#L32) android
|
|
1306
1314
|
|
|
1307
1315
|
> def textfield text
|
|
1308
1316
|
|
|
@@ -1318,7 +1326,7 @@ __Returns:__
|
|
|
1318
1326
|
|
|
1319
1327
|
--
|
|
1320
1328
|
|
|
1321
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
|
1329
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/android/element/textfield.rb#L45) android
|
|
1322
1330
|
|
|
1323
1331
|
> def textfield_exact text
|
|
1324
1332
|
|
|
@@ -1334,7 +1342,7 @@ __Returns:__
|
|
|
1334
1342
|
|
|
1335
1343
|
--
|
|
1336
1344
|
|
|
1337
|
-
##### [value](https://github.com/appium/ruby_lib/blob/
|
|
1345
|
+
##### [value](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/patch.rb#L32)
|
|
1338
1346
|
|
|
1339
1347
|
> def value
|
|
1340
1348
|
|
|
@@ -1344,7 +1352,7 @@ Fixes NoMethodError: undefined method `value' for Selenium::WebDriver::Element
|
|
|
1344
1352
|
|
|
1345
1353
|
--
|
|
1346
1354
|
|
|
1347
|
-
##### [name](https://github.com/appium/ruby_lib/blob/
|
|
1355
|
+
##### [name](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/patch.rb#L39)
|
|
1348
1356
|
|
|
1349
1357
|
> def name
|
|
1350
1358
|
|
|
@@ -1354,7 +1362,7 @@ Fixes NoMethodError: undefined method `name' for Selenium::WebDriver::Element
|
|
|
1354
1362
|
|
|
1355
1363
|
--
|
|
1356
1364
|
|
|
1357
|
-
##### [tag_name](https://github.com/appium/ruby_lib/blob/
|
|
1365
|
+
##### [tag_name](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/patch.rb#L46)
|
|
1358
1366
|
|
|
1359
1367
|
> def tag_name
|
|
1360
1368
|
|
|
@@ -1364,7 +1372,7 @@ Fixes Selenium::WebDriver::Error::UnknownError: Not yet implemented
|
|
|
1364
1372
|
|
|
1365
1373
|
--
|
|
1366
1374
|
|
|
1367
|
-
##### [location_rel](https://github.com/appium/ruby_lib/blob/
|
|
1375
|
+
##### [location_rel](https://github.com/appium/ruby_lib/blob/44ffbcb4715c8caac2770972c72ca498e751be34/lib/appium_lib/common/patch.rb#L58)
|
|
1368
1376
|
|
|
1369
1377
|
> def location_rel
|
|
1370
1378
|
|