appium_lib 10.3.1 → 10.4.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/appium_lib.gemspec +1 -1
- data/docs/android_docs.md +238 -212
- data/docs/ios_docs.md +284 -258
- data/lib/appium_lib/driver.rb +39 -1
- data/lib/appium_lib/version.rb +2 -2
- data/readme.md +0 -2
- data/release_notes.md +8 -0
- metadata +4 -4
data/docs/ios_docs.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
##### [load_settings](https://github.com/appium/ruby_lib/blob/
|
1
|
+
##### [load_settings](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/appium.rb#L60) common
|
2
2
|
|
3
3
|
> def load_settings(opts = {})
|
4
4
|
|
@@ -27,7 +27,7 @@ __Returns:__
|
|
27
27
|
|
28
28
|
--
|
29
29
|
|
30
|
-
##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/
|
30
|
+
##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/appium.rb#L96) common
|
31
31
|
|
32
32
|
> def load_settings(opts = {})
|
33
33
|
|
@@ -56,7 +56,7 @@ __Returns:__
|
|
56
56
|
|
57
57
|
--
|
58
58
|
|
59
|
-
##### [expand_required_files](https://github.com/appium/ruby_lib/blob/
|
59
|
+
##### [expand_required_files](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/appium.rb#L101) common
|
60
60
|
|
61
61
|
> def expand_required_files(base_dir, file_paths)
|
62
62
|
|
@@ -74,7 +74,7 @@ __Returns:__
|
|
74
74
|
|
75
75
|
--
|
76
76
|
|
77
|
-
##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/
|
77
|
+
##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/appium.rb#L143) common
|
78
78
|
|
79
79
|
> def promote_singleton_appium_methods(modules, driver = $driver)
|
80
80
|
|
@@ -98,7 +98,7 @@ __Parameters:__
|
|
98
98
|
|
99
99
|
--
|
100
100
|
|
101
|
-
##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/
|
101
|
+
##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/appium.rb#L199) common
|
102
102
|
|
103
103
|
> def promote_appium_methods(class_array, driver = $driver)
|
104
104
|
|
@@ -116,7 +116,7 @@ __Parameters:__
|
|
116
116
|
|
117
117
|
--
|
118
118
|
|
119
|
-
##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/
|
119
|
+
##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L49) common
|
120
120
|
|
121
121
|
> def global_webdriver_http_sleep
|
122
122
|
|
@@ -124,7 +124,7 @@ The amount to sleep in seconds before every webdriver http call.
|
|
124
124
|
|
125
125
|
--
|
126
126
|
|
127
|
-
##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/
|
127
|
+
##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L49) common
|
128
128
|
|
129
129
|
> def global_webdriver_http_sleep=(value)
|
130
130
|
|
@@ -132,7 +132,7 @@ The amount to sleep in seconds before every webdriver http call.
|
|
132
132
|
|
133
133
|
--
|
134
134
|
|
135
|
-
##### [sauce](https://github.com/appium/ruby_lib/blob/
|
135
|
+
##### [sauce](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L52) common
|
136
136
|
|
137
137
|
> def sauce
|
138
138
|
|
@@ -140,7 +140,7 @@ SauceLab's settings
|
|
140
140
|
|
141
141
|
--
|
142
142
|
|
143
|
-
##### [sauce_username](https://github.com/appium/ruby_lib/blob/
|
143
|
+
##### [sauce_username](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L55) common
|
144
144
|
|
145
145
|
> def sauce_username
|
146
146
|
|
@@ -149,7 +149,7 @@ same as @sauce.username
|
|
149
149
|
|
150
150
|
--
|
151
151
|
|
152
|
-
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/
|
152
|
+
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L58) common
|
153
153
|
|
154
154
|
> def sauce_access_key
|
155
155
|
|
@@ -158,7 +158,7 @@ same as @sauce.access_key
|
|
158
158
|
|
159
159
|
--
|
160
160
|
|
161
|
-
##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/
|
161
|
+
##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L61) common
|
162
162
|
|
163
163
|
> def sauce_endpoint
|
164
164
|
|
@@ -167,7 +167,7 @@ same as @sauce.endpoint
|
|
167
167
|
|
168
168
|
--
|
169
169
|
|
170
|
-
##### [caps](https://github.com/appium/ruby_lib/blob/
|
170
|
+
##### [caps](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L65) common
|
171
171
|
|
172
172
|
> def caps
|
173
173
|
|
@@ -176,7 +176,7 @@ read http://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Driver
|
|
176
176
|
|
177
177
|
--
|
178
178
|
|
179
|
-
##### [custom_url](https://github.com/appium/ruby_lib/blob/
|
179
|
+
##### [custom_url](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L66) common
|
180
180
|
|
181
181
|
> def custom_url
|
182
182
|
|
@@ -184,7 +184,7 @@ Returns the value of attribute custom_url
|
|
184
184
|
|
185
185
|
--
|
186
186
|
|
187
|
-
##### [export_session](https://github.com/appium/ruby_lib/blob/
|
187
|
+
##### [export_session](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L67) common
|
188
188
|
|
189
189
|
> def export_session
|
190
190
|
|
@@ -192,7 +192,7 @@ Returns the value of attribute export_session
|
|
192
192
|
|
193
193
|
--
|
194
194
|
|
195
|
-
##### [export_session_path](https://github.com/appium/ruby_lib/blob/
|
195
|
+
##### [export_session_path](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L68) common
|
196
196
|
|
197
197
|
> def export_session_path
|
198
198
|
|
@@ -200,7 +200,7 @@ Returns the value of attribute export_session_path
|
|
200
200
|
|
201
201
|
--
|
202
202
|
|
203
|
-
##### [default_wait](https://github.com/appium/ruby_lib/blob/
|
203
|
+
##### [default_wait](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L69) common
|
204
204
|
|
205
205
|
> def default_wait
|
206
206
|
|
@@ -208,7 +208,7 @@ Returns the value of attribute default_wait
|
|
208
208
|
|
209
209
|
--
|
210
210
|
|
211
|
-
##### [appium_port](https://github.com/appium/ruby_lib/blob/
|
211
|
+
##### [appium_port](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L70) common
|
212
212
|
|
213
213
|
> def appium_port
|
214
214
|
|
@@ -216,7 +216,7 @@ Returns the value of attribute appium_port
|
|
216
216
|
|
217
217
|
--
|
218
218
|
|
219
|
-
##### [appium_device](https://github.com/appium/ruby_lib/blob/
|
219
|
+
##### [appium_device](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L71) common
|
220
220
|
|
221
221
|
> def appium_device
|
222
222
|
|
@@ -224,7 +224,7 @@ Returns the value of attribute appium_device
|
|
224
224
|
|
225
225
|
--
|
226
226
|
|
227
|
-
##### [automation_name](https://github.com/appium/ruby_lib/blob/
|
227
|
+
##### [automation_name](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L72) common
|
228
228
|
|
229
229
|
> def automation_name
|
230
230
|
|
@@ -232,7 +232,7 @@ Returns the value of attribute automation_name
|
|
232
232
|
|
233
233
|
--
|
234
234
|
|
235
|
-
##### [listener](https://github.com/appium/ruby_lib/blob/
|
235
|
+
##### [listener](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L73) common
|
236
236
|
|
237
237
|
> def listener
|
238
238
|
|
@@ -240,7 +240,7 @@ Returns the value of attribute listener
|
|
240
240
|
|
241
241
|
--
|
242
242
|
|
243
|
-
##### [http_client](https://github.com/appium/ruby_lib/blob/
|
243
|
+
##### [http_client](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L74) common
|
244
244
|
|
245
245
|
> def http_client
|
246
246
|
|
@@ -248,7 +248,7 @@ Returns the value of attribute http_client
|
|
248
248
|
|
249
249
|
--
|
250
250
|
|
251
|
-
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/
|
251
|
+
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L75) common
|
252
252
|
|
253
253
|
> def appium_wait_timeout
|
254
254
|
|
@@ -256,7 +256,7 @@ Returns the value of attribute appium_wait_timeout
|
|
256
256
|
|
257
257
|
--
|
258
258
|
|
259
|
-
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/
|
259
|
+
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L76) common
|
260
260
|
|
261
261
|
> def appium_wait_interval
|
262
262
|
|
@@ -264,7 +264,7 @@ Returns the value of attribute appium_wait_interval
|
|
264
264
|
|
265
265
|
--
|
266
266
|
|
267
|
-
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/
|
267
|
+
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L79) common
|
268
268
|
|
269
269
|
> def appium_server_status
|
270
270
|
|
@@ -272,7 +272,7 @@ Appium's server version
|
|
272
272
|
|
273
273
|
--
|
274
274
|
|
275
|
-
##### [appium_debug](https://github.com/appium/ruby_lib/blob/
|
275
|
+
##### [appium_debug](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L81) common
|
276
276
|
|
277
277
|
> def appium_debug
|
278
278
|
|
@@ -280,7 +280,7 @@ Boolean debug mode for the Appium Ruby bindings
|
|
280
280
|
|
281
281
|
--
|
282
282
|
|
283
|
-
##### [driver](https://github.com/appium/ruby_lib/blob/
|
283
|
+
##### [driver](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L84) common
|
284
284
|
|
285
285
|
> def driver
|
286
286
|
|
@@ -292,7 +292,7 @@ __Returns:__
|
|
292
292
|
|
293
293
|
--
|
294
294
|
|
295
|
-
##### [core](https://github.com/appium/ruby_lib/blob/
|
295
|
+
##### [core](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L86) common
|
296
296
|
|
297
297
|
> def core
|
298
298
|
|
@@ -300,7 +300,7 @@ Instance of Appium::Core::Driver
|
|
300
300
|
|
301
301
|
--
|
302
302
|
|
303
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
303
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L154) common
|
304
304
|
|
305
305
|
> def initialize(opts = {}, global_driver = nil)
|
306
306
|
|
@@ -319,7 +319,7 @@ __Returns:__
|
|
319
319
|
|
320
320
|
--
|
321
321
|
|
322
|
-
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/
|
322
|
+
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L279) common
|
323
323
|
|
324
324
|
> def driver_attributes
|
325
325
|
|
@@ -327,7 +327,7 @@ Returns a hash of the driver attributes
|
|
327
327
|
|
328
328
|
--
|
329
329
|
|
330
|
-
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/
|
330
|
+
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L301) common
|
331
331
|
|
332
332
|
> def device_is_android?
|
333
333
|
|
@@ -339,7 +339,7 @@ __Returns:__
|
|
339
339
|
|
340
340
|
--
|
341
341
|
|
342
|
-
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/
|
342
|
+
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L305) common
|
343
343
|
|
344
344
|
> def device_is_ios?
|
345
345
|
|
@@ -351,7 +351,7 @@ __Returns:__
|
|
351
351
|
|
352
352
|
--
|
353
353
|
|
354
|
-
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/
|
354
|
+
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L309) common
|
355
355
|
|
356
356
|
> def device_is_windows?
|
357
357
|
|
@@ -363,7 +363,7 @@ __Returns:__
|
|
363
363
|
|
364
364
|
--
|
365
365
|
|
366
|
-
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/
|
366
|
+
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L315) common
|
367
367
|
|
368
368
|
> def automation_name_is_uiautomator2?
|
369
369
|
|
@@ -375,7 +375,7 @@ __Returns:__
|
|
375
375
|
|
376
376
|
--
|
377
377
|
|
378
|
-
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/
|
378
|
+
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L321) common
|
379
379
|
|
380
380
|
> def automation_name_is_espresso?
|
381
381
|
|
@@ -387,7 +387,7 @@ __Returns:__
|
|
387
387
|
|
388
388
|
--
|
389
389
|
|
390
|
-
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/
|
390
|
+
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L327) common
|
391
391
|
|
392
392
|
> def automation_name_is_xcuitest?
|
393
393
|
|
@@ -399,7 +399,7 @@ __Returns:__
|
|
399
399
|
|
400
400
|
--
|
401
401
|
|
402
|
-
##### [dialect](https://github.com/appium/ruby_lib/blob/
|
402
|
+
##### [dialect](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L347) common
|
403
403
|
|
404
404
|
> def dialect
|
405
405
|
|
@@ -421,7 +421,7 @@ __Returns:__
|
|
421
421
|
|
422
422
|
--
|
423
423
|
|
424
|
-
##### [action](https://github.com/appium/ruby_lib/blob/
|
424
|
+
##### [action](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L361) common
|
425
425
|
|
426
426
|
> def action
|
427
427
|
|
@@ -434,7 +434,7 @@ __Returns:__
|
|
434
434
|
|
435
435
|
--
|
436
436
|
|
437
|
-
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/
|
437
|
+
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L381) common
|
438
438
|
|
439
439
|
> def appium_server_version
|
440
440
|
|
@@ -446,7 +446,7 @@ __Returns:__
|
|
446
446
|
|
447
447
|
--
|
448
448
|
|
449
|
-
##### [remote_status](https://github.com/appium/ruby_lib/blob/
|
449
|
+
##### [remote_status](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L389) common
|
450
450
|
|
451
451
|
> def appium_server_version
|
452
452
|
|
@@ -458,7 +458,7 @@ __Returns:__
|
|
458
458
|
|
459
459
|
--
|
460
460
|
|
461
|
-
##### [platform_version](https://github.com/appium/ruby_lib/blob/
|
461
|
+
##### [platform_version](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L393) common
|
462
462
|
|
463
463
|
> def platform_version
|
464
464
|
|
@@ -470,7 +470,7 @@ __Returns:__
|
|
470
470
|
|
471
471
|
--
|
472
472
|
|
473
|
-
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/
|
473
|
+
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L406) common
|
474
474
|
|
475
475
|
> def appium_client_version
|
476
476
|
|
@@ -482,7 +482,7 @@ __Returns:__
|
|
482
482
|
|
483
483
|
--
|
484
484
|
|
485
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
485
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L418) common
|
486
486
|
|
487
487
|
> def self.absolute_app_path(opts)
|
488
488
|
|
@@ -499,7 +499,7 @@ __Returns:__
|
|
499
499
|
|
500
500
|
--
|
501
501
|
|
502
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
502
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L441) common
|
503
503
|
|
504
504
|
> def server_url
|
505
505
|
|
@@ -511,7 +511,7 @@ __Returns:__
|
|
511
511
|
|
512
512
|
--
|
513
513
|
|
514
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
514
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L450) common
|
515
515
|
|
516
516
|
> def restart
|
517
517
|
|
@@ -523,7 +523,7 @@ __Returns:__
|
|
523
523
|
|
524
524
|
--
|
525
525
|
|
526
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
526
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L463) common
|
527
527
|
|
528
528
|
> def screenshot(png_save_path)
|
529
529
|
|
@@ -539,7 +539,7 @@ __Returns:__
|
|
539
539
|
|
540
540
|
--
|
541
541
|
|
542
|
-
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/
|
542
|
+
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L477) common
|
543
543
|
|
544
544
|
> def element_screenshot(element, png_save_path)
|
545
545
|
|
@@ -557,7 +557,7 @@ __Returns:__
|
|
557
557
|
|
558
558
|
--
|
559
559
|
|
560
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
560
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L484) common
|
561
561
|
|
562
562
|
> def driver_quit
|
563
563
|
|
@@ -569,7 +569,7 @@ __Returns:__
|
|
569
569
|
|
570
570
|
--
|
571
571
|
|
572
|
-
##### [quit_driver](https://github.com/appium/ruby_lib/blob/
|
572
|
+
##### [quit_driver](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L487) common
|
573
573
|
|
574
574
|
> def driver_quit
|
575
575
|
|
@@ -581,7 +581,7 @@ __Returns:__
|
|
581
581
|
|
582
582
|
--
|
583
583
|
|
584
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
584
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L498) common
|
585
585
|
|
586
586
|
> def window_size
|
587
587
|
|
@@ -593,7 +593,7 @@ __Returns:__
|
|
593
593
|
|
594
594
|
--
|
595
595
|
|
596
|
-
##### [window_rect](https://github.com/appium/ruby_lib/blob/
|
596
|
+
##### [window_rect](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L513) common
|
597
597
|
|
598
598
|
> def window_rect
|
599
599
|
|
@@ -605,7 +605,7 @@ __Returns:__
|
|
605
605
|
|
606
606
|
--
|
607
607
|
|
608
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
608
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L546) common
|
609
609
|
|
610
610
|
> def start_driver(http_client_ops =
|
611
611
|
|
@@ -625,7 +625,7 @@ __Returns:__
|
|
625
625
|
|
626
626
|
--
|
627
627
|
|
628
|
-
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/
|
628
|
+
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L567) common
|
629
629
|
|
630
630
|
> def set_implicit_wait(wait)
|
631
631
|
|
@@ -633,7 +633,7 @@ To ignore error for Espresso Driver
|
|
633
633
|
|
634
634
|
--
|
635
635
|
|
636
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
636
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L578) common
|
637
637
|
|
638
638
|
> def no_wait
|
639
639
|
|
@@ -641,7 +641,7 @@ Set implicit wait to zero.
|
|
641
641
|
|
642
642
|
--
|
643
643
|
|
644
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
644
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L592) common
|
645
645
|
|
646
646
|
> def set_wait(timeout = nil)
|
647
647
|
|
@@ -657,7 +657,7 @@ __Returns:__
|
|
657
657
|
|
658
658
|
--
|
659
659
|
|
660
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
660
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L609) common
|
661
661
|
|
662
662
|
> def exists(pre_check = 0, post_check = @core.default_wait)
|
663
663
|
|
@@ -681,7 +681,7 @@ __Returns:__
|
|
681
681
|
|
682
682
|
--
|
683
683
|
|
684
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
684
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L633) common
|
685
685
|
|
686
686
|
> def execute_script(script, *args)
|
687
687
|
|
@@ -699,7 +699,7 @@ __Returns:__
|
|
699
699
|
|
700
700
|
--
|
701
701
|
|
702
|
-
##### [execute_async_script](https://github.com/appium/ruby_lib/blob/
|
702
|
+
##### [execute_async_script](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L641) common
|
703
703
|
|
704
704
|
> def execute_async_script(script, *args)
|
705
705
|
|
@@ -709,7 +709,33 @@ Get the window handles of open browser windows
|
|
709
709
|
|
710
710
|
--
|
711
711
|
|
712
|
-
##### [
|
712
|
+
##### [execute_driver](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L673) common
|
713
|
+
|
714
|
+
> def execute_driver(script: '', type: 'webdriverio', timeout_ms: nil)
|
715
|
+
|
716
|
+
Run a set of script against the current session, allowing execution of many commands in one Appium request.
|
717
|
+
Supports {https://webdriver.io/docs/api.html WebdriverIO} API so far.
|
718
|
+
Please read {http://appium.io/docs/en/commands/session/execute-driver command API} for more details
|
719
|
+
about acceptable scripts and the output.
|
720
|
+
|
721
|
+
__Parameters:__
|
722
|
+
|
723
|
+
[String] script - The string consisting of the script itself
|
724
|
+
|
725
|
+
[String] type - The name of the script type.
|
726
|
+
Defaults to 'webdriverio'. Depends on server implementation which type is supported.
|
727
|
+
|
728
|
+
[Integer] timeout_ms - The number of `ms` Appium should wait for the script to finish
|
729
|
+
before killing it due to timeout.
|
730
|
+
|
731
|
+
__Returns:__
|
732
|
+
|
733
|
+
[Appium::Core::Base::Device::ExecuteDriver::Result] The script result parsed by
|
734
|
+
Appium::Core::Base::Device::ExecuteDriver::Result.
|
735
|
+
|
736
|
+
--
|
737
|
+
|
738
|
+
##### [window_handles](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L677) common
|
713
739
|
|
714
740
|
> def window_handles
|
715
741
|
|
@@ -717,7 +743,7 @@ Get the window handles of open browser windows
|
|
717
743
|
|
718
744
|
--
|
719
745
|
|
720
|
-
##### [window_handle](https://github.com/appium/ruby_lib/blob/
|
746
|
+
##### [window_handle](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L682) common
|
721
747
|
|
722
748
|
> def window_handle
|
723
749
|
|
@@ -725,7 +751,7 @@ Get the current window handle
|
|
725
751
|
|
726
752
|
--
|
727
753
|
|
728
|
-
##### [navigate](https://github.com/appium/ruby_lib/blob/
|
754
|
+
##### [navigate](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L686) common
|
729
755
|
|
730
756
|
> def navigate
|
731
757
|
|
@@ -733,7 +759,7 @@ Get the current window handle
|
|
733
759
|
|
734
760
|
--
|
735
761
|
|
736
|
-
##### [manage](https://github.com/appium/ruby_lib/blob/
|
762
|
+
##### [manage](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L690) common
|
737
763
|
|
738
764
|
> def manage
|
739
765
|
|
@@ -741,7 +767,7 @@ Get the current window handle
|
|
741
767
|
|
742
768
|
--
|
743
769
|
|
744
|
-
##### [get](https://github.com/appium/ruby_lib/blob/
|
770
|
+
##### [get](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L694) common
|
745
771
|
|
746
772
|
> def get(url)
|
747
773
|
|
@@ -749,7 +775,7 @@ Get the current window handle
|
|
749
775
|
|
750
776
|
--
|
751
777
|
|
752
|
-
##### [current_url](https://github.com/appium/ruby_lib/blob/
|
778
|
+
##### [current_url](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L698) common
|
753
779
|
|
754
780
|
> def current_url
|
755
781
|
|
@@ -757,7 +783,7 @@ Get the current window handle
|
|
757
783
|
|
758
784
|
--
|
759
785
|
|
760
|
-
##### [title](https://github.com/appium/ruby_lib/blob/
|
786
|
+
##### [title](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L702) common
|
761
787
|
|
762
788
|
> def title
|
763
789
|
|
@@ -765,7 +791,7 @@ Get the current window handle
|
|
765
791
|
|
766
792
|
--
|
767
793
|
|
768
|
-
##### [switch_to](https://github.com/appium/ruby_lib/blob/
|
794
|
+
##### [switch_to](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L708) common
|
769
795
|
|
770
796
|
> def switch_to
|
771
797
|
|
@@ -777,7 +803,7 @@ __Returns:__
|
|
777
803
|
|
778
804
|
--
|
779
805
|
|
780
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
806
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L735) common
|
781
807
|
|
782
808
|
> def find_elements(*args)
|
783
809
|
|
@@ -797,7 +823,7 @@ __Returns:__
|
|
797
823
|
|
798
824
|
--
|
799
825
|
|
800
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
826
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L751) common
|
801
827
|
|
802
828
|
> def find_element(*args)
|
803
829
|
|
@@ -815,7 +841,7 @@ __Returns:__
|
|
815
841
|
|
816
842
|
--
|
817
843
|
|
818
|
-
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/
|
844
|
+
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L766) common
|
819
845
|
|
820
846
|
> def find_element_by_image(png_img_path)
|
821
847
|
|
@@ -831,7 +857,7 @@ __Returns:__
|
|
831
857
|
|
832
858
|
--
|
833
859
|
|
834
|
-
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/
|
860
|
+
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L781) common
|
835
861
|
|
836
862
|
> def find_elements_by_image(png_img_paths)
|
837
863
|
|
@@ -847,7 +873,7 @@ __Returns:__
|
|
847
873
|
|
848
874
|
--
|
849
875
|
|
850
|
-
##### [set_location](https://github.com/appium/ruby_lib/blob/
|
876
|
+
##### [set_location](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L794) common
|
851
877
|
|
852
878
|
> def set_location(opts = {})
|
853
879
|
|
@@ -863,7 +889,7 @@ __Returns:__
|
|
863
889
|
|
864
890
|
--
|
865
891
|
|
866
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
892
|
+
##### [x](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/driver.rb#L804) common
|
867
893
|
|
868
894
|
> def x
|
869
895
|
|
@@ -876,7 +902,7 @@ __Returns:__
|
|
876
902
|
|
877
903
|
--
|
878
904
|
|
879
|
-
##### [username](https://github.com/appium/ruby_lib/blob/
|
905
|
+
##### [username](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/sauce_labs.rb#L18) common
|
880
906
|
|
881
907
|
> def username
|
882
908
|
|
@@ -884,7 +910,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US
|
|
884
910
|
|
885
911
|
--
|
886
912
|
|
887
|
-
##### [access_key](https://github.com/appium/ruby_lib/blob/
|
913
|
+
##### [access_key](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/sauce_labs.rb#L20) common
|
888
914
|
|
889
915
|
> def access_key
|
890
916
|
|
@@ -892,7 +918,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_
|
|
892
918
|
|
893
919
|
--
|
894
920
|
|
895
|
-
##### [endpoint](https://github.com/appium/ruby_lib/blob/
|
921
|
+
##### [endpoint](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/sauce_labs.rb#L22) common
|
896
922
|
|
897
923
|
> def endpoint
|
898
924
|
|
@@ -900,7 +926,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'o
|
|
900
926
|
|
901
927
|
--
|
902
928
|
|
903
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
929
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/sauce_labs.rb#L47) common
|
904
930
|
|
905
931
|
> def initialize(appium_lib_opts)
|
906
932
|
|
@@ -916,7 +942,7 @@ __Returns:__
|
|
916
942
|
|
917
943
|
--
|
918
944
|
|
919
|
-
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/
|
945
|
+
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/sauce_labs.rb#L67) common
|
920
946
|
|
921
947
|
> def sauce_server_url?
|
922
948
|
|
@@ -928,7 +954,7 @@ __Returns:__
|
|
928
954
|
|
929
955
|
--
|
930
956
|
|
931
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
957
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/sauce_labs.rb#L80) common
|
932
958
|
|
933
959
|
> def server_url
|
934
960
|
|
@@ -940,7 +966,7 @@ __Returns:__
|
|
940
966
|
|
941
967
|
--
|
942
968
|
|
943
|
-
##### [get_log](https://github.com/appium/ruby_lib/blob/
|
969
|
+
##### [get_log](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/log.rb#L25) common
|
944
970
|
|
945
971
|
> def get_log(type)
|
946
972
|
|
@@ -956,7 +982,7 @@ __Returns:__
|
|
956
982
|
|
957
983
|
--
|
958
984
|
|
959
|
-
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/
|
985
|
+
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/log.rb#L37) common
|
960
986
|
|
961
987
|
> def get_available_log_types
|
962
988
|
|
@@ -968,7 +994,7 @@ __Returns:__
|
|
968
994
|
|
969
995
|
--
|
970
996
|
|
971
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
997
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/wait.rb#L44) common
|
972
998
|
|
973
999
|
> def wait_true(opts = {})
|
974
1000
|
|
@@ -988,7 +1014,7 @@ __Parameters:__
|
|
988
1014
|
|
989
1015
|
--
|
990
1016
|
|
991
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
1017
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/wait.rb#L73) common
|
992
1018
|
|
993
1019
|
> def wait(opts = {})
|
994
1020
|
|
@@ -1006,7 +1032,7 @@ __Parameters:__
|
|
1006
1032
|
|
1007
1033
|
--
|
1008
1034
|
|
1009
|
-
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/
|
1035
|
+
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/device.rb#L26) common
|
1010
1036
|
|
1011
1037
|
> def add_touch_actions
|
1012
1038
|
|
@@ -1014,7 +1040,7 @@ __Parameters:__
|
|
1014
1040
|
|
1015
1041
|
--
|
1016
1042
|
|
1017
|
-
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/
|
1043
|
+
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/device.rb#L38) common
|
1018
1044
|
|
1019
1045
|
> def delegate_from_appium_driver(method, delegation_target)
|
1020
1046
|
|
@@ -1022,7 +1048,7 @@ __Parameters:__
|
|
1022
1048
|
|
1023
1049
|
--
|
1024
1050
|
|
1025
|
-
##### [ignore](https://github.com/appium/ruby_lib/blob/
|
1051
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L30) common
|
1026
1052
|
|
1027
1053
|
> def ignore
|
1028
1054
|
|
@@ -1030,7 +1056,7 @@ Return yield and ignore any exceptions.
|
|
1030
1056
|
|
1031
1057
|
--
|
1032
1058
|
|
1033
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
1059
|
+
##### [back](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L37) common
|
1034
1060
|
|
1035
1061
|
> def back
|
1036
1062
|
|
@@ -1042,7 +1068,7 @@ __Returns:__
|
|
1042
1068
|
|
1043
1069
|
--
|
1044
1070
|
|
1045
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
1071
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L48) common
|
1046
1072
|
|
1047
1073
|
> def session_id
|
1048
1074
|
|
@@ -1054,7 +1080,7 @@ __Returns:__
|
|
1054
1080
|
|
1055
1081
|
--
|
1056
1082
|
|
1057
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
1083
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L56) common
|
1058
1084
|
|
1059
1085
|
> def xpath(xpath_str)
|
1060
1086
|
|
@@ -1070,7 +1096,7 @@ __Returns:__
|
|
1070
1096
|
|
1071
1097
|
--
|
1072
1098
|
|
1073
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
1099
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L64) common
|
1074
1100
|
|
1075
1101
|
> def xpaths(xpath_str)
|
1076
1102
|
|
@@ -1086,7 +1112,7 @@ __Returns:__
|
|
1086
1112
|
|
1087
1113
|
--
|
1088
1114
|
|
1089
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
1115
|
+
##### [result](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L74) common
|
1090
1116
|
|
1091
1117
|
> def result
|
1092
1118
|
|
@@ -1094,7 +1120,7 @@ Returns the value of attribute result
|
|
1094
1120
|
|
1095
1121
|
--
|
1096
1122
|
|
1097
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1123
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L76) common
|
1098
1124
|
|
1099
1125
|
> def initialize(platform)
|
1100
1126
|
|
@@ -1106,7 +1132,7 @@ __Returns:__
|
|
1106
1132
|
|
1107
1133
|
--
|
1108
1134
|
|
1109
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
1135
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L81) common
|
1110
1136
|
|
1111
1137
|
> def reset
|
1112
1138
|
|
@@ -1114,7 +1140,7 @@ __Returns:__
|
|
1114
1140
|
|
1115
1141
|
--
|
1116
1142
|
|
1117
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1143
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L86) common
|
1118
1144
|
|
1119
1145
|
> def start_element(name, attrs = [])
|
1120
1146
|
|
@@ -1122,7 +1148,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1122
1148
|
|
1123
1149
|
--
|
1124
1150
|
|
1125
|
-
##### [formatted_result](https://github.com/appium/ruby_lib/blob/
|
1151
|
+
##### [formatted_result](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L97) common
|
1126
1152
|
|
1127
1153
|
> def formatted_result
|
1128
1154
|
|
@@ -1130,7 +1156,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1130
1156
|
|
1131
1157
|
--
|
1132
1158
|
|
1133
|
-
##### [get_page_class](https://github.com/appium/ruby_lib/blob/
|
1159
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L115) common
|
1134
1160
|
|
1135
1161
|
> def get_page_class
|
1136
1162
|
|
@@ -1142,7 +1168,7 @@ __Returns:__
|
|
1142
1168
|
|
1143
1169
|
--
|
1144
1170
|
|
1145
|
-
##### [page_class](https://github.com/appium/ruby_lib/blob/
|
1171
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L140) common
|
1146
1172
|
|
1147
1173
|
> def page_class
|
1148
1174
|
|
@@ -1155,7 +1181,7 @@ __Returns:__
|
|
1155
1181
|
|
1156
1182
|
--
|
1157
1183
|
|
1158
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
1184
|
+
##### [source](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L147) common
|
1159
1185
|
|
1160
1186
|
> def source
|
1161
1187
|
|
@@ -1167,7 +1193,7 @@ __Returns:__
|
|
1167
1193
|
|
1168
1194
|
--
|
1169
1195
|
|
1170
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
1196
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L154) common
|
1171
1197
|
|
1172
1198
|
> def get_source
|
1173
1199
|
|
@@ -1180,7 +1206,7 @@ __Returns:__
|
|
1180
1206
|
|
1181
1207
|
--
|
1182
1208
|
|
1183
|
-
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/
|
1209
|
+
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L164) common
|
1184
1210
|
|
1185
1211
|
> def px_to_window_rel(opts = {}, driver = $driver)
|
1186
1212
|
|
@@ -1188,7 +1214,7 @@ Converts pixel values to window relative values
|
|
1188
1214
|
|
1189
1215
|
--
|
1190
1216
|
|
1191
|
-
##### [xml_keys](https://github.com/appium/ruby_lib/blob/
|
1217
|
+
##### [xml_keys](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L183) common
|
1192
1218
|
|
1193
1219
|
> def xml_keys(target)
|
1194
1220
|
|
@@ -1204,7 +1230,7 @@ __Returns:__
|
|
1204
1230
|
|
1205
1231
|
--
|
1206
1232
|
|
1207
|
-
##### [xml_values](https://github.com/appium/ruby_lib/blob/
|
1233
|
+
##### [xml_values](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L191) common
|
1208
1234
|
|
1209
1235
|
> def xml_values(target)
|
1210
1236
|
|
@@ -1220,7 +1246,7 @@ __Returns:__
|
|
1220
1246
|
|
1221
1247
|
--
|
1222
1248
|
|
1223
|
-
##### [resolve_id](https://github.com/appium/ruby_lib/blob/
|
1249
|
+
##### [resolve_id](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L199) common
|
1224
1250
|
|
1225
1251
|
> def resolve_id(id)
|
1226
1252
|
|
@@ -1236,7 +1262,7 @@ __Returns:__
|
|
1236
1262
|
|
1237
1263
|
--
|
1238
1264
|
|
1239
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1265
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L206) common
|
1240
1266
|
|
1241
1267
|
> def filter
|
1242
1268
|
|
@@ -1244,7 +1270,7 @@ Returns the value of attribute filter
|
|
1244
1270
|
|
1245
1271
|
--
|
1246
1272
|
|
1247
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1273
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L209) common
|
1248
1274
|
|
1249
1275
|
> def filter=(value)
|
1250
1276
|
|
@@ -1252,7 +1278,7 @@ convert to string to support symbols
|
|
1252
1278
|
|
1253
1279
|
--
|
1254
1280
|
|
1255
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1281
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L216) common
|
1256
1282
|
|
1257
1283
|
> def initialize
|
1258
1284
|
|
@@ -1264,7 +1290,7 @@ __Returns:__
|
|
1264
1290
|
|
1265
1291
|
--
|
1266
1292
|
|
1267
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
1293
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L221) common
|
1268
1294
|
|
1269
1295
|
> def reset
|
1270
1296
|
|
@@ -1272,7 +1298,7 @@ __Returns:__
|
|
1272
1298
|
|
1273
1299
|
--
|
1274
1300
|
|
1275
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
1301
|
+
##### [result](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L227) common
|
1276
1302
|
|
1277
1303
|
> def result
|
1278
1304
|
|
@@ -1280,7 +1306,7 @@ __Returns:__
|
|
1280
1306
|
|
1281
1307
|
--
|
1282
1308
|
|
1283
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1309
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L240) common
|
1284
1310
|
|
1285
1311
|
> def start_element(name, attrs = [])
|
1286
1312
|
|
@@ -1288,7 +1314,7 @@ __Returns:__
|
|
1288
1314
|
|
1289
1315
|
--
|
1290
1316
|
|
1291
|
-
##### [end_element](https://github.com/appium/ruby_lib/blob/
|
1317
|
+
##### [end_element](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L250) common
|
1292
1318
|
|
1293
1319
|
> def end_element(name)
|
1294
1320
|
|
@@ -1296,7 +1322,7 @@ __Returns:__
|
|
1296
1322
|
|
1297
1323
|
--
|
1298
1324
|
|
1299
|
-
##### [characters](https://github.com/appium/ruby_lib/blob/
|
1325
|
+
##### [characters](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/helper.rb#L257) common
|
1300
1326
|
|
1301
1327
|
> def characters(chars)
|
1302
1328
|
|
@@ -1304,7 +1330,7 @@ __Returns:__
|
|
1304
1330
|
|
1305
1331
|
--
|
1306
1332
|
|
1307
|
-
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/
|
1333
|
+
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/http_client.rb#L22) common
|
1308
1334
|
|
1309
1335
|
> DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze
|
1310
1336
|
|
@@ -1312,7 +1338,7 @@ Default HTTP client inherit Appium::Core::Base::Http::Default, but has different
|
|
1312
1338
|
|
1313
1339
|
--
|
1314
1340
|
|
1315
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
1341
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/multi_touch.rb#L65) common
|
1316
1342
|
|
1317
1343
|
> def pinch(percentage = 25, auto_perform = true, driver = $driver)
|
1318
1344
|
|
@@ -1332,7 +1358,7 @@ __Parameters:__
|
|
1332
1358
|
|
1333
1359
|
--
|
1334
1360
|
|
1335
|
-
##### [zoom](https://github.com/appium/ruby_lib/blob/
|
1361
|
+
##### [zoom](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/multi_touch.rb#L108) common
|
1336
1362
|
|
1337
1363
|
> def zoom(percentage = 200, auto_perform = true, driver = $driver)
|
1338
1364
|
|
@@ -1352,7 +1378,7 @@ __Parameters:__
|
|
1352
1378
|
|
1353
1379
|
--
|
1354
1380
|
|
1355
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1381
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/multi_touch.rb#L194) common
|
1356
1382
|
|
1357
1383
|
> def initialize(driver = $driver)
|
1358
1384
|
|
@@ -1364,7 +1390,7 @@ __Returns:__
|
|
1364
1390
|
|
1365
1391
|
--
|
1366
1392
|
|
1367
|
-
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/
|
1393
|
+
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/touch_actions.rb#L47) common
|
1368
1394
|
|
1369
1395
|
> COMPLEX_ACTIONS = ::Appium::Core::TouchAction::COMPLEX_ACTIONS
|
1370
1396
|
|
@@ -1372,7 +1398,7 @@ __Returns:__
|
|
1372
1398
|
|
1373
1399
|
--
|
1374
1400
|
|
1375
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1401
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/touch_actions.rb#L62) common
|
1376
1402
|
|
1377
1403
|
> def initialize(driver = $driver)
|
1378
1404
|
|
@@ -1384,7 +1410,7 @@ __Returns:__
|
|
1384
1410
|
|
1385
1411
|
--
|
1386
1412
|
|
1387
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
1413
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/touch_actions.rb#L66) common
|
1388
1414
|
|
1389
1415
|
> def swipe(opts)
|
1390
1416
|
|
@@ -1392,7 +1418,7 @@ __Returns:__
|
|
1392
1418
|
|
1393
1419
|
--
|
1394
1420
|
|
1395
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1421
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/command/ws_logcat.rb#L19) common
|
1396
1422
|
|
1397
1423
|
> def initialize(url:, output_file: 'logcat.log')
|
1398
1424
|
|
@@ -1404,7 +1430,7 @@ __Returns:__
|
|
1404
1430
|
|
1405
1431
|
--
|
1406
1432
|
|
1407
|
-
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/
|
1433
|
+
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/common/command/ws_logcat.rb#L24) common
|
1408
1434
|
|
1409
1435
|
> def handle_message_data(data)
|
1410
1436
|
|
@@ -1412,7 +1438,7 @@ __Returns:__
|
|
1412
1438
|
|
1413
1439
|
--
|
1414
1440
|
|
1415
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
1441
|
+
##### [for](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/ios.rb#L29) ios
|
1416
1442
|
|
1417
1443
|
> def self.for(target)
|
1418
1444
|
|
@@ -1420,7 +1446,7 @@ __Returns:__
|
|
1420
1446
|
|
1421
1447
|
--
|
1422
1448
|
|
1423
|
-
##### [UIA_STATIC_TEXT](https://github.com/appium/ruby_lib/blob/
|
1449
|
+
##### [UIA_STATIC_TEXT](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L18) ios
|
1424
1450
|
|
1425
1451
|
> UIA_STATIC_TEXT = 'UIAStaticText'
|
1426
1452
|
|
@@ -1428,7 +1454,7 @@ __Returns:__
|
|
1428
1454
|
|
1429
1455
|
--
|
1430
1456
|
|
1431
|
-
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/
|
1457
|
+
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L19) ios
|
1432
1458
|
|
1433
1459
|
> UIAStaticText = UIA_STATIC_TEXT
|
1434
1460
|
|
@@ -1436,7 +1462,7 @@ __Returns:__
|
|
1436
1462
|
|
1437
1463
|
--
|
1438
1464
|
|
1439
|
-
##### [XCUIELEMENT_TYPE_STATIC_TEXT](https://github.com/appium/ruby_lib/blob/
|
1465
|
+
##### [XCUIELEMENT_TYPE_STATIC_TEXT](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L21) ios
|
1440
1466
|
|
1441
1467
|
> XCUIELEMENT_TYPE_STATIC_TEXT = 'XCUIElementTypeStaticText'
|
1442
1468
|
|
@@ -1444,7 +1470,7 @@ __Returns:__
|
|
1444
1470
|
|
1445
1471
|
--
|
1446
1472
|
|
1447
|
-
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/
|
1473
|
+
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L22) ios
|
1448
1474
|
|
1449
1475
|
> XCUIElementTypeStaticText = XCUIELEMENT_TYPE_STATIC_TEXT
|
1450
1476
|
|
@@ -1452,7 +1478,7 @@ __Returns:__
|
|
1452
1478
|
|
1453
1479
|
--
|
1454
1480
|
|
1455
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
1481
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L25) ios
|
1456
1482
|
|
1457
1483
|
> def static_text_class
|
1458
1484
|
|
@@ -1464,7 +1490,7 @@ __Returns:__
|
|
1464
1490
|
|
1465
1491
|
--
|
1466
1492
|
|
1467
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1493
|
+
##### [text](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L33) ios
|
1468
1494
|
|
1469
1495
|
> def text(value)
|
1470
1496
|
|
@@ -1481,7 +1507,7 @@ __Returns:__
|
|
1481
1507
|
|
1482
1508
|
--
|
1483
1509
|
|
1484
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1510
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L43) ios
|
1485
1511
|
|
1486
1512
|
> def texts(value = false)
|
1487
1513
|
|
@@ -1498,7 +1524,7 @@ __Returns:__
|
|
1498
1524
|
|
1499
1525
|
--
|
1500
1526
|
|
1501
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
1527
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L51) ios
|
1502
1528
|
|
1503
1529
|
> def first_text
|
1504
1530
|
|
@@ -1510,7 +1536,7 @@ __Returns:__
|
|
1510
1536
|
|
1511
1537
|
--
|
1512
1538
|
|
1513
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
1539
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L57) ios
|
1514
1540
|
|
1515
1541
|
> def last_text
|
1516
1542
|
|
@@ -1522,7 +1548,7 @@ __Returns:__
|
|
1522
1548
|
|
1523
1549
|
--
|
1524
1550
|
|
1525
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
1551
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L64) ios
|
1526
1552
|
|
1527
1553
|
> def text_exact(value)
|
1528
1554
|
|
@@ -1538,7 +1564,7 @@ __Returns:__
|
|
1538
1564
|
|
1539
1565
|
--
|
1540
1566
|
|
1541
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
1567
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/text.rb#L71) ios
|
1542
1568
|
|
1543
1569
|
> def texts_exact(value)
|
1544
1570
|
|
@@ -1554,7 +1580,7 @@ __Returns:__
|
|
1554
1580
|
|
1555
1581
|
--
|
1556
1582
|
|
1557
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1583
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L19) ios
|
1558
1584
|
|
1559
1585
|
> def filter
|
1560
1586
|
|
@@ -1562,7 +1588,7 @@ Returns the value of attribute filter
|
|
1562
1588
|
|
1563
1589
|
--
|
1564
1590
|
|
1565
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1591
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L19) ios
|
1566
1592
|
|
1567
1593
|
> def filter=(value)
|
1568
1594
|
|
@@ -1574,7 +1600,7 @@ __Parameters:__
|
|
1574
1600
|
|
1575
1601
|
--
|
1576
1602
|
|
1577
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1603
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L21) ios
|
1578
1604
|
|
1579
1605
|
> def start_element(type, attrs = [])
|
1580
1606
|
|
@@ -1582,7 +1608,7 @@ __Parameters:__
|
|
1582
1608
|
|
1583
1609
|
--
|
1584
1610
|
|
1585
|
-
##### [ios_password](https://github.com/appium/ruby_lib/blob/
|
1611
|
+
##### [ios_password](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L57) ios
|
1586
1612
|
|
1587
1613
|
> def ios_password(length = 1)
|
1588
1614
|
|
@@ -1600,7 +1626,7 @@ __Returns:__
|
|
1600
1626
|
|
1601
1627
|
--
|
1602
1628
|
|
1603
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1629
|
+
##### [page](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L73) ios
|
1604
1630
|
|
1605
1631
|
> def page(opts = {})
|
1606
1632
|
|
@@ -1618,7 +1644,7 @@ __Returns:__
|
|
1618
1644
|
|
1619
1645
|
--
|
1620
1646
|
|
1621
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
1647
|
+
##### [id](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L100) ios
|
1622
1648
|
|
1623
1649
|
> def id(id)
|
1624
1650
|
|
@@ -1634,7 +1660,7 @@ __Returns:__
|
|
1634
1660
|
|
1635
1661
|
--
|
1636
1662
|
|
1637
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
1663
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L108) ios
|
1638
1664
|
|
1639
1665
|
> def ele_index(class_name, index)
|
1640
1666
|
|
@@ -1652,7 +1678,7 @@ __Returns:__
|
|
1652
1678
|
|
1653
1679
|
--
|
1654
1680
|
|
1655
|
-
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/
|
1681
|
+
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L138) ios
|
1656
1682
|
|
1657
1683
|
> def find_ele_by_attr(class_name, attr, value)
|
1658
1684
|
|
@@ -1674,7 +1700,7 @@ __Returns:__
|
|
1674
1700
|
|
1675
1701
|
--
|
1676
1702
|
|
1677
|
-
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/
|
1703
|
+
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L149) ios
|
1678
1704
|
|
1679
1705
|
> def find_eles_by_attr(class_name, attr, value)
|
1680
1706
|
|
@@ -1696,7 +1722,7 @@ __Returns:__
|
|
1696
1722
|
|
1697
1723
|
--
|
1698
1724
|
|
1699
|
-
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1725
|
+
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L162) ios
|
1700
1726
|
|
1701
1727
|
> def find_ele_by_predicate(class_name: '*', value:)
|
1702
1728
|
|
@@ -1713,7 +1739,7 @@ __Returns:__
|
|
1713
1739
|
|
1714
1740
|
--
|
1715
1741
|
|
1716
|
-
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1742
|
+
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L174) ios
|
1717
1743
|
|
1718
1744
|
> def find_eles_by_predicate(class_name: '*', value:)
|
1719
1745
|
|
@@ -1732,7 +1758,7 @@ __Returns:__
|
|
1732
1758
|
|
1733
1759
|
--
|
1734
1760
|
|
1735
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1761
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L190) ios
|
1736
1762
|
|
1737
1763
|
> def find_ele_by_attr_include(class_name, attr, value)
|
1738
1764
|
|
@@ -1753,7 +1779,7 @@ __Returns:__
|
|
1753
1779
|
|
1754
1780
|
--
|
1755
1781
|
|
1756
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1782
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L200) ios
|
1757
1783
|
|
1758
1784
|
> def find_eles_by_attr_include(class_name, attr, value)
|
1759
1785
|
|
@@ -1774,7 +1800,7 @@ __Returns:__
|
|
1774
1800
|
|
1775
1801
|
--
|
1776
1802
|
|
1777
|
-
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1803
|
+
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L208) ios
|
1778
1804
|
|
1779
1805
|
> def find_ele_by_predicate_include(class_name: '*', value:)
|
1780
1806
|
|
@@ -1791,7 +1817,7 @@ __Returns:__
|
|
1791
1817
|
|
1792
1818
|
--
|
1793
1819
|
|
1794
|
-
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1820
|
+
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L220) ios
|
1795
1821
|
|
1796
1822
|
> def find_eles_by_predicate_include(class_name: '*', value:)
|
1797
1823
|
|
@@ -1810,7 +1836,7 @@ __Returns:__
|
|
1810
1836
|
|
1811
1837
|
--
|
1812
1838
|
|
1813
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
1839
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L233) ios
|
1814
1840
|
|
1815
1841
|
> def first_ele(class_name)
|
1816
1842
|
|
@@ -1826,7 +1852,7 @@ __Returns:__
|
|
1826
1852
|
|
1827
1853
|
--
|
1828
1854
|
|
1829
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
1855
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L240) ios
|
1830
1856
|
|
1831
1857
|
> def last_ele(class_name)
|
1832
1858
|
|
@@ -1842,7 +1868,7 @@ __Returns:__
|
|
1842
1868
|
|
1843
1869
|
--
|
1844
1870
|
|
1845
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
1871
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L248) ios
|
1846
1872
|
|
1847
1873
|
> def tag(class_name)
|
1848
1874
|
|
@@ -1858,7 +1884,7 @@ __Returns:__
|
|
1858
1884
|
|
1859
1885
|
--
|
1860
1886
|
|
1861
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
1887
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L256) ios
|
1862
1888
|
|
1863
1889
|
> def tags(class_name)
|
1864
1890
|
|
@@ -1874,7 +1900,7 @@ __Returns:__
|
|
1874
1900
|
|
1875
1901
|
--
|
1876
1902
|
|
1877
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
1903
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L267) ios
|
1878
1904
|
|
1879
1905
|
> def tags_include(class_names:, value: nil)
|
1880
1906
|
|
@@ -1894,7 +1920,7 @@ __Returns:__
|
|
1894
1920
|
|
1895
1921
|
--
|
1896
1922
|
|
1897
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
1923
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L282) ios
|
1898
1924
|
|
1899
1925
|
> def tags_exact(class_names:, value: nil)
|
1900
1926
|
|
@@ -1914,7 +1940,7 @@ __Returns:__
|
|
1914
1940
|
|
1915
1941
|
--
|
1916
1942
|
|
1917
|
-
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1943
|
+
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L319) ios
|
1918
1944
|
|
1919
1945
|
> def ele_by_json_visible_contains(element, value)
|
1920
1946
|
|
@@ -1933,7 +1959,7 @@ __Returns:__
|
|
1933
1959
|
|
1934
1960
|
--
|
1935
1961
|
|
1936
|
-
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1962
|
+
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L328) ios
|
1937
1963
|
|
1938
1964
|
> def eles_by_json_visible_contains(element, value)
|
1939
1965
|
|
@@ -1952,7 +1978,7 @@ __Returns:__
|
|
1952
1978
|
|
1953
1979
|
--
|
1954
1980
|
|
1955
|
-
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1981
|
+
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L358) ios
|
1956
1982
|
|
1957
1983
|
> def ele_by_json_visible_exact(element, value)
|
1958
1984
|
|
@@ -1971,7 +1997,7 @@ __Returns:__
|
|
1971
1997
|
|
1972
1998
|
--
|
1973
1999
|
|
1974
|
-
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
2000
|
+
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L367) ios
|
1975
2001
|
|
1976
2002
|
> def eles_by_json_visible_exact(element, value)
|
1977
2003
|
|
@@ -1990,7 +2016,7 @@ __Returns:__
|
|
1990
2016
|
|
1991
2017
|
--
|
1992
2018
|
|
1993
|
-
##### [_all_pred](https://github.com/appium/ruby_lib/blob/
|
2019
|
+
##### [_all_pred](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L376) ios
|
1994
2020
|
|
1995
2021
|
> def _all_pred(opts)
|
1996
2022
|
|
@@ -2000,7 +2026,7 @@ visible - if true, only visible elements are returned. default true
|
|
2000
2026
|
|
2001
2027
|
--
|
2002
2028
|
|
2003
|
-
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/
|
2029
|
+
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L390) ios
|
2004
2030
|
|
2005
2031
|
> def ele_with_pred(opts)
|
2006
2032
|
|
@@ -2016,7 +2042,7 @@ __Returns:__
|
|
2016
2042
|
|
2017
2043
|
--
|
2018
2044
|
|
2019
|
-
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/
|
2045
|
+
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L401) ios
|
2020
2046
|
|
2021
2047
|
> def eles_with_pred(opts)
|
2022
2048
|
|
@@ -2032,7 +2058,7 @@ __Returns:__
|
|
2032
2058
|
|
2033
2059
|
--
|
2034
2060
|
|
2035
|
-
##### [_validate_object](https://github.com/appium/ruby_lib/blob/
|
2061
|
+
##### [_validate_object](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L405) ios
|
2036
2062
|
|
2037
2063
|
> def _validate_object(*objects)
|
2038
2064
|
|
@@ -2040,7 +2066,7 @@ __Returns:__
|
|
2040
2066
|
|
2041
2067
|
--
|
2042
2068
|
|
2043
|
-
##### [_by_json](https://github.com/appium/ruby_lib/blob/
|
2069
|
+
##### [_by_json](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L455) ios
|
2044
2070
|
|
2045
2071
|
> def _by_json(opts)
|
2046
2072
|
|
@@ -2075,7 +2101,7 @@ opts = {
|
|
2075
2101
|
|
2076
2102
|
--
|
2077
2103
|
|
2078
|
-
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/
|
2104
|
+
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L505) ios
|
2079
2105
|
|
2080
2106
|
> def eles_by_json(opts)
|
2081
2107
|
|
@@ -2094,7 +2120,7 @@ eles_by_json({
|
|
2094
2120
|
|
2095
2121
|
--
|
2096
2122
|
|
2097
|
-
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/
|
2123
|
+
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/common/helper.rb#L511) ios
|
2098
2124
|
|
2099
2125
|
> def ele_by_json(opts)
|
2100
2126
|
|
@@ -2102,7 +2128,7 @@ see eles_by_json
|
|
2102
2128
|
|
2103
2129
|
--
|
2104
2130
|
|
2105
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
2131
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/alert.rb#L19) ios
|
2106
2132
|
|
2107
2133
|
> def alert_accept
|
2108
2134
|
|
@@ -2114,7 +2140,7 @@ __Returns:__
|
|
2114
2140
|
|
2115
2141
|
--
|
2116
2142
|
|
2117
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
2143
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/alert.rb#L27) ios
|
2118
2144
|
|
2119
2145
|
> def alert_dismiss
|
2120
2146
|
|
@@ -2126,7 +2152,7 @@ __Returns:__
|
|
2126
2152
|
|
2127
2153
|
--
|
2128
2154
|
|
2129
|
-
##### [UIA_BUTTON](https://github.com/appium/ruby_lib/blob/
|
2155
|
+
##### [UIA_BUTTON](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L18) ios
|
2130
2156
|
|
2131
2157
|
> UIA_BUTTON = 'UIAButton'
|
2132
2158
|
|
@@ -2134,7 +2160,7 @@ __Returns:__
|
|
2134
2160
|
|
2135
2161
|
--
|
2136
2162
|
|
2137
|
-
##### [UIAButton](https://github.com/appium/ruby_lib/blob/
|
2163
|
+
##### [UIAButton](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L19) ios
|
2138
2164
|
|
2139
2165
|
> UIAButton = UIA_BUTTON
|
2140
2166
|
|
@@ -2142,7 +2168,7 @@ __Returns:__
|
|
2142
2168
|
|
2143
2169
|
--
|
2144
2170
|
|
2145
|
-
##### [XCUIELEMENT_TYPE_BUTTON](https://github.com/appium/ruby_lib/blob/
|
2171
|
+
##### [XCUIELEMENT_TYPE_BUTTON](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L21) ios
|
2146
2172
|
|
2147
2173
|
> XCUIELEMENT_TYPE_BUTTON = 'XCUIElementTypeButton'
|
2148
2174
|
|
@@ -2150,7 +2176,7 @@ __Returns:__
|
|
2150
2176
|
|
2151
2177
|
--
|
2152
2178
|
|
2153
|
-
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/
|
2179
|
+
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L22) ios
|
2154
2180
|
|
2155
2181
|
> XCUIElementTypeButton = XCUIELEMENT_TYPE_BUTTON
|
2156
2182
|
|
@@ -2158,7 +2184,7 @@ __Returns:__
|
|
2158
2184
|
|
2159
2185
|
--
|
2160
2186
|
|
2161
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
2187
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L25) ios
|
2162
2188
|
|
2163
2189
|
> def button_class
|
2164
2190
|
|
@@ -2170,7 +2196,7 @@ __Returns:__
|
|
2170
2196
|
|
2171
2197
|
--
|
2172
2198
|
|
2173
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2199
|
+
##### [button](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L33) ios
|
2174
2200
|
|
2175
2201
|
> def button(value)
|
2176
2202
|
|
@@ -2187,7 +2213,7 @@ __Returns:__
|
|
2187
2213
|
|
2188
2214
|
--
|
2189
2215
|
|
2190
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2216
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L44) ios
|
2191
2217
|
|
2192
2218
|
> def buttons(value = false)
|
2193
2219
|
|
@@ -2204,7 +2230,7 @@ __Returns:__
|
|
2204
2230
|
|
2205
2231
|
--
|
2206
2232
|
|
2207
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2233
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L52) ios
|
2208
2234
|
|
2209
2235
|
> def first_button
|
2210
2236
|
|
@@ -2216,7 +2242,7 @@ __Returns:__
|
|
2216
2242
|
|
2217
2243
|
--
|
2218
2244
|
|
2219
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2245
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L60) ios
|
2220
2246
|
|
2221
2247
|
> def last_button
|
2222
2248
|
|
@@ -2230,7 +2256,7 @@ __Returns:__
|
|
2230
2256
|
|
2231
2257
|
--
|
2232
2258
|
|
2233
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2259
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L67) ios
|
2234
2260
|
|
2235
2261
|
> def button_exact(value)
|
2236
2262
|
|
@@ -2246,7 +2272,7 @@ __Returns:__
|
|
2246
2272
|
|
2247
2273
|
--
|
2248
2274
|
|
2249
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2275
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/button.rb#L74) ios
|
2250
2276
|
|
2251
2277
|
> def buttons_exact(value)
|
2252
2278
|
|
@@ -2262,7 +2288,7 @@ __Returns:__
|
|
2262
2288
|
|
2263
2289
|
--
|
2264
2290
|
|
2265
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2291
|
+
##### [find](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/generic.rb#L20) ios
|
2266
2292
|
|
2267
2293
|
> def find(value)
|
2268
2294
|
|
@@ -2278,7 +2304,7 @@ __Returns:__
|
|
2278
2304
|
|
2279
2305
|
--
|
2280
2306
|
|
2281
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2307
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/generic.rb#L27) ios
|
2282
2308
|
|
2283
2309
|
> def finds(value)
|
2284
2310
|
|
@@ -2294,7 +2320,7 @@ __Returns:__
|
|
2294
2320
|
|
2295
2321
|
--
|
2296
2322
|
|
2297
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2323
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/generic.rb#L34) ios
|
2298
2324
|
|
2299
2325
|
> def find_exact(value)
|
2300
2326
|
|
@@ -2310,7 +2336,7 @@ __Returns:__
|
|
2310
2336
|
|
2311
2337
|
--
|
2312
2338
|
|
2313
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2339
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/generic.rb#L41) ios
|
2314
2340
|
|
2315
2341
|
> def finds_exact(value)
|
2316
2342
|
|
@@ -2326,7 +2352,7 @@ __Returns:__
|
|
2326
2352
|
|
2327
2353
|
--
|
2328
2354
|
|
2329
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2355
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/generic.rb#L47) ios
|
2330
2356
|
|
2331
2357
|
> def raise_error_if_no_element(element)
|
2332
2358
|
|
@@ -2334,7 +2360,7 @@ __Returns:__
|
|
2334
2360
|
|
2335
2361
|
--
|
2336
2362
|
|
2337
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2363
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/generic.rb#L55) ios
|
2338
2364
|
|
2339
2365
|
> def select_visible_elements(elements)
|
2340
2366
|
|
@@ -2342,7 +2368,7 @@ Return visible elements.
|
|
2342
2368
|
|
2343
2369
|
--
|
2344
2370
|
|
2345
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
2371
|
+
##### [for](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/bridge.rb#L21) ios
|
2346
2372
|
|
2347
2373
|
> def self.for(target)
|
2348
2374
|
|
@@ -2350,7 +2376,7 @@ Return visible elements.
|
|
2350
2376
|
|
2351
2377
|
--
|
2352
2378
|
|
2353
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
2379
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/helper.rb#L40) ios
|
2354
2380
|
|
2355
2381
|
> def last_ele(class_name)
|
2356
2382
|
|
@@ -2366,7 +2392,7 @@ __Returns:__
|
|
2366
2392
|
|
2367
2393
|
--
|
2368
2394
|
|
2369
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
2395
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/helper.rb#L51) ios
|
2370
2396
|
|
2371
2397
|
> def tag(class_name)
|
2372
2398
|
|
@@ -2382,7 +2408,7 @@ __Returns:__
|
|
2382
2408
|
|
2383
2409
|
--
|
2384
2410
|
|
2385
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
2411
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/helper.rb#L59) ios
|
2386
2412
|
|
2387
2413
|
> def tags(class_name)
|
2388
2414
|
|
@@ -2398,7 +2424,7 @@ __Returns:__
|
|
2398
2424
|
|
2399
2425
|
--
|
2400
2426
|
|
2401
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
2427
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/helper.rb#L71) ios
|
2402
2428
|
|
2403
2429
|
> def tags_include(class_names:, value: nil)
|
2404
2430
|
|
@@ -2418,7 +2444,7 @@ __Returns:__
|
|
2418
2444
|
|
2419
2445
|
--
|
2420
2446
|
|
2421
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
2447
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/helper.rb#L93) ios
|
2422
2448
|
|
2423
2449
|
> def tags_exact(class_names:, value: nil)
|
2424
2450
|
|
@@ -2438,7 +2464,7 @@ __Returns:__
|
|
2438
2464
|
|
2439
2465
|
--
|
2440
2466
|
|
2441
|
-
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
2467
|
+
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command.rb#L33) ios
|
2442
2468
|
|
2443
2469
|
> def start_logs_broadcast(syslog_file = 'syslog.log')
|
2444
2470
|
|
@@ -2450,7 +2476,7 @@ __Parameters:__
|
|
2450
2476
|
|
2451
2477
|
--
|
2452
2478
|
|
2453
|
-
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
2479
|
+
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command.rb#L46) ios
|
2454
2480
|
|
2455
2481
|
> def stop_logs_broadcast
|
2456
2482
|
|
@@ -2458,7 +2484,7 @@ Stop iOS syslog broadcast websocket
|
|
2458
2484
|
|
2459
2485
|
--
|
2460
2486
|
|
2461
|
-
##### [UIA_TEXT_FIELD](https://github.com/appium/ruby_lib/blob/
|
2487
|
+
##### [UIA_TEXT_FIELD](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L17) ios
|
2462
2488
|
|
2463
2489
|
> UIA_TEXT_FIELD = 'UIATextField'
|
2464
2490
|
|
@@ -2466,7 +2492,7 @@ Stop iOS syslog broadcast websocket
|
|
2466
2492
|
|
2467
2493
|
--
|
2468
2494
|
|
2469
|
-
##### [UIATextField](https://github.com/appium/ruby_lib/blob/
|
2495
|
+
##### [UIATextField](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L18) ios
|
2470
2496
|
|
2471
2497
|
> UIATextField = UIA_TEXT_FIELD
|
2472
2498
|
|
@@ -2474,7 +2500,7 @@ Stop iOS syslog broadcast websocket
|
|
2474
2500
|
|
2475
2501
|
--
|
2476
2502
|
|
2477
|
-
##### [UIA_SECURE_TEXT_FIELD](https://github.com/appium/ruby_lib/blob/
|
2503
|
+
##### [UIA_SECURE_TEXT_FIELD](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L19) ios
|
2478
2504
|
|
2479
2505
|
> UIA_SECURE_TEXT_FIELD = 'UIASecureTextField'
|
2480
2506
|
|
@@ -2482,7 +2508,7 @@ Stop iOS syslog broadcast websocket
|
|
2482
2508
|
|
2483
2509
|
--
|
2484
2510
|
|
2485
|
-
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/
|
2511
|
+
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L20) ios
|
2486
2512
|
|
2487
2513
|
> UIASecureTextField = UIA_SECURE_TEXT_FIELD
|
2488
2514
|
|
@@ -2490,7 +2516,7 @@ Stop iOS syslog broadcast websocket
|
|
2490
2516
|
|
2491
2517
|
--
|
2492
2518
|
|
2493
|
-
##### [XCUIELEMENT_TYPE_TEXT_FIELD](https://github.com/appium/ruby_lib/blob/
|
2519
|
+
##### [XCUIELEMENT_TYPE_TEXT_FIELD](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L22) ios
|
2494
2520
|
|
2495
2521
|
> XCUIELEMENT_TYPE_TEXT_FIELD = 'XCUIElementTypeTextField'
|
2496
2522
|
|
@@ -2498,7 +2524,7 @@ Stop iOS syslog broadcast websocket
|
|
2498
2524
|
|
2499
2525
|
--
|
2500
2526
|
|
2501
|
-
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/
|
2527
|
+
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L23) ios
|
2502
2528
|
|
2503
2529
|
> XCUIElementTypeTextField = XCUIELEMENT_TYPE_TEXT_FIELD
|
2504
2530
|
|
@@ -2506,7 +2532,7 @@ Stop iOS syslog broadcast websocket
|
|
2506
2532
|
|
2507
2533
|
--
|
2508
2534
|
|
2509
|
-
##### [XCUIELEMENT_TYPE_SECURE_TEXT_FIELD](https://github.com/appium/ruby_lib/blob/
|
2535
|
+
##### [XCUIELEMENT_TYPE_SECURE_TEXT_FIELD](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L24) ios
|
2510
2536
|
|
2511
2537
|
> XCUIELEMENT_TYPE_SECURE_TEXT_FIELD = 'XCUIElementTypeSecureTextField'
|
2512
2538
|
|
@@ -2514,7 +2540,7 @@ Stop iOS syslog broadcast websocket
|
|
2514
2540
|
|
2515
2541
|
--
|
2516
2542
|
|
2517
|
-
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/
|
2543
|
+
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L25) ios
|
2518
2544
|
|
2519
2545
|
> XCUIElementTypeSecureTextField = XCUIELEMENT_TYPE_SECURE_TEXT_FIELD
|
2520
2546
|
|
@@ -2522,7 +2548,7 @@ Stop iOS syslog broadcast websocket
|
|
2522
2548
|
|
2523
2549
|
--
|
2524
2550
|
|
2525
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
2551
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L28) ios
|
2526
2552
|
|
2527
2553
|
> def text_field_class
|
2528
2554
|
|
@@ -2534,7 +2560,7 @@ __Returns:__
|
|
2534
2560
|
|
2535
2561
|
--
|
2536
2562
|
|
2537
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
2563
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L33) ios
|
2538
2564
|
|
2539
2565
|
> def secure_text_field_class
|
2540
2566
|
|
@@ -2546,7 +2572,7 @@ __Returns:__
|
|
2546
2572
|
|
2547
2573
|
--
|
2548
2574
|
|
2549
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
2575
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L42) ios
|
2550
2576
|
|
2551
2577
|
> def textfield(value)
|
2552
2578
|
|
@@ -2564,7 +2590,7 @@ __Returns:__
|
|
2564
2590
|
|
2565
2591
|
--
|
2566
2592
|
|
2567
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
2593
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L61) ios
|
2568
2594
|
|
2569
2595
|
> def textfields(value = false)
|
2570
2596
|
|
@@ -2581,7 +2607,7 @@ __Returns:__
|
|
2581
2607
|
|
2582
2608
|
--
|
2583
2609
|
|
2584
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
2610
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L69) ios
|
2585
2611
|
|
2586
2612
|
> def first_textfield
|
2587
2613
|
|
@@ -2593,7 +2619,7 @@ __Returns:__
|
|
2593
2619
|
|
2594
2620
|
--
|
2595
2621
|
|
2596
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
2622
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L75) ios
|
2597
2623
|
|
2598
2624
|
> def last_textfield
|
2599
2625
|
|
@@ -2605,7 +2631,7 @@ __Returns:__
|
|
2605
2631
|
|
2606
2632
|
--
|
2607
2633
|
|
2608
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
2634
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L85) ios
|
2609
2635
|
|
2610
2636
|
> def textfield_exact(value)
|
2611
2637
|
|
@@ -2621,7 +2647,7 @@ __Returns:__
|
|
2621
2647
|
|
2622
2648
|
--
|
2623
2649
|
|
2624
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
2650
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L92) ios
|
2625
2651
|
|
2626
2652
|
> def textfields_exact(value)
|
2627
2653
|
|
@@ -2637,7 +2663,7 @@ __Returns:__
|
|
2637
2663
|
|
2638
2664
|
--
|
2639
2665
|
|
2640
|
-
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/
|
2666
|
+
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L99) ios
|
2641
2667
|
|
2642
2668
|
> def _textfield_visible
|
2643
2669
|
|
@@ -2645,7 +2671,7 @@ Appium
|
|
2645
2671
|
|
2646
2672
|
--
|
2647
2673
|
|
2648
|
-
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/
|
2674
|
+
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L104) ios
|
2649
2675
|
|
2650
2676
|
> def _textfield_exact_string(value)
|
2651
2677
|
|
@@ -2653,7 +2679,7 @@ Appium
|
|
2653
2679
|
|
2654
2680
|
--
|
2655
2681
|
|
2656
|
-
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/
|
2682
|
+
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/element/textfield.rb#L111) ios
|
2657
2683
|
|
2658
2684
|
> def _textfield_contains_string(value)
|
2659
2685
|
|
@@ -2661,7 +2687,7 @@ Appium
|
|
2661
2687
|
|
2662
2688
|
--
|
2663
2689
|
|
2664
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
2690
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/text.rb#L23) ios
|
2665
2691
|
|
2666
2692
|
> def static_text_class
|
2667
2693
|
|
@@ -2673,7 +2699,7 @@ __Returns:__
|
|
2673
2699
|
|
2674
2700
|
--
|
2675
2701
|
|
2676
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
2702
|
+
##### [text](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/text.rb#L31) ios
|
2677
2703
|
|
2678
2704
|
> def text(value)
|
2679
2705
|
|
@@ -2690,7 +2716,7 @@ __Returns:__
|
|
2690
2716
|
|
2691
2717
|
--
|
2692
2718
|
|
2693
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
2719
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/text.rb#L41) ios
|
2694
2720
|
|
2695
2721
|
> def texts(value = false)
|
2696
2722
|
|
@@ -2707,7 +2733,7 @@ __Returns:__
|
|
2707
2733
|
|
2708
2734
|
--
|
2709
2735
|
|
2710
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
2736
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/text.rb#L50) ios
|
2711
2737
|
|
2712
2738
|
> def first_text
|
2713
2739
|
|
@@ -2719,7 +2745,7 @@ __Returns:__
|
|
2719
2745
|
|
2720
2746
|
--
|
2721
2747
|
|
2722
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
2748
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/text.rb#L56) ios
|
2723
2749
|
|
2724
2750
|
> def last_text
|
2725
2751
|
|
@@ -2731,7 +2757,7 @@ __Returns:__
|
|
2731
2757
|
|
2732
2758
|
--
|
2733
2759
|
|
2734
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
2760
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/text.rb#L63) ios
|
2735
2761
|
|
2736
2762
|
> def text_exact(value)
|
2737
2763
|
|
@@ -2747,7 +2773,7 @@ __Returns:__
|
|
2747
2773
|
|
2748
2774
|
--
|
2749
2775
|
|
2750
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
2776
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/text.rb#L70) ios
|
2751
2777
|
|
2752
2778
|
> def texts_exact(value)
|
2753
2779
|
|
@@ -2763,7 +2789,7 @@ __Returns:__
|
|
2763
2789
|
|
2764
2790
|
--
|
2765
2791
|
|
2766
|
-
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/
|
2792
|
+
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/source.rb#L25) ios
|
2767
2793
|
|
2768
2794
|
> def xcuitest_source(format: :xml)
|
2769
2795
|
|
@@ -2779,7 +2805,7 @@ xcuitest_source format: :json
|
|
2779
2805
|
|
2780
2806
|
--
|
2781
2807
|
|
2782
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
2808
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/button.rb#L23) ios
|
2783
2809
|
|
2784
2810
|
> def button_class
|
2785
2811
|
|
@@ -2791,7 +2817,7 @@ __Returns:__
|
|
2791
2817
|
|
2792
2818
|
--
|
2793
2819
|
|
2794
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2820
|
+
##### [button](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/button.rb#L31) ios
|
2795
2821
|
|
2796
2822
|
> def button(value)
|
2797
2823
|
|
@@ -2808,7 +2834,7 @@ __Returns:__
|
|
2808
2834
|
|
2809
2835
|
--
|
2810
2836
|
|
2811
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2837
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/button.rb#L42) ios
|
2812
2838
|
|
2813
2839
|
> def buttons(value = false)
|
2814
2840
|
|
@@ -2825,7 +2851,7 @@ __Returns:__
|
|
2825
2851
|
|
2826
2852
|
--
|
2827
2853
|
|
2828
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2854
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/button.rb#L51) ios
|
2829
2855
|
|
2830
2856
|
> def first_button
|
2831
2857
|
|
@@ -2837,7 +2863,7 @@ __Returns:__
|
|
2837
2863
|
|
2838
2864
|
--
|
2839
2865
|
|
2840
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2866
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/button.rb#L59) ios
|
2841
2867
|
|
2842
2868
|
> def last_button
|
2843
2869
|
|
@@ -2851,7 +2877,7 @@ __Returns:__
|
|
2851
2877
|
|
2852
2878
|
--
|
2853
2879
|
|
2854
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2880
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/button.rb#L66) ios
|
2855
2881
|
|
2856
2882
|
> def button_exact(value)
|
2857
2883
|
|
@@ -2867,7 +2893,7 @@ __Returns:__
|
|
2867
2893
|
|
2868
2894
|
--
|
2869
2895
|
|
2870
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2896
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/button.rb#L73) ios
|
2871
2897
|
|
2872
2898
|
> def buttons_exact(value)
|
2873
2899
|
|
@@ -2883,7 +2909,7 @@ __Returns:__
|
|
2883
2909
|
|
2884
2910
|
--
|
2885
2911
|
|
2886
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2912
|
+
##### [find](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/generic.rb#L22) ios
|
2887
2913
|
|
2888
2914
|
> def find(value)
|
2889
2915
|
|
@@ -2899,7 +2925,7 @@ __Returns:__
|
|
2899
2925
|
|
2900
2926
|
--
|
2901
2927
|
|
2902
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2928
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/generic.rb#L29) ios
|
2903
2929
|
|
2904
2930
|
> def finds(value)
|
2905
2931
|
|
@@ -2915,7 +2941,7 @@ __Returns:__
|
|
2915
2941
|
|
2916
2942
|
--
|
2917
2943
|
|
2918
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2944
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
|
2919
2945
|
|
2920
2946
|
> def find_exact(value)
|
2921
2947
|
|
@@ -2931,7 +2957,7 @@ __Returns:__
|
|
2931
2957
|
|
2932
2958
|
--
|
2933
2959
|
|
2934
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2960
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/generic.rb#L44) ios
|
2935
2961
|
|
2936
2962
|
> def finds_exact(value)
|
2937
2963
|
|
@@ -2947,7 +2973,7 @@ __Returns:__
|
|
2947
2973
|
|
2948
2974
|
--
|
2949
2975
|
|
2950
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2976
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/generic.rb#L51) ios
|
2951
2977
|
|
2952
2978
|
> def raise_error_if_no_element(element)
|
2953
2979
|
|
@@ -2955,7 +2981,7 @@ __Returns:__
|
|
2955
2981
|
|
2956
2982
|
--
|
2957
2983
|
|
2958
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2984
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/generic.rb#L59) ios
|
2959
2985
|
|
2960
2986
|
> def select_visible_elements(elements)
|
2961
2987
|
|
@@ -2963,7 +2989,7 @@ Return visible elements.
|
|
2963
2989
|
|
2964
2990
|
--
|
2965
2991
|
|
2966
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
2992
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L25) ios
|
2967
2993
|
|
2968
2994
|
> def swipe(direction:, element: nil)
|
2969
2995
|
|
@@ -2977,7 +3003,7 @@ __Parameters:__
|
|
2977
3003
|
|
2978
3004
|
--
|
2979
3005
|
|
2980
|
-
##### [scroll](https://github.com/appium/ruby_lib/blob/
|
3006
|
+
##### [scroll](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L46) ios
|
2981
3007
|
|
2982
3008
|
> def scroll(direction:, distance: nil, name: nil, element: nil, to_visible: nil, predicate_string: nil)
|
2983
3009
|
|
@@ -2991,7 +3017,7 @@ __Parameters:__
|
|
2991
3017
|
|
2992
3018
|
--
|
2993
3019
|
|
2994
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
3020
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L67) ios
|
2995
3021
|
|
2996
3022
|
> def pinch(scale:, velocity: 1.0, element: nil)
|
2997
3023
|
|
@@ -3007,7 +3033,7 @@ __Parameters:__
|
|
3007
3033
|
|
3008
3034
|
--
|
3009
3035
|
|
3010
|
-
##### [double_tap](https://github.com/appium/ruby_lib/blob/
|
3036
|
+
##### [double_tap](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L82) ios
|
3011
3037
|
|
3012
3038
|
> def double_tap(x: nil, y: nil, element: nil) # rubocop:disable Naming/UncommunicativeMethodParamName
|
3013
3039
|
|
@@ -3023,7 +3049,7 @@ __Parameters:__
|
|
3023
3049
|
|
3024
3050
|
--
|
3025
3051
|
|
3026
|
-
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/
|
3052
|
+
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L99) ios
|
3027
3053
|
|
3028
3054
|
> def touch_and_hold(x: nil, y: nil, element: nil, duration: 1.0) # rubocop:disable Naming/UncommunicativeMethodParamName
|
3029
3055
|
|
@@ -3041,7 +3067,7 @@ __Parameters:__
|
|
3041
3067
|
|
3042
3068
|
--
|
3043
3069
|
|
3044
|
-
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/
|
3070
|
+
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L112) ios
|
3045
3071
|
|
3046
3072
|
> def two_finger_tap(element:)
|
3047
3073
|
|
@@ -3057,7 +3083,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item")
|
|
3057
3083
|
|
3058
3084
|
--
|
3059
3085
|
|
3060
|
-
##### [tap](https://github.com/appium/ruby_lib/blob/
|
3086
|
+
##### [tap](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L127) ios
|
3061
3087
|
|
3062
3088
|
> def tap(x:, y:, element: nil) # rubocop:disable Naming/UncommunicativeMethodParamName
|
3063
3089
|
|
@@ -3073,7 +3099,7 @@ __Parameters:__
|
|
3073
3099
|
|
3074
3100
|
--
|
3075
3101
|
|
3076
|
-
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/
|
3102
|
+
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L147) ios
|
3077
3103
|
|
3078
3104
|
> def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil)
|
3079
3105
|
|
@@ -3096,7 +3122,7 @@ drag point should be before to start dragging. Mandatory parameter
|
|
3096
3122
|
|
3097
3123
|
--
|
3098
3124
|
|
3099
|
-
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/
|
3125
|
+
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L164) ios
|
3100
3126
|
|
3101
3127
|
> def select_picker_wheel(element:, order:, offset: nil)
|
3102
3128
|
|
@@ -3113,7 +3139,7 @@ __Parameters:__
|
|
3113
3139
|
|
3114
3140
|
--
|
3115
3141
|
|
3116
|
-
##### [alert](https://github.com/appium/ruby_lib/blob/
|
3142
|
+
##### [alert](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/gestures.rb#L182) ios
|
3117
3143
|
|
3118
3144
|
> def alert(action:, button_label: nil)
|
3119
3145
|
|
@@ -3138,7 +3164,7 @@ alert action: "dismiss"
|
|
3138
3164
|
|
3139
3165
|
--
|
3140
3166
|
|
3141
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
3167
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
|
3142
3168
|
|
3143
3169
|
> def text_field_class
|
3144
3170
|
|
@@ -3150,7 +3176,7 @@ __Returns:__
|
|
3150
3176
|
|
3151
3177
|
--
|
3152
3178
|
|
3153
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
3179
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/textfield.rb#L28) ios
|
3154
3180
|
|
3155
3181
|
> def secure_text_field_class
|
3156
3182
|
|
@@ -3162,7 +3188,7 @@ __Returns:__
|
|
3162
3188
|
|
3163
3189
|
--
|
3164
3190
|
|
3165
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
3191
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/textfield.rb#L37) ios
|
3166
3192
|
|
3167
3193
|
> def textfield(value)
|
3168
3194
|
|
@@ -3180,7 +3206,7 @@ __Returns:__
|
|
3180
3206
|
|
3181
3207
|
--
|
3182
3208
|
|
3183
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
3209
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/textfield.rb#L57) ios
|
3184
3210
|
|
3185
3211
|
> def textfields(value = false)
|
3186
3212
|
|
@@ -3197,7 +3223,7 @@ __Returns:__
|
|
3197
3223
|
|
3198
3224
|
--
|
3199
3225
|
|
3200
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
3226
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/textfield.rb#L66) ios
|
3201
3227
|
|
3202
3228
|
> def first_textfield
|
3203
3229
|
|
@@ -3209,7 +3235,7 @@ __Returns:__
|
|
3209
3235
|
|
3210
3236
|
--
|
3211
3237
|
|
3212
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
3238
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/textfield.rb#L72) ios
|
3213
3239
|
|
3214
3240
|
> def last_textfield
|
3215
3241
|
|
@@ -3221,7 +3247,7 @@ __Returns:__
|
|
3221
3247
|
|
3222
3248
|
--
|
3223
3249
|
|
3224
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
3250
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/textfield.rb#L82) ios
|
3225
3251
|
|
3226
3252
|
> def textfield_exact(value)
|
3227
3253
|
|
@@ -3237,7 +3263,7 @@ __Returns:__
|
|
3237
3263
|
|
3238
3264
|
--
|
3239
3265
|
|
3240
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
3266
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/element/textfield.rb#L89) ios
|
3241
3267
|
|
3242
3268
|
> def textfields_exact(value)
|
3243
3269
|
|
@@ -3253,7 +3279,7 @@ __Returns:__
|
|
3253
3279
|
|
3254
3280
|
--
|
3255
3281
|
|
3256
|
-
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3282
|
+
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L26) ios
|
3257
3283
|
|
3258
3284
|
> def set_pasteboard(content:, encoding: nil)
|
3259
3285
|
|
@@ -3268,7 +3294,7 @@ The parameter is mandatory
|
|
3268
3294
|
|
3269
3295
|
--
|
3270
3296
|
|
3271
|
-
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3297
|
+
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L38) ios
|
3272
3298
|
|
3273
3299
|
> def get_pasteboard(encoding: nil)
|
3274
3300
|
|
@@ -3280,7 +3306,7 @@ __Parameters:__
|
|
3280
3306
|
|
3281
3307
|
--
|
3282
3308
|
|
3283
|
-
##### [install_certificate](https://github.com/appium/ruby_lib/blob/
|
3309
|
+
##### [install_certificate](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/certificate.rb#L32) ios
|
3284
3310
|
|
3285
3311
|
> def install_certificate(cer_file:)
|
3286
3312
|
|
@@ -3295,7 +3321,7 @@ __Parameters:__
|
|
3295
3321
|
|
3296
3322
|
--
|
3297
3323
|
|
3298
|
-
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/
|
3324
|
+
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/get_context.rb#L28) ios
|
3299
3325
|
|
3300
3326
|
> def xcuitest_get_contexts
|
3301
3327
|
|
@@ -3303,7 +3329,7 @@ Get contexts
|
|
3303
3329
|
|
3304
3330
|
--
|
3305
3331
|
|
3306
|
-
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/
|
3332
|
+
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
|
3307
3333
|
|
3308
3334
|
> def xcuitest_install_app(app:)
|
3309
3335
|
|
@@ -3323,7 +3349,7 @@ __Returns:__
|
|
3323
3349
|
|
3324
3350
|
--
|
3325
3351
|
|
3326
|
-
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/
|
3352
|
+
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L49) ios
|
3327
3353
|
|
3328
3354
|
> def xcuitest_app_installed?(bundle_id:)
|
3329
3355
|
|
@@ -3339,7 +3365,7 @@ __Returns:__
|
|
3339
3365
|
|
3340
3366
|
--
|
3341
3367
|
|
3342
|
-
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/
|
3368
|
+
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L64) ios
|
3343
3369
|
|
3344
3370
|
> def xcuitest_remove_app(bundle_id:)
|
3345
3371
|
|
@@ -3356,7 +3382,7 @@ __Returns:__
|
|
3356
3382
|
|
3357
3383
|
--
|
3358
3384
|
|
3359
|
-
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/
|
3385
|
+
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L79) ios
|
3360
3386
|
|
3361
3387
|
> def xcuitest_launch_app(bundle_id:)
|
3362
3388
|
|
@@ -3373,7 +3399,7 @@ __Returns:__
|
|
3373
3399
|
|
3374
3400
|
--
|
3375
3401
|
|
3376
|
-
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/
|
3402
|
+
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L94) ios
|
3377
3403
|
|
3378
3404
|
> def xcuitest_terminate_app(bundle_id:)
|
3379
3405
|
|
@@ -3390,7 +3416,7 @@ __Returns:__
|
|
3390
3416
|
|
3391
3417
|
--
|
3392
3418
|
|
3393
|
-
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/
|
3419
|
+
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L116) ios
|
3394
3420
|
|
3395
3421
|
> def xcuitest_query_app_status(bundle_id:)
|
3396
3422
|
|
@@ -3414,7 +3440,7 @@ __Returns:__
|
|
3414
3440
|
|
3415
3441
|
--
|
3416
3442
|
|
3417
|
-
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/
|
3443
|
+
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/954a3a8d4d5cd56fa5a4e80d021805759dbf5e10/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L132) ios
|
3418
3444
|
|
3419
3445
|
> def xcuitest_activate_app(bundle_id:)
|
3420
3446
|
|