appium_lib 9.14.3 → 9.15.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/.github/PULL_REQUEST_TEMPLATE.md +17 -0
- data/CHANGELOG.md +13 -0
- data/appium_lib.gemspec +1 -1
- data/docs/android_docs.md +181 -181
- data/docs/ios_docs.md +242 -242
- data/lib/appium_lib/driver.rb +4 -19
- data/lib/appium_lib/ios/xcuitest/command/gestures.rb +9 -1
- data/lib/appium_lib/version.rb +2 -2
- data/readme.md +6 -0
- data/release_notes.md +7 -0
- metadata +5 -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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/appium.rb#L46)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/appium.rb#L80)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/appium.rb#L85)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/appium.rb#L127)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/appium.rb#L182)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L37)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L37)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L40)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L43)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L46)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L49)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L53)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L54)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L55)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L56)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L57)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L58)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L59)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L60)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L61)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L62)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L63)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L64)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L67)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L69)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L72)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L74)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L142)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L255)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L275)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L279)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L283)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L289)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L295)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L301)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L321)
|
403
403
|
|
404
404
|
> def dialect
|
405
405
|
|
@@ -421,7 +421,7 @@ __Returns:__
|
|
421
421
|
|
422
422
|
--
|
423
423
|
|
424
|
-
##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/
|
424
|
+
##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L328)
|
425
425
|
|
426
426
|
> def check_server_version_xcuitest
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L349)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L356)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L360)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L373)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L385)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L402)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L410)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L423)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L437)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L444)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L447)
|
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/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L458)
|
585
585
|
|
586
586
|
> def window_size
|
587
587
|
|
@@ -593,7 +593,7 @@ __Returns:__
|
|
593
593
|
|
594
594
|
--
|
595
595
|
|
596
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
596
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L491)
|
597
597
|
|
598
598
|
> def start_driver(http_client_ops =
|
599
599
|
|
@@ -613,7 +613,7 @@ __Returns:__
|
|
613
613
|
|
614
614
|
--
|
615
615
|
|
616
|
-
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/
|
616
|
+
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L513)
|
617
617
|
|
618
618
|
> def set_implicit_wait(wait)
|
619
619
|
|
@@ -621,7 +621,7 @@ To ignore error for Espresso Driver
|
|
621
621
|
|
622
622
|
--
|
623
623
|
|
624
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
624
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L523)
|
625
625
|
|
626
626
|
> def no_wait
|
627
627
|
|
@@ -629,7 +629,7 @@ Set implicit wait to zero.
|
|
629
629
|
|
630
630
|
--
|
631
631
|
|
632
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
632
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L537)
|
633
633
|
|
634
634
|
> def set_wait(timeout = nil)
|
635
635
|
|
@@ -645,7 +645,7 @@ __Returns:__
|
|
645
645
|
|
646
646
|
--
|
647
647
|
|
648
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
648
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L554)
|
649
649
|
|
650
650
|
> def exists(pre_check = 0, post_check = @core.default_wait)
|
651
651
|
|
@@ -669,7 +669,7 @@ __Returns:__
|
|
669
669
|
|
670
670
|
--
|
671
671
|
|
672
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
672
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L578)
|
673
673
|
|
674
674
|
> def execute_script(script, *args)
|
675
675
|
|
@@ -687,7 +687,7 @@ __Returns:__
|
|
687
687
|
|
688
688
|
--
|
689
689
|
|
690
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
690
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L602)
|
691
691
|
|
692
692
|
> def find_elements(*args)
|
693
693
|
|
@@ -707,7 +707,7 @@ __Returns:__
|
|
707
707
|
|
708
708
|
--
|
709
709
|
|
710
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
710
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L618)
|
711
711
|
|
712
712
|
> def find_element(*args)
|
713
713
|
|
@@ -725,7 +725,7 @@ __Returns:__
|
|
725
725
|
|
726
726
|
--
|
727
727
|
|
728
|
-
##### [DEFAULT_MATCH_THRESHOLD](https://github.com/appium/ruby_lib/blob/
|
728
|
+
##### [DEFAULT_MATCH_THRESHOLD](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L636)
|
729
729
|
|
730
730
|
> DEFAULT_MATCH_THRESHOLD = 0.5
|
731
731
|
|
@@ -746,7 +746,7 @@ __Returns:__
|
|
746
746
|
|
747
747
|
--
|
748
748
|
|
749
|
-
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/
|
749
|
+
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L637)
|
750
750
|
|
751
751
|
> def find_element_by_image(png_img_path, match_threshold: DEFAULT_MATCH_THRESHOLD, visualize: false)
|
752
752
|
|
@@ -754,7 +754,7 @@ __Returns:__
|
|
754
754
|
|
755
755
|
--
|
756
756
|
|
757
|
-
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/
|
757
|
+
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L655)
|
758
758
|
|
759
759
|
> def find_elements_by_image(png_img_paths, match_threshold: DEFAULT_MATCH_THRESHOLD, visualize: false)
|
760
760
|
|
@@ -775,7 +775,7 @@ __Returns:__
|
|
775
775
|
|
776
776
|
--
|
777
777
|
|
778
|
-
##### [set_location](https://github.com/appium/ruby_lib/blob/
|
778
|
+
##### [set_location](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L668)
|
779
779
|
|
780
780
|
> def set_location(opts = {})
|
781
781
|
|
@@ -791,7 +791,7 @@ __Returns:__
|
|
791
791
|
|
792
792
|
--
|
793
793
|
|
794
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
794
|
+
##### [x](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/driver.rb#L678)
|
795
795
|
|
796
796
|
> def x
|
797
797
|
|
@@ -804,7 +804,7 @@ __Returns:__
|
|
804
804
|
|
805
805
|
--
|
806
806
|
|
807
|
-
##### [username](https://github.com/appium/ruby_lib/blob/
|
807
|
+
##### [username](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/sauce_labs.rb#L4)
|
808
808
|
|
809
809
|
> def username
|
810
810
|
|
@@ -812,7 +812,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US
|
|
812
812
|
|
813
813
|
--
|
814
814
|
|
815
|
-
##### [access_key](https://github.com/appium/ruby_lib/blob/
|
815
|
+
##### [access_key](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/sauce_labs.rb#L6)
|
816
816
|
|
817
817
|
> def access_key
|
818
818
|
|
@@ -820,7 +820,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_
|
|
820
820
|
|
821
821
|
--
|
822
822
|
|
823
|
-
##### [endpoint](https://github.com/appium/ruby_lib/blob/
|
823
|
+
##### [endpoint](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/sauce_labs.rb#L8)
|
824
824
|
|
825
825
|
> def endpoint
|
826
826
|
|
@@ -828,7 +828,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'o
|
|
828
828
|
|
829
829
|
--
|
830
830
|
|
831
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
831
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/sauce_labs.rb#L33)
|
832
832
|
|
833
833
|
> def initialize(appium_lib_opts)
|
834
834
|
|
@@ -844,7 +844,7 @@ __Returns:__
|
|
844
844
|
|
845
845
|
--
|
846
846
|
|
847
|
-
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/
|
847
|
+
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/sauce_labs.rb#L53)
|
848
848
|
|
849
849
|
> def sauce_server_url?
|
850
850
|
|
@@ -856,7 +856,7 @@ __Returns:__
|
|
856
856
|
|
857
857
|
--
|
858
858
|
|
859
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
859
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/sauce_labs.rb#L66)
|
860
860
|
|
861
861
|
> def server_url
|
862
862
|
|
@@ -868,7 +868,7 @@ __Returns:__
|
|
868
868
|
|
869
869
|
--
|
870
870
|
|
871
|
-
##### [get_log](https://github.com/appium/ruby_lib/blob/
|
871
|
+
##### [get_log](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/log.rb#L11)
|
872
872
|
|
873
873
|
> def get_log(type)
|
874
874
|
|
@@ -884,7 +884,7 @@ __Returns:__
|
|
884
884
|
|
885
885
|
--
|
886
886
|
|
887
|
-
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/
|
887
|
+
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/log.rb#L23)
|
888
888
|
|
889
889
|
> def get_available_log_types
|
890
890
|
|
@@ -896,7 +896,7 @@ __Returns:__
|
|
896
896
|
|
897
897
|
--
|
898
898
|
|
899
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
899
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/wait.rb#L30)
|
900
900
|
|
901
901
|
> def wait_true(opts = {})
|
902
902
|
|
@@ -916,7 +916,7 @@ __Parameters:__
|
|
916
916
|
|
917
917
|
--
|
918
918
|
|
919
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
919
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/wait.rb#L59)
|
920
920
|
|
921
921
|
> def wait(opts = {})
|
922
922
|
|
@@ -934,7 +934,7 @@ __Parameters:__
|
|
934
934
|
|
935
935
|
--
|
936
936
|
|
937
|
-
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/
|
937
|
+
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/device.rb#L12)
|
938
938
|
|
939
939
|
> def add_touch_actions
|
940
940
|
|
@@ -942,7 +942,7 @@ __Parameters:__
|
|
942
942
|
|
943
943
|
--
|
944
944
|
|
945
|
-
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/
|
945
|
+
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/device.rb#L24)
|
946
946
|
|
947
947
|
> def delegate_from_appium_driver(method, delegation_target)
|
948
948
|
|
@@ -950,7 +950,7 @@ __Parameters:__
|
|
950
950
|
|
951
951
|
--
|
952
952
|
|
953
|
-
##### [ignore](https://github.com/appium/ruby_lib/blob/
|
953
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L16)
|
954
954
|
|
955
955
|
> def ignore
|
956
956
|
|
@@ -958,7 +958,7 @@ Return yield and ignore any exceptions.
|
|
958
958
|
|
959
959
|
--
|
960
960
|
|
961
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
961
|
+
##### [back](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L23)
|
962
962
|
|
963
963
|
> def back
|
964
964
|
|
@@ -970,7 +970,7 @@ __Returns:__
|
|
970
970
|
|
971
971
|
--
|
972
972
|
|
973
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
973
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L34)
|
974
974
|
|
975
975
|
> def session_id
|
976
976
|
|
@@ -982,7 +982,7 @@ __Returns:__
|
|
982
982
|
|
983
983
|
--
|
984
984
|
|
985
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
985
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L42)
|
986
986
|
|
987
987
|
> def xpath(xpath_str)
|
988
988
|
|
@@ -998,7 +998,7 @@ __Returns:__
|
|
998
998
|
|
999
999
|
--
|
1000
1000
|
|
1001
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
1001
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L50)
|
1002
1002
|
|
1003
1003
|
> def xpaths(xpath_str)
|
1004
1004
|
|
@@ -1014,7 +1014,7 @@ __Returns:__
|
|
1014
1014
|
|
1015
1015
|
--
|
1016
1016
|
|
1017
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
1017
|
+
##### [result](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L60)
|
1018
1018
|
|
1019
1019
|
> def result
|
1020
1020
|
|
@@ -1022,7 +1022,7 @@ Returns the value of attribute result
|
|
1022
1022
|
|
1023
1023
|
--
|
1024
1024
|
|
1025
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1025
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L62)
|
1026
1026
|
|
1027
1027
|
> def initialize
|
1028
1028
|
|
@@ -1034,7 +1034,7 @@ __Returns:__
|
|
1034
1034
|
|
1035
1035
|
--
|
1036
1036
|
|
1037
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
1037
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L66)
|
1038
1038
|
|
1039
1039
|
> def reset
|
1040
1040
|
|
@@ -1042,7 +1042,7 @@ __Returns:__
|
|
1042
1042
|
|
1043
1043
|
--
|
1044
1044
|
|
1045
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1045
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L71)
|
1046
1046
|
|
1047
1047
|
> def start_element(name, attrs = [], driver = $driver)
|
1048
1048
|
|
@@ -1050,7 +1050,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1050
1050
|
|
1051
1051
|
--
|
1052
1052
|
|
1053
|
-
##### [formatted_result](https://github.com/appium/ruby_lib/blob/
|
1053
|
+
##### [formatted_result](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L77)
|
1054
1054
|
|
1055
1055
|
> def formatted_result
|
1056
1056
|
|
@@ -1058,7 +1058,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1058
1058
|
|
1059
1059
|
--
|
1060
1060
|
|
1061
|
-
##### [get_page_class](https://github.com/appium/ruby_lib/blob/
|
1061
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L96)
|
1062
1062
|
|
1063
1063
|
> def get_page_class
|
1064
1064
|
|
@@ -1070,7 +1070,7 @@ __Returns:__
|
|
1070
1070
|
|
1071
1071
|
--
|
1072
1072
|
|
1073
|
-
##### [page_class](https://github.com/appium/ruby_lib/blob/
|
1073
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L121)
|
1074
1074
|
|
1075
1075
|
> def page_class
|
1076
1076
|
|
@@ -1083,7 +1083,7 @@ __Returns:__
|
|
1083
1083
|
|
1084
1084
|
--
|
1085
1085
|
|
1086
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
1086
|
+
##### [source](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L128)
|
1087
1087
|
|
1088
1088
|
> def source
|
1089
1089
|
|
@@ -1095,7 +1095,7 @@ __Returns:__
|
|
1095
1095
|
|
1096
1096
|
--
|
1097
1097
|
|
1098
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
1098
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L135)
|
1099
1099
|
|
1100
1100
|
> def get_source
|
1101
1101
|
|
@@ -1108,7 +1108,7 @@ __Returns:__
|
|
1108
1108
|
|
1109
1109
|
--
|
1110
1110
|
|
1111
|
-
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/
|
1111
|
+
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L145)
|
1112
1112
|
|
1113
1113
|
> def px_to_window_rel(opts = {}, driver = $driver)
|
1114
1114
|
|
@@ -1116,7 +1116,7 @@ Converts pixel values to window relative values
|
|
1116
1116
|
|
1117
1117
|
--
|
1118
1118
|
|
1119
|
-
##### [xml_keys](https://github.com/appium/ruby_lib/blob/
|
1119
|
+
##### [xml_keys](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L164)
|
1120
1120
|
|
1121
1121
|
> def xml_keys(target)
|
1122
1122
|
|
@@ -1132,7 +1132,7 @@ __Returns:__
|
|
1132
1132
|
|
1133
1133
|
--
|
1134
1134
|
|
1135
|
-
##### [xml_values](https://github.com/appium/ruby_lib/blob/
|
1135
|
+
##### [xml_values](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L172)
|
1136
1136
|
|
1137
1137
|
> def xml_values(target)
|
1138
1138
|
|
@@ -1148,7 +1148,7 @@ __Returns:__
|
|
1148
1148
|
|
1149
1149
|
--
|
1150
1150
|
|
1151
|
-
##### [resolve_id](https://github.com/appium/ruby_lib/blob/
|
1151
|
+
##### [resolve_id](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L180)
|
1152
1152
|
|
1153
1153
|
> def resolve_id(id)
|
1154
1154
|
|
@@ -1164,7 +1164,7 @@ __Returns:__
|
|
1164
1164
|
|
1165
1165
|
--
|
1166
1166
|
|
1167
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1167
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L187)
|
1168
1168
|
|
1169
1169
|
> def filter
|
1170
1170
|
|
@@ -1172,7 +1172,7 @@ Returns the value of attribute filter
|
|
1172
1172
|
|
1173
1173
|
--
|
1174
1174
|
|
1175
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1175
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L190)
|
1176
1176
|
|
1177
1177
|
> def filter=(value)
|
1178
1178
|
|
@@ -1180,7 +1180,7 @@ convert to string to support symbols
|
|
1180
1180
|
|
1181
1181
|
--
|
1182
1182
|
|
1183
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1183
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L196)
|
1184
1184
|
|
1185
1185
|
> def initialize
|
1186
1186
|
|
@@ -1192,7 +1192,7 @@ __Returns:__
|
|
1192
1192
|
|
1193
1193
|
--
|
1194
1194
|
|
1195
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
1195
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L201)
|
1196
1196
|
|
1197
1197
|
> def reset
|
1198
1198
|
|
@@ -1200,7 +1200,7 @@ __Returns:__
|
|
1200
1200
|
|
1201
1201
|
--
|
1202
1202
|
|
1203
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
1203
|
+
##### [result](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L207)
|
1204
1204
|
|
1205
1205
|
> def result
|
1206
1206
|
|
@@ -1208,7 +1208,7 @@ __Returns:__
|
|
1208
1208
|
|
1209
1209
|
--
|
1210
1210
|
|
1211
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1211
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L223)
|
1212
1212
|
|
1213
1213
|
> def start_element(name, attrs = [])
|
1214
1214
|
|
@@ -1216,7 +1216,7 @@ __Returns:__
|
|
1216
1216
|
|
1217
1217
|
--
|
1218
1218
|
|
1219
|
-
##### [end_element](https://github.com/appium/ruby_lib/blob/
|
1219
|
+
##### [end_element](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L232)
|
1220
1220
|
|
1221
1221
|
> def end_element(name)
|
1222
1222
|
|
@@ -1224,7 +1224,7 @@ __Returns:__
|
|
1224
1224
|
|
1225
1225
|
--
|
1226
1226
|
|
1227
|
-
##### [characters](https://github.com/appium/ruby_lib/blob/
|
1227
|
+
##### [characters](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/helper.rb#L238)
|
1228
1228
|
|
1229
1229
|
> def characters(chars)
|
1230
1230
|
|
@@ -1232,7 +1232,7 @@ __Returns:__
|
|
1232
1232
|
|
1233
1233
|
--
|
1234
1234
|
|
1235
|
-
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/
|
1235
|
+
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/http_client.rb#L8)
|
1236
1236
|
|
1237
1237
|
> DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze
|
1238
1238
|
|
@@ -1240,7 +1240,7 @@ Default HTTP client inherit Appium::Core::Base::Http::Default, but has different
|
|
1240
1240
|
|
1241
1241
|
--
|
1242
1242
|
|
1243
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
1243
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/multi_touch.rb#L51)
|
1244
1244
|
|
1245
1245
|
> def pinch(percentage = 25, auto_perform = true, driver = $driver)
|
1246
1246
|
|
@@ -1260,7 +1260,7 @@ __Parameters:__
|
|
1260
1260
|
|
1261
1261
|
--
|
1262
1262
|
|
1263
|
-
##### [zoom](https://github.com/appium/ruby_lib/blob/
|
1263
|
+
##### [zoom](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/multi_touch.rb#L93)
|
1264
1264
|
|
1265
1265
|
> def zoom(percentage = 200, auto_perform = true, driver = $driver)
|
1266
1266
|
|
@@ -1280,7 +1280,7 @@ __Parameters:__
|
|
1280
1280
|
|
1281
1281
|
--
|
1282
1282
|
|
1283
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1283
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/multi_touch.rb#L178)
|
1284
1284
|
|
1285
1285
|
> def initialize(driver = $driver)
|
1286
1286
|
|
@@ -1292,7 +1292,7 @@ __Returns:__
|
|
1292
1292
|
|
1293
1293
|
--
|
1294
1294
|
|
1295
|
-
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/
|
1295
|
+
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/touch_actions.rb#L33)
|
1296
1296
|
|
1297
1297
|
> COMPLEX_ACTIONS = ::Appium::Core::TouchAction::COMPLEX_ACTIONS
|
1298
1298
|
|
@@ -1300,7 +1300,7 @@ __Returns:__
|
|
1300
1300
|
|
1301
1301
|
--
|
1302
1302
|
|
1303
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1303
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/touch_actions.rb#L47)
|
1304
1304
|
|
1305
1305
|
> def initialize(driver = $driver)
|
1306
1306
|
|
@@ -1312,7 +1312,7 @@ __Returns:__
|
|
1312
1312
|
|
1313
1313
|
--
|
1314
1314
|
|
1315
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
1315
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/touch_actions.rb#L51)
|
1316
1316
|
|
1317
1317
|
> def swipe(opts)
|
1318
1318
|
|
@@ -1320,7 +1320,7 @@ __Returns:__
|
|
1320
1320
|
|
1321
1321
|
--
|
1322
1322
|
|
1323
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1323
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/command/ws_logcat.rb#L5)
|
1324
1324
|
|
1325
1325
|
> def initialize(url:, output_file: 'logcat.log')
|
1326
1326
|
|
@@ -1332,7 +1332,7 @@ __Returns:__
|
|
1332
1332
|
|
1333
1333
|
--
|
1334
1334
|
|
1335
|
-
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/
|
1335
|
+
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/common/command/ws_logcat.rb#L10)
|
1336
1336
|
|
1337
1337
|
> def handle_message_data(data)
|
1338
1338
|
|
@@ -1340,7 +1340,7 @@ __Returns:__
|
|
1340
1340
|
|
1341
1341
|
--
|
1342
1342
|
|
1343
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
1343
|
+
##### [for](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/ios.rb#L15) ios
|
1344
1344
|
|
1345
1345
|
> def self.for(target)
|
1346
1346
|
|
@@ -1348,7 +1348,7 @@ __Returns:__
|
|
1348
1348
|
|
1349
1349
|
--
|
1350
1350
|
|
1351
|
-
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/
|
1351
|
+
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L4) ios
|
1352
1352
|
|
1353
1353
|
> UIAStaticText = 'UIAStaticText'.freeze
|
1354
1354
|
|
@@ -1356,7 +1356,7 @@ __Returns:__
|
|
1356
1356
|
|
1357
1357
|
--
|
1358
1358
|
|
1359
|
-
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/
|
1359
|
+
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L5) ios
|
1360
1360
|
|
1361
1361
|
> XCUIElementTypeStaticText = 'XCUIElementTypeStaticText'.freeze
|
1362
1362
|
|
@@ -1364,7 +1364,7 @@ __Returns:__
|
|
1364
1364
|
|
1365
1365
|
--
|
1366
1366
|
|
1367
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
1367
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L8) ios
|
1368
1368
|
|
1369
1369
|
> def static_text_class
|
1370
1370
|
|
@@ -1376,7 +1376,7 @@ __Returns:__
|
|
1376
1376
|
|
1377
1377
|
--
|
1378
1378
|
|
1379
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1379
|
+
##### [text](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L16) ios
|
1380
1380
|
|
1381
1381
|
> def text(value)
|
1382
1382
|
|
@@ -1393,7 +1393,7 @@ __Returns:__
|
|
1393
1393
|
|
1394
1394
|
--
|
1395
1395
|
|
1396
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1396
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L25) ios
|
1397
1397
|
|
1398
1398
|
> def texts(value = false)
|
1399
1399
|
|
@@ -1410,7 +1410,7 @@ __Returns:__
|
|
1410
1410
|
|
1411
1411
|
--
|
1412
1412
|
|
1413
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
1413
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L32) ios
|
1414
1414
|
|
1415
1415
|
> def first_text
|
1416
1416
|
|
@@ -1422,7 +1422,7 @@ __Returns:__
|
|
1422
1422
|
|
1423
1423
|
--
|
1424
1424
|
|
1425
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
1425
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L38) ios
|
1426
1426
|
|
1427
1427
|
> def last_text
|
1428
1428
|
|
@@ -1434,7 +1434,7 @@ __Returns:__
|
|
1434
1434
|
|
1435
1435
|
--
|
1436
1436
|
|
1437
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
1437
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L45) ios
|
1438
1438
|
|
1439
1439
|
> def text_exact(value)
|
1440
1440
|
|
@@ -1450,7 +1450,7 @@ __Returns:__
|
|
1450
1450
|
|
1451
1451
|
--
|
1452
1452
|
|
1453
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
1453
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/text.rb#L52) ios
|
1454
1454
|
|
1455
1455
|
> def texts_exact(value)
|
1456
1456
|
|
@@ -1466,7 +1466,7 @@ __Returns:__
|
|
1466
1466
|
|
1467
1467
|
--
|
1468
1468
|
|
1469
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1469
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L5) ios
|
1470
1470
|
|
1471
1471
|
> def filter
|
1472
1472
|
|
@@ -1474,7 +1474,7 @@ Returns the value of attribute filter
|
|
1474
1474
|
|
1475
1475
|
--
|
1476
1476
|
|
1477
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1477
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L5) ios
|
1478
1478
|
|
1479
1479
|
> def filter=(value)
|
1480
1480
|
|
@@ -1486,7 +1486,7 @@ __Parameters:__
|
|
1486
1486
|
|
1487
1487
|
--
|
1488
1488
|
|
1489
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1489
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L7) ios
|
1490
1490
|
|
1491
1491
|
> def start_element(type, attrs = [])
|
1492
1492
|
|
@@ -1494,7 +1494,7 @@ __Parameters:__
|
|
1494
1494
|
|
1495
1495
|
--
|
1496
1496
|
|
1497
|
-
##### [ios_password](https://github.com/appium/ruby_lib/blob/
|
1497
|
+
##### [ios_password](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L44) ios
|
1498
1498
|
|
1499
1499
|
> def ios_password(length = 1)
|
1500
1500
|
|
@@ -1512,7 +1512,7 @@ __Returns:__
|
|
1512
1512
|
|
1513
1513
|
--
|
1514
1514
|
|
1515
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1515
|
+
##### [page](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L60) ios
|
1516
1516
|
|
1517
1517
|
> def page(opts = {})
|
1518
1518
|
|
@@ -1530,7 +1530,7 @@ __Returns:__
|
|
1530
1530
|
|
1531
1531
|
--
|
1532
1532
|
|
1533
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
1533
|
+
##### [id](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L85) ios
|
1534
1534
|
|
1535
1535
|
> def id(id)
|
1536
1536
|
|
@@ -1546,7 +1546,7 @@ __Returns:__
|
|
1546
1546
|
|
1547
1547
|
--
|
1548
1548
|
|
1549
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
1549
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L93) ios
|
1550
1550
|
|
1551
1551
|
> def ele_index(class_name, index)
|
1552
1552
|
|
@@ -1564,7 +1564,7 @@ __Returns:__
|
|
1564
1564
|
|
1565
1565
|
--
|
1566
1566
|
|
1567
|
-
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/
|
1567
|
+
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L121) ios
|
1568
1568
|
|
1569
1569
|
> def find_ele_by_attr(class_name, attr, value)
|
1570
1570
|
|
@@ -1586,7 +1586,7 @@ __Returns:__
|
|
1586
1586
|
|
1587
1587
|
--
|
1588
1588
|
|
1589
|
-
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/
|
1589
|
+
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L132) ios
|
1590
1590
|
|
1591
1591
|
> def find_eles_by_attr(class_name, attr, value)
|
1592
1592
|
|
@@ -1608,7 +1608,7 @@ __Returns:__
|
|
1608
1608
|
|
1609
1609
|
--
|
1610
1610
|
|
1611
|
-
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1611
|
+
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L145) ios
|
1612
1612
|
|
1613
1613
|
> def find_ele_by_predicate(class_name: '*', value:)
|
1614
1614
|
|
@@ -1625,7 +1625,7 @@ __Returns:__
|
|
1625
1625
|
|
1626
1626
|
--
|
1627
1627
|
|
1628
|
-
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1628
|
+
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L156) ios
|
1629
1629
|
|
1630
1630
|
> def find_eles_by_predicate(class_name: '*', value:)
|
1631
1631
|
|
@@ -1644,7 +1644,7 @@ __Returns:__
|
|
1644
1644
|
|
1645
1645
|
--
|
1646
1646
|
|
1647
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1647
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L172) ios
|
1648
1648
|
|
1649
1649
|
> def find_ele_by_attr_include(class_name, attr, value)
|
1650
1650
|
|
@@ -1665,7 +1665,7 @@ __Returns:__
|
|
1665
1665
|
|
1666
1666
|
--
|
1667
1667
|
|
1668
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1668
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L182) ios
|
1669
1669
|
|
1670
1670
|
> def find_eles_by_attr_include(class_name, attr, value)
|
1671
1671
|
|
@@ -1686,7 +1686,7 @@ __Returns:__
|
|
1686
1686
|
|
1687
1687
|
--
|
1688
1688
|
|
1689
|
-
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1689
|
+
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L190) ios
|
1690
1690
|
|
1691
1691
|
> def find_ele_by_predicate_include(class_name: '*', value:)
|
1692
1692
|
|
@@ -1703,7 +1703,7 @@ __Returns:__
|
|
1703
1703
|
|
1704
1704
|
--
|
1705
1705
|
|
1706
|
-
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1706
|
+
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L201) ios
|
1707
1707
|
|
1708
1708
|
> def find_eles_by_predicate_include(class_name: '*', value:)
|
1709
1709
|
|
@@ -1722,7 +1722,7 @@ __Returns:__
|
|
1722
1722
|
|
1723
1723
|
--
|
1724
1724
|
|
1725
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
1725
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L214) ios
|
1726
1726
|
|
1727
1727
|
> def first_ele(class_name)
|
1728
1728
|
|
@@ -1738,7 +1738,7 @@ __Returns:__
|
|
1738
1738
|
|
1739
1739
|
--
|
1740
1740
|
|
1741
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
1741
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L221) ios
|
1742
1742
|
|
1743
1743
|
> def last_ele(class_name)
|
1744
1744
|
|
@@ -1754,7 +1754,7 @@ __Returns:__
|
|
1754
1754
|
|
1755
1755
|
--
|
1756
1756
|
|
1757
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
1757
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L229) ios
|
1758
1758
|
|
1759
1759
|
> def tag(class_name)
|
1760
1760
|
|
@@ -1770,7 +1770,7 @@ __Returns:__
|
|
1770
1770
|
|
1771
1771
|
--
|
1772
1772
|
|
1773
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
1773
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L237) ios
|
1774
1774
|
|
1775
1775
|
> def tags(class_name)
|
1776
1776
|
|
@@ -1786,7 +1786,7 @@ __Returns:__
|
|
1786
1786
|
|
1787
1787
|
--
|
1788
1788
|
|
1789
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
1789
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L248) ios
|
1790
1790
|
|
1791
1791
|
> def tags_include(class_names:, value: nil)
|
1792
1792
|
|
@@ -1806,7 +1806,7 @@ __Returns:__
|
|
1806
1806
|
|
1807
1807
|
--
|
1808
1808
|
|
1809
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
1809
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L263) ios
|
1810
1810
|
|
1811
1811
|
> def tags_exact(class_names:, value: nil)
|
1812
1812
|
|
@@ -1826,7 +1826,7 @@ __Returns:__
|
|
1826
1826
|
|
1827
1827
|
--
|
1828
1828
|
|
1829
|
-
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1829
|
+
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L300) ios
|
1830
1830
|
|
1831
1831
|
> def ele_by_json_visible_contains(element, value)
|
1832
1832
|
|
@@ -1845,7 +1845,7 @@ __Returns:__
|
|
1845
1845
|
|
1846
1846
|
--
|
1847
1847
|
|
1848
|
-
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1848
|
+
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L309) ios
|
1849
1849
|
|
1850
1850
|
> def eles_by_json_visible_contains(element, value)
|
1851
1851
|
|
@@ -1864,7 +1864,7 @@ __Returns:__
|
|
1864
1864
|
|
1865
1865
|
--
|
1866
1866
|
|
1867
|
-
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1867
|
+
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L339) ios
|
1868
1868
|
|
1869
1869
|
> def ele_by_json_visible_exact(element, value)
|
1870
1870
|
|
@@ -1883,7 +1883,7 @@ __Returns:__
|
|
1883
1883
|
|
1884
1884
|
--
|
1885
1885
|
|
1886
|
-
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1886
|
+
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L348) ios
|
1887
1887
|
|
1888
1888
|
> def eles_by_json_visible_exact(element, value)
|
1889
1889
|
|
@@ -1902,7 +1902,7 @@ __Returns:__
|
|
1902
1902
|
|
1903
1903
|
--
|
1904
1904
|
|
1905
|
-
##### [_all_pred](https://github.com/appium/ruby_lib/blob/
|
1905
|
+
##### [_all_pred](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L357) ios
|
1906
1906
|
|
1907
1907
|
> def _all_pred(opts)
|
1908
1908
|
|
@@ -1912,7 +1912,7 @@ visible - if true, only visible elements are returned. default true
|
|
1912
1912
|
|
1913
1913
|
--
|
1914
1914
|
|
1915
|
-
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/
|
1915
|
+
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L370) ios
|
1916
1916
|
|
1917
1917
|
> def ele_with_pred(opts)
|
1918
1918
|
|
@@ -1928,7 +1928,7 @@ __Returns:__
|
|
1928
1928
|
|
1929
1929
|
--
|
1930
1930
|
|
1931
|
-
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/
|
1931
|
+
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L381) ios
|
1932
1932
|
|
1933
1933
|
> def eles_with_pred(opts)
|
1934
1934
|
|
@@ -1944,7 +1944,7 @@ __Returns:__
|
|
1944
1944
|
|
1945
1945
|
--
|
1946
1946
|
|
1947
|
-
##### [_validate_object](https://github.com/appium/ruby_lib/blob/
|
1947
|
+
##### [_validate_object](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L385) ios
|
1948
1948
|
|
1949
1949
|
> def _validate_object(*objects)
|
1950
1950
|
|
@@ -1952,7 +1952,7 @@ __Returns:__
|
|
1952
1952
|
|
1953
1953
|
--
|
1954
1954
|
|
1955
|
-
##### [_by_json](https://github.com/appium/ruby_lib/blob/
|
1955
|
+
##### [_by_json](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L434) ios
|
1956
1956
|
|
1957
1957
|
> def _by_json(opts)
|
1958
1958
|
|
@@ -1987,7 +1987,7 @@ opts = {
|
|
1987
1987
|
|
1988
1988
|
--
|
1989
1989
|
|
1990
|
-
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/
|
1990
|
+
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L484) ios
|
1991
1991
|
|
1992
1992
|
> def eles_by_json(opts)
|
1993
1993
|
|
@@ -2006,7 +2006,7 @@ eles_by_json({
|
|
2006
2006
|
|
2007
2007
|
--
|
2008
2008
|
|
2009
|
-
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/
|
2009
|
+
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/common/helper.rb#L490) ios
|
2010
2010
|
|
2011
2011
|
> def ele_by_json(opts)
|
2012
2012
|
|
@@ -2014,7 +2014,7 @@ see eles_by_json
|
|
2014
2014
|
|
2015
2015
|
--
|
2016
2016
|
|
2017
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
2017
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/alert.rb#L5) ios
|
2018
2018
|
|
2019
2019
|
> def alert_accept
|
2020
2020
|
|
@@ -2026,7 +2026,7 @@ __Returns:__
|
|
2026
2026
|
|
2027
2027
|
--
|
2028
2028
|
|
2029
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
2029
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/alert.rb#L13) ios
|
2030
2030
|
|
2031
2031
|
> def alert_dismiss
|
2032
2032
|
|
@@ -2038,7 +2038,7 @@ __Returns:__
|
|
2038
2038
|
|
2039
2039
|
--
|
2040
2040
|
|
2041
|
-
##### [UIAButton](https://github.com/appium/ruby_lib/blob/
|
2041
|
+
##### [UIAButton](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L4) ios
|
2042
2042
|
|
2043
2043
|
> UIAButton = 'UIAButton'.freeze
|
2044
2044
|
|
@@ -2046,7 +2046,7 @@ __Returns:__
|
|
2046
2046
|
|
2047
2047
|
--
|
2048
2048
|
|
2049
|
-
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/
|
2049
|
+
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L5) ios
|
2050
2050
|
|
2051
2051
|
> XCUIElementTypeButton = 'XCUIElementTypeButton'.freeze
|
2052
2052
|
|
@@ -2054,7 +2054,7 @@ __Returns:__
|
|
2054
2054
|
|
2055
2055
|
--
|
2056
2056
|
|
2057
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
2057
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L8) ios
|
2058
2058
|
|
2059
2059
|
> def button_class
|
2060
2060
|
|
@@ -2066,7 +2066,7 @@ __Returns:__
|
|
2066
2066
|
|
2067
2067
|
--
|
2068
2068
|
|
2069
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2069
|
+
##### [button](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L16) ios
|
2070
2070
|
|
2071
2071
|
> def button(value)
|
2072
2072
|
|
@@ -2083,7 +2083,7 @@ __Returns:__
|
|
2083
2083
|
|
2084
2084
|
--
|
2085
2085
|
|
2086
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2086
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L26) ios
|
2087
2087
|
|
2088
2088
|
> def buttons(value = false)
|
2089
2089
|
|
@@ -2100,7 +2100,7 @@ __Returns:__
|
|
2100
2100
|
|
2101
2101
|
--
|
2102
2102
|
|
2103
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2103
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L33) ios
|
2104
2104
|
|
2105
2105
|
> def first_button
|
2106
2106
|
|
@@ -2112,7 +2112,7 @@ __Returns:__
|
|
2112
2112
|
|
2113
2113
|
--
|
2114
2114
|
|
2115
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2115
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L41) ios
|
2116
2116
|
|
2117
2117
|
> def last_button
|
2118
2118
|
|
@@ -2126,7 +2126,7 @@ __Returns:__
|
|
2126
2126
|
|
2127
2127
|
--
|
2128
2128
|
|
2129
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2129
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L48) ios
|
2130
2130
|
|
2131
2131
|
> def button_exact(value)
|
2132
2132
|
|
@@ -2142,7 +2142,7 @@ __Returns:__
|
|
2142
2142
|
|
2143
2143
|
--
|
2144
2144
|
|
2145
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2145
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/button.rb#L55) ios
|
2146
2146
|
|
2147
2147
|
> def buttons_exact(value)
|
2148
2148
|
|
@@ -2158,7 +2158,7 @@ __Returns:__
|
|
2158
2158
|
|
2159
2159
|
--
|
2160
2160
|
|
2161
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2161
|
+
##### [find](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/generic.rb#L6) ios
|
2162
2162
|
|
2163
2163
|
> def find(value)
|
2164
2164
|
|
@@ -2174,7 +2174,7 @@ __Returns:__
|
|
2174
2174
|
|
2175
2175
|
--
|
2176
2176
|
|
2177
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2177
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/generic.rb#L13) ios
|
2178
2178
|
|
2179
2179
|
> def finds(value)
|
2180
2180
|
|
@@ -2190,7 +2190,7 @@ __Returns:__
|
|
2190
2190
|
|
2191
2191
|
--
|
2192
2192
|
|
2193
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2193
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/generic.rb#L20) ios
|
2194
2194
|
|
2195
2195
|
> def find_exact(value)
|
2196
2196
|
|
@@ -2206,7 +2206,7 @@ __Returns:__
|
|
2206
2206
|
|
2207
2207
|
--
|
2208
2208
|
|
2209
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2209
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/generic.rb#L27) ios
|
2210
2210
|
|
2211
2211
|
> def finds_exact(value)
|
2212
2212
|
|
@@ -2222,7 +2222,7 @@ __Returns:__
|
|
2222
2222
|
|
2223
2223
|
--
|
2224
2224
|
|
2225
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2225
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/generic.rb#L33) ios
|
2226
2226
|
|
2227
2227
|
> def raise_error_if_no_element(element)
|
2228
2228
|
|
@@ -2230,7 +2230,7 @@ __Returns:__
|
|
2230
2230
|
|
2231
2231
|
--
|
2232
2232
|
|
2233
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2233
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/generic.rb#L40) ios
|
2234
2234
|
|
2235
2235
|
> def select_visible_elements(elements)
|
2236
2236
|
|
@@ -2238,7 +2238,7 @@ Return visible elements.
|
|
2238
2238
|
|
2239
2239
|
--
|
2240
2240
|
|
2241
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
2241
|
+
##### [for](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/bridge.rb#L7) ios
|
2242
2242
|
|
2243
2243
|
> def self.for(target)
|
2244
2244
|
|
@@ -2246,7 +2246,7 @@ Return visible elements.
|
|
2246
2246
|
|
2247
2247
|
--
|
2248
2248
|
|
2249
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
2249
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/helper.rb#L26) ios
|
2250
2250
|
|
2251
2251
|
> def last_ele(class_name)
|
2252
2252
|
|
@@ -2262,7 +2262,7 @@ __Returns:__
|
|
2262
2262
|
|
2263
2263
|
--
|
2264
2264
|
|
2265
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
2265
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/helper.rb#L36) ios
|
2266
2266
|
|
2267
2267
|
> def tag(class_name)
|
2268
2268
|
|
@@ -2278,7 +2278,7 @@ __Returns:__
|
|
2278
2278
|
|
2279
2279
|
--
|
2280
2280
|
|
2281
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
2281
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/helper.rb#L44) ios
|
2282
2282
|
|
2283
2283
|
> def tags(class_name)
|
2284
2284
|
|
@@ -2294,7 +2294,7 @@ __Returns:__
|
|
2294
2294
|
|
2295
2295
|
--
|
2296
2296
|
|
2297
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
2297
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/helper.rb#L56) ios
|
2298
2298
|
|
2299
2299
|
> def tags_include(class_names:, value: nil)
|
2300
2300
|
|
@@ -2314,7 +2314,7 @@ __Returns:__
|
|
2314
2314
|
|
2315
2315
|
--
|
2316
2316
|
|
2317
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
2317
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/helper.rb#L79) ios
|
2318
2318
|
|
2319
2319
|
> def tags_exact(class_names:, value: nil)
|
2320
2320
|
|
@@ -2334,7 +2334,7 @@ __Returns:__
|
|
2334
2334
|
|
2335
2335
|
--
|
2336
2336
|
|
2337
|
-
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
2337
|
+
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command.rb#L19) ios
|
2338
2338
|
|
2339
2339
|
> def start_logs_broadcast(syslog_file = 'syslog.log')
|
2340
2340
|
|
@@ -2346,7 +2346,7 @@ __Parameters:__
|
|
2346
2346
|
|
2347
2347
|
--
|
2348
2348
|
|
2349
|
-
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
2349
|
+
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command.rb#L32) ios
|
2350
2350
|
|
2351
2351
|
> def stop_logs_broadcast
|
2352
2352
|
|
@@ -2354,7 +2354,7 @@ Stop iOS syslog broadcast websocket
|
|
2354
2354
|
|
2355
2355
|
--
|
2356
2356
|
|
2357
|
-
##### [UIATextField](https://github.com/appium/ruby_lib/blob/
|
2357
|
+
##### [UIATextField](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L3) ios
|
2358
2358
|
|
2359
2359
|
> UIATextField = 'UIATextField'.freeze
|
2360
2360
|
|
@@ -2362,7 +2362,7 @@ Stop iOS syslog broadcast websocket
|
|
2362
2362
|
|
2363
2363
|
--
|
2364
2364
|
|
2365
|
-
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/
|
2365
|
+
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L4) ios
|
2366
2366
|
|
2367
2367
|
> UIASecureTextField = 'UIASecureTextField'.freeze
|
2368
2368
|
|
@@ -2370,7 +2370,7 @@ Stop iOS syslog broadcast websocket
|
|
2370
2370
|
|
2371
2371
|
--
|
2372
2372
|
|
2373
|
-
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/
|
2373
|
+
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L6) ios
|
2374
2374
|
|
2375
2375
|
> XCUIElementTypeTextField = 'XCUIElementTypeTextField'.freeze
|
2376
2376
|
|
@@ -2378,7 +2378,7 @@ Stop iOS syslog broadcast websocket
|
|
2378
2378
|
|
2379
2379
|
--
|
2380
2380
|
|
2381
|
-
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/
|
2381
|
+
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L7) ios
|
2382
2382
|
|
2383
2383
|
> XCUIElementTypeSecureTextField = 'XCUIElementTypeSecureTextField'.freeze
|
2384
2384
|
|
@@ -2386,7 +2386,7 @@ Stop iOS syslog broadcast websocket
|
|
2386
2386
|
|
2387
2387
|
--
|
2388
2388
|
|
2389
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
2389
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L10) ios
|
2390
2390
|
|
2391
2391
|
> def text_field_class
|
2392
2392
|
|
@@ -2398,7 +2398,7 @@ __Returns:__
|
|
2398
2398
|
|
2399
2399
|
--
|
2400
2400
|
|
2401
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
2401
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L15) ios
|
2402
2402
|
|
2403
2403
|
> def secure_text_field_class
|
2404
2404
|
|
@@ -2410,7 +2410,7 @@ __Returns:__
|
|
2410
2410
|
|
2411
2411
|
--
|
2412
2412
|
|
2413
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
2413
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L24) ios
|
2414
2414
|
|
2415
2415
|
> def textfield(value)
|
2416
2416
|
|
@@ -2428,7 +2428,7 @@ __Returns:__
|
|
2428
2428
|
|
2429
2429
|
--
|
2430
2430
|
|
2431
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
2431
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L42) ios
|
2432
2432
|
|
2433
2433
|
> def textfields(value = false)
|
2434
2434
|
|
@@ -2445,7 +2445,7 @@ __Returns:__
|
|
2445
2445
|
|
2446
2446
|
--
|
2447
2447
|
|
2448
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
2448
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L49) ios
|
2449
2449
|
|
2450
2450
|
> def first_textfield
|
2451
2451
|
|
@@ -2457,7 +2457,7 @@ __Returns:__
|
|
2457
2457
|
|
2458
2458
|
--
|
2459
2459
|
|
2460
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
2460
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L55) ios
|
2461
2461
|
|
2462
2462
|
> def last_textfield
|
2463
2463
|
|
@@ -2469,7 +2469,7 @@ __Returns:__
|
|
2469
2469
|
|
2470
2470
|
--
|
2471
2471
|
|
2472
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
2472
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L64) ios
|
2473
2473
|
|
2474
2474
|
> def textfield_exact(value)
|
2475
2475
|
|
@@ -2485,7 +2485,7 @@ __Returns:__
|
|
2485
2485
|
|
2486
2486
|
--
|
2487
2487
|
|
2488
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
2488
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L71) ios
|
2489
2489
|
|
2490
2490
|
> def textfields_exact(value)
|
2491
2491
|
|
@@ -2501,7 +2501,7 @@ __Returns:__
|
|
2501
2501
|
|
2502
2502
|
--
|
2503
2503
|
|
2504
|
-
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/
|
2504
|
+
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L78) ios
|
2505
2505
|
|
2506
2506
|
> def _textfield_visible
|
2507
2507
|
|
@@ -2509,7 +2509,7 @@ Appium
|
|
2509
2509
|
|
2510
2510
|
--
|
2511
2511
|
|
2512
|
-
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/
|
2512
|
+
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L83) ios
|
2513
2513
|
|
2514
2514
|
> def _textfield_exact_string(value)
|
2515
2515
|
|
@@ -2517,7 +2517,7 @@ Appium
|
|
2517
2517
|
|
2518
2518
|
--
|
2519
2519
|
|
2520
|
-
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/
|
2520
|
+
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/element/textfield.rb#L90) ios
|
2521
2521
|
|
2522
2522
|
> def _textfield_contains_string(value)
|
2523
2523
|
|
@@ -2525,7 +2525,7 @@ Appium
|
|
2525
2525
|
|
2526
2526
|
--
|
2527
2527
|
|
2528
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
2528
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/text.rb#L9) ios
|
2529
2529
|
|
2530
2530
|
> def static_text_class
|
2531
2531
|
|
@@ -2537,7 +2537,7 @@ __Returns:__
|
|
2537
2537
|
|
2538
2538
|
--
|
2539
2539
|
|
2540
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
2540
|
+
##### [text](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/text.rb#L17) ios
|
2541
2541
|
|
2542
2542
|
> def text(value)
|
2543
2543
|
|
@@ -2554,7 +2554,7 @@ __Returns:__
|
|
2554
2554
|
|
2555
2555
|
--
|
2556
2556
|
|
2557
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
2557
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/text.rb#L26) ios
|
2558
2558
|
|
2559
2559
|
> def texts(value = false)
|
2560
2560
|
|
@@ -2571,7 +2571,7 @@ __Returns:__
|
|
2571
2571
|
|
2572
2572
|
--
|
2573
2573
|
|
2574
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
2574
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/text.rb#L34) ios
|
2575
2575
|
|
2576
2576
|
> def first_text
|
2577
2577
|
|
@@ -2583,7 +2583,7 @@ __Returns:__
|
|
2583
2583
|
|
2584
2584
|
--
|
2585
2585
|
|
2586
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
2586
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/text.rb#L40) ios
|
2587
2587
|
|
2588
2588
|
> def last_text
|
2589
2589
|
|
@@ -2595,7 +2595,7 @@ __Returns:__
|
|
2595
2595
|
|
2596
2596
|
--
|
2597
2597
|
|
2598
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
2598
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/text.rb#L47) ios
|
2599
2599
|
|
2600
2600
|
> def text_exact(value)
|
2601
2601
|
|
@@ -2611,7 +2611,7 @@ __Returns:__
|
|
2611
2611
|
|
2612
2612
|
--
|
2613
2613
|
|
2614
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
2614
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/text.rb#L54) ios
|
2615
2615
|
|
2616
2616
|
> def texts_exact(value)
|
2617
2617
|
|
@@ -2627,7 +2627,7 @@ __Returns:__
|
|
2627
2627
|
|
2628
2628
|
--
|
2629
2629
|
|
2630
|
-
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/
|
2630
|
+
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/source.rb#L12) ios
|
2631
2631
|
|
2632
2632
|
> def xcuitest_source(format: :xml)
|
2633
2633
|
|
@@ -2641,7 +2641,7 @@ __Parameters:__
|
|
2641
2641
|
|
2642
2642
|
--
|
2643
2643
|
|
2644
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
2644
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/button.rb#L9) ios
|
2645
2645
|
|
2646
2646
|
> def button_class
|
2647
2647
|
|
@@ -2653,7 +2653,7 @@ __Returns:__
|
|
2653
2653
|
|
2654
2654
|
--
|
2655
2655
|
|
2656
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2656
|
+
##### [button](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/button.rb#L17) ios
|
2657
2657
|
|
2658
2658
|
> def button(value)
|
2659
2659
|
|
@@ -2670,7 +2670,7 @@ __Returns:__
|
|
2670
2670
|
|
2671
2671
|
--
|
2672
2672
|
|
2673
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2673
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/button.rb#L27) ios
|
2674
2674
|
|
2675
2675
|
> def buttons(value = false)
|
2676
2676
|
|
@@ -2687,7 +2687,7 @@ __Returns:__
|
|
2687
2687
|
|
2688
2688
|
--
|
2689
2689
|
|
2690
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2690
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/button.rb#L35) ios
|
2691
2691
|
|
2692
2692
|
> def first_button
|
2693
2693
|
|
@@ -2699,7 +2699,7 @@ __Returns:__
|
|
2699
2699
|
|
2700
2700
|
--
|
2701
2701
|
|
2702
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2702
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/button.rb#L43) ios
|
2703
2703
|
|
2704
2704
|
> def last_button
|
2705
2705
|
|
@@ -2713,7 +2713,7 @@ __Returns:__
|
|
2713
2713
|
|
2714
2714
|
--
|
2715
2715
|
|
2716
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2716
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/button.rb#L50) ios
|
2717
2717
|
|
2718
2718
|
> def button_exact(value)
|
2719
2719
|
|
@@ -2729,7 +2729,7 @@ __Returns:__
|
|
2729
2729
|
|
2730
2730
|
--
|
2731
2731
|
|
2732
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2732
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/button.rb#L57) ios
|
2733
2733
|
|
2734
2734
|
> def buttons_exact(value)
|
2735
2735
|
|
@@ -2745,7 +2745,7 @@ __Returns:__
|
|
2745
2745
|
|
2746
2746
|
--
|
2747
2747
|
|
2748
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2748
|
+
##### [find](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/generic.rb#L8) ios
|
2749
2749
|
|
2750
2750
|
> def find(value)
|
2751
2751
|
|
@@ -2761,7 +2761,7 @@ __Returns:__
|
|
2761
2761
|
|
2762
2762
|
--
|
2763
2763
|
|
2764
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2764
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/generic.rb#L15) ios
|
2765
2765
|
|
2766
2766
|
> def finds(value)
|
2767
2767
|
|
@@ -2777,7 +2777,7 @@ __Returns:__
|
|
2777
2777
|
|
2778
2778
|
--
|
2779
2779
|
|
2780
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2780
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/generic.rb#L23) ios
|
2781
2781
|
|
2782
2782
|
> def find_exact(value)
|
2783
2783
|
|
@@ -2793,7 +2793,7 @@ __Returns:__
|
|
2793
2793
|
|
2794
2794
|
--
|
2795
2795
|
|
2796
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2796
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/generic.rb#L30) ios
|
2797
2797
|
|
2798
2798
|
> def finds_exact(value)
|
2799
2799
|
|
@@ -2809,7 +2809,7 @@ __Returns:__
|
|
2809
2809
|
|
2810
2810
|
--
|
2811
2811
|
|
2812
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2812
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
|
2813
2813
|
|
2814
2814
|
> def raise_error_if_no_element(element)
|
2815
2815
|
|
@@ -2817,7 +2817,7 @@ __Returns:__
|
|
2817
2817
|
|
2818
2818
|
--
|
2819
2819
|
|
2820
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2820
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/generic.rb#L44) ios
|
2821
2821
|
|
2822
2822
|
> def select_visible_elements(elements)
|
2823
2823
|
|
@@ -2825,7 +2825,7 @@ Return visible elements.
|
|
2825
2825
|
|
2826
2826
|
--
|
2827
2827
|
|
2828
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
2828
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L11) ios
|
2829
2829
|
|
2830
2830
|
> def swipe(direction:, element: nil)
|
2831
2831
|
|
@@ -2839,9 +2839,9 @@ __Parameters:__
|
|
2839
2839
|
|
2840
2840
|
--
|
2841
2841
|
|
2842
|
-
##### [scroll](https://github.com/appium/ruby_lib/blob/
|
2842
|
+
##### [scroll](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L31) ios
|
2843
2843
|
|
2844
|
-
> def scroll(direction:,
|
2844
|
+
> def scroll(direction:, # rubocop:disable Metrics/ParameterLists
|
2845
2845
|
|
2846
2846
|
|
2847
2847
|
|
@@ -2853,7 +2853,7 @@ __Parameters:__
|
|
2853
2853
|
|
2854
2854
|
--
|
2855
2855
|
|
2856
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
2856
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L56) ios
|
2857
2857
|
|
2858
2858
|
> def pinch(scale:, velocity: 1.0, element: nil)
|
2859
2859
|
|
@@ -2869,7 +2869,7 @@ __Parameters:__
|
|
2869
2869
|
|
2870
2870
|
--
|
2871
2871
|
|
2872
|
-
##### [double_tap](https://github.com/appium/ruby_lib/blob/
|
2872
|
+
##### [double_tap](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L71) ios
|
2873
2873
|
|
2874
2874
|
> def double_tap(x: nil, y: nil, element: nil)
|
2875
2875
|
|
@@ -2885,7 +2885,7 @@ __Parameters:__
|
|
2885
2885
|
|
2886
2886
|
--
|
2887
2887
|
|
2888
|
-
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/
|
2888
|
+
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L88) ios
|
2889
2889
|
|
2890
2890
|
> def touch_and_hold(x: nil, y: nil, element: nil, duration: 1.0)
|
2891
2891
|
|
@@ -2903,7 +2903,7 @@ __Parameters:__
|
|
2903
2903
|
|
2904
2904
|
--
|
2905
2905
|
|
2906
|
-
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/
|
2906
|
+
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L101) ios
|
2907
2907
|
|
2908
2908
|
> def two_finger_tap(element:)
|
2909
2909
|
|
@@ -2919,7 +2919,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item")
|
|
2919
2919
|
|
2920
2920
|
--
|
2921
2921
|
|
2922
|
-
##### [tap](https://github.com/appium/ruby_lib/blob/
|
2922
|
+
##### [tap](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L116) ios
|
2923
2923
|
|
2924
2924
|
> def tap(x:, y:, element: nil)
|
2925
2925
|
|
@@ -2935,7 +2935,7 @@ __Parameters:__
|
|
2935
2935
|
|
2936
2936
|
--
|
2937
2937
|
|
2938
|
-
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/
|
2938
|
+
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L136) ios
|
2939
2939
|
|
2940
2940
|
> def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil)
|
2941
2941
|
|
@@ -2958,7 +2958,7 @@ drag point should be before to start dragging. Mandatory parameter
|
|
2958
2958
|
|
2959
2959
|
--
|
2960
2960
|
|
2961
|
-
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/
|
2961
|
+
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L153) ios
|
2962
2962
|
|
2963
2963
|
> def select_picker_wheel(element:, order:, offset: nil)
|
2964
2964
|
|
@@ -2975,7 +2975,7 @@ __Parameters:__
|
|
2975
2975
|
|
2976
2976
|
--
|
2977
2977
|
|
2978
|
-
##### [alert](https://github.com/appium/ruby_lib/blob/
|
2978
|
+
##### [alert](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/gestures.rb#L171) ios
|
2979
2979
|
|
2980
2980
|
> def alert(action:, button_label: nil)
|
2981
2981
|
|
@@ -2990,7 +2990,7 @@ This is an optional parameter and is only valid in combination with accept and d
|
|
2990
2990
|
|
2991
2991
|
--
|
2992
2992
|
|
2993
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
2993
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/textfield.rb#L9) ios
|
2994
2994
|
|
2995
2995
|
> def text_field_class
|
2996
2996
|
|
@@ -3002,7 +3002,7 @@ __Returns:__
|
|
3002
3002
|
|
3003
3003
|
--
|
3004
3004
|
|
3005
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
3005
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/textfield.rb#L14) ios
|
3006
3006
|
|
3007
3007
|
> def secure_text_field_class
|
3008
3008
|
|
@@ -3014,7 +3014,7 @@ __Returns:__
|
|
3014
3014
|
|
3015
3015
|
--
|
3016
3016
|
|
3017
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
3017
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
|
3018
3018
|
|
3019
3019
|
> def textfield(value)
|
3020
3020
|
|
@@ -3032,7 +3032,7 @@ __Returns:__
|
|
3032
3032
|
|
3033
3033
|
--
|
3034
3034
|
|
3035
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
3035
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/textfield.rb#L41) ios
|
3036
3036
|
|
3037
3037
|
> def textfields(value = false)
|
3038
3038
|
|
@@ -3049,7 +3049,7 @@ __Returns:__
|
|
3049
3049
|
|
3050
3050
|
--
|
3051
3051
|
|
3052
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
3052
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/textfield.rb#L50) ios
|
3053
3053
|
|
3054
3054
|
> def first_textfield
|
3055
3055
|
|
@@ -3061,7 +3061,7 @@ __Returns:__
|
|
3061
3061
|
|
3062
3062
|
--
|
3063
3063
|
|
3064
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
3064
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/textfield.rb#L56) ios
|
3065
3065
|
|
3066
3066
|
> def last_textfield
|
3067
3067
|
|
@@ -3073,7 +3073,7 @@ __Returns:__
|
|
3073
3073
|
|
3074
3074
|
--
|
3075
3075
|
|
3076
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
3076
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/textfield.rb#L65) ios
|
3077
3077
|
|
3078
3078
|
> def textfield_exact(value)
|
3079
3079
|
|
@@ -3089,7 +3089,7 @@ __Returns:__
|
|
3089
3089
|
|
3090
3090
|
--
|
3091
3091
|
|
3092
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
3092
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/element/textfield.rb#L72) ios
|
3093
3093
|
|
3094
3094
|
> def textfields_exact(value)
|
3095
3095
|
|
@@ -3105,7 +3105,7 @@ __Returns:__
|
|
3105
3105
|
|
3106
3106
|
--
|
3107
3107
|
|
3108
|
-
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3108
|
+
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L12) ios
|
3109
3109
|
|
3110
3110
|
> def set_pasteboard(content:, encoding: nil)
|
3111
3111
|
|
@@ -3120,7 +3120,7 @@ The parameter is mandatory
|
|
3120
3120
|
|
3121
3121
|
--
|
3122
3122
|
|
3123
|
-
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3123
|
+
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L24) ios
|
3124
3124
|
|
3125
3125
|
> def get_pasteboard(encoding: nil)
|
3126
3126
|
|
@@ -3132,7 +3132,7 @@ __Parameters:__
|
|
3132
3132
|
|
3133
3133
|
--
|
3134
3134
|
|
3135
|
-
##### [install_certificate](https://github.com/appium/ruby_lib/blob/
|
3135
|
+
##### [install_certificate](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/certificate.rb#L18) ios
|
3136
3136
|
|
3137
3137
|
> def install_certificate(cer_file:)
|
3138
3138
|
|
@@ -3147,7 +3147,7 @@ __Parameters:__
|
|
3147
3147
|
|
3148
3148
|
--
|
3149
3149
|
|
3150
|
-
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/
|
3150
|
+
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/get_context.rb#L14) ios
|
3151
3151
|
|
3152
3152
|
> def xcuitest_get_contexts
|
3153
3153
|
|
@@ -3155,7 +3155,7 @@ Get contexts
|
|
3155
3155
|
|
3156
3156
|
--
|
3157
3157
|
|
3158
|
-
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/
|
3158
|
+
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L21) ios
|
3159
3159
|
|
3160
3160
|
> def xcuitest_install_app(app:)
|
3161
3161
|
|
@@ -3171,7 +3171,7 @@ or an URL pointing to a remote .ipa/.zip file. Mandatory argument.
|
|
3171
3171
|
|
3172
3172
|
--
|
3173
3173
|
|
3174
|
-
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/
|
3174
|
+
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
|
3175
3175
|
|
3176
3176
|
> def xcuitest_app_installed?(bundle_id:)
|
3177
3177
|
|
@@ -3187,7 +3187,7 @@ __Returns:__
|
|
3187
3187
|
|
3188
3188
|
--
|
3189
3189
|
|
3190
|
-
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/
|
3190
|
+
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L50) ios
|
3191
3191
|
|
3192
3192
|
> def xcuitest_remove_app(bundle_id:)
|
3193
3193
|
|
@@ -3200,7 +3200,7 @@ __Parameters:__
|
|
3200
3200
|
|
3201
3201
|
--
|
3202
3202
|
|
3203
|
-
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/
|
3203
|
+
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L65) ios
|
3204
3204
|
|
3205
3205
|
> def xcuitest_launch_app(bundle_id:)
|
3206
3206
|
|
@@ -3213,7 +3213,7 @@ __Parameters:__
|
|
3213
3213
|
|
3214
3214
|
--
|
3215
3215
|
|
3216
|
-
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/
|
3216
|
+
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L80) ios
|
3217
3217
|
|
3218
3218
|
> def xcuitest_terminate_app(bundle_id:)
|
3219
3219
|
|
@@ -3226,7 +3226,7 @@ __Parameters:__
|
|
3226
3226
|
|
3227
3227
|
--
|
3228
3228
|
|
3229
|
-
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/
|
3229
|
+
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L102) ios
|
3230
3230
|
|
3231
3231
|
> def xcuitest_query_app_status(bundle_id:)
|
3232
3232
|
|
@@ -3250,7 +3250,7 @@ __Returns:__
|
|
3250
3250
|
|
3251
3251
|
--
|
3252
3252
|
|
3253
|
-
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/
|
3253
|
+
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/9fe2388f5138a7e9e962e884f95a2f8b24649100/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L118) ios
|
3254
3254
|
|
3255
3255
|
> def xcuitest_activate_app(bundle_id:)
|
3256
3256
|
|