appium_lib 9.9.0 → 9.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/docs/android_docs.md +174 -186
- data/docs/ios_docs.md +232 -244
- data/lib/appium_lib/driver.rb +6 -17
- data/lib/appium_lib/version.rb +2 -2
- data/release_notes.md +6 -0
- metadata +2 -2
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/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/appium.rb#L45)
|
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/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/appium.rb#L79)
|
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/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/appium.rb#L84)
|
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/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/appium.rb#L126)
|
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/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/appium.rb#L181)
|
102
102
|
|
103
103
|
> def promote_appium_methods(class_array, driver = $driver)
|
104
104
|
|
@@ -116,19 +116,7 @@ __Parameters:__
|
|
116
116
|
|
117
117
|
--
|
118
118
|
|
119
|
-
##### [
|
120
|
-
|
121
|
-
> def self.left_greater_than_or_equal_to_right?(left, right)
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
__Returns:__
|
126
|
-
|
127
|
-
[Boolean]
|
128
|
-
|
129
|
-
--
|
130
|
-
|
131
|
-
##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/42a3f9624a0bf48d8353140e4ee488334bd406eb/lib/appium_lib/driver.rb#L47)
|
119
|
+
##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L36)
|
132
120
|
|
133
121
|
> def global_webdriver_http_sleep
|
134
122
|
|
@@ -136,7 +124,7 @@ The amount to sleep in seconds before every webdriver http call.
|
|
136
124
|
|
137
125
|
--
|
138
126
|
|
139
|
-
##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/
|
127
|
+
##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L36)
|
140
128
|
|
141
129
|
> def global_webdriver_http_sleep=(value)
|
142
130
|
|
@@ -144,7 +132,7 @@ The amount to sleep in seconds before every webdriver http call.
|
|
144
132
|
|
145
133
|
--
|
146
134
|
|
147
|
-
##### [sauce](https://github.com/appium/ruby_lib/blob/
|
135
|
+
##### [sauce](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L39)
|
148
136
|
|
149
137
|
> def sauce
|
150
138
|
|
@@ -152,7 +140,7 @@ SauceLab's settings
|
|
152
140
|
|
153
141
|
--
|
154
142
|
|
155
|
-
##### [sauce_username](https://github.com/appium/ruby_lib/blob/
|
143
|
+
##### [sauce_username](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L42)
|
156
144
|
|
157
145
|
> def sauce_username
|
158
146
|
|
@@ -161,7 +149,7 @@ same as @sauce.username
|
|
161
149
|
|
162
150
|
--
|
163
151
|
|
164
|
-
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/
|
152
|
+
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L45)
|
165
153
|
|
166
154
|
> def sauce_access_key
|
167
155
|
|
@@ -170,7 +158,7 @@ same as @sauce.access_key
|
|
170
158
|
|
171
159
|
--
|
172
160
|
|
173
|
-
##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/
|
161
|
+
##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L48)
|
174
162
|
|
175
163
|
> def sauce_endpoint
|
176
164
|
|
@@ -179,7 +167,7 @@ same as @sauce.endpoint
|
|
179
167
|
|
180
168
|
--
|
181
169
|
|
182
|
-
##### [caps](https://github.com/appium/ruby_lib/blob/
|
170
|
+
##### [caps](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L52)
|
183
171
|
|
184
172
|
> def caps
|
185
173
|
|
@@ -188,7 +176,7 @@ read http://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Driver
|
|
188
176
|
|
189
177
|
--
|
190
178
|
|
191
|
-
##### [custom_url](https://github.com/appium/ruby_lib/blob/
|
179
|
+
##### [custom_url](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L53)
|
192
180
|
|
193
181
|
> def custom_url
|
194
182
|
|
@@ -196,7 +184,7 @@ Returns the value of attribute custom_url
|
|
196
184
|
|
197
185
|
--
|
198
186
|
|
199
|
-
##### [export_session](https://github.com/appium/ruby_lib/blob/
|
187
|
+
##### [export_session](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L54)
|
200
188
|
|
201
189
|
> def export_session
|
202
190
|
|
@@ -204,7 +192,7 @@ Returns the value of attribute export_session
|
|
204
192
|
|
205
193
|
--
|
206
194
|
|
207
|
-
##### [export_session_path](https://github.com/appium/ruby_lib/blob/
|
195
|
+
##### [export_session_path](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L55)
|
208
196
|
|
209
197
|
> def export_session_path
|
210
198
|
|
@@ -212,7 +200,7 @@ Returns the value of attribute export_session_path
|
|
212
200
|
|
213
201
|
--
|
214
202
|
|
215
|
-
##### [default_wait](https://github.com/appium/ruby_lib/blob/
|
203
|
+
##### [default_wait](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L56)
|
216
204
|
|
217
205
|
> def default_wait
|
218
206
|
|
@@ -220,7 +208,7 @@ Returns the value of attribute default_wait
|
|
220
208
|
|
221
209
|
--
|
222
210
|
|
223
|
-
##### [appium_port](https://github.com/appium/ruby_lib/blob/
|
211
|
+
##### [appium_port](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L57)
|
224
212
|
|
225
213
|
> def appium_port
|
226
214
|
|
@@ -228,7 +216,7 @@ Returns the value of attribute appium_port
|
|
228
216
|
|
229
217
|
--
|
230
218
|
|
231
|
-
##### [appium_device](https://github.com/appium/ruby_lib/blob/
|
219
|
+
##### [appium_device](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L58)
|
232
220
|
|
233
221
|
> def appium_device
|
234
222
|
|
@@ -236,7 +224,7 @@ Returns the value of attribute appium_device
|
|
236
224
|
|
237
225
|
--
|
238
226
|
|
239
|
-
##### [automation_name](https://github.com/appium/ruby_lib/blob/
|
227
|
+
##### [automation_name](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L59)
|
240
228
|
|
241
229
|
> def automation_name
|
242
230
|
|
@@ -244,7 +232,7 @@ Returns the value of attribute automation_name
|
|
244
232
|
|
245
233
|
--
|
246
234
|
|
247
|
-
##### [listener](https://github.com/appium/ruby_lib/blob/
|
235
|
+
##### [listener](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L60)
|
248
236
|
|
249
237
|
> def listener
|
250
238
|
|
@@ -252,7 +240,7 @@ Returns the value of attribute listener
|
|
252
240
|
|
253
241
|
--
|
254
242
|
|
255
|
-
##### [http_client](https://github.com/appium/ruby_lib/blob/
|
243
|
+
##### [http_client](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L61)
|
256
244
|
|
257
245
|
> def http_client
|
258
246
|
|
@@ -260,7 +248,7 @@ Returns the value of attribute http_client
|
|
260
248
|
|
261
249
|
--
|
262
250
|
|
263
|
-
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/
|
251
|
+
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L62)
|
264
252
|
|
265
253
|
> def appium_wait_timeout
|
266
254
|
|
@@ -268,7 +256,7 @@ Returns the value of attribute appium_wait_timeout
|
|
268
256
|
|
269
257
|
--
|
270
258
|
|
271
|
-
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/
|
259
|
+
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L63)
|
272
260
|
|
273
261
|
> def appium_wait_interval
|
274
262
|
|
@@ -276,7 +264,7 @@ Returns the value of attribute appium_wait_interval
|
|
276
264
|
|
277
265
|
--
|
278
266
|
|
279
|
-
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/
|
267
|
+
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L66)
|
280
268
|
|
281
269
|
> def appium_server_status
|
282
270
|
|
@@ -284,7 +272,7 @@ Appium's server version
|
|
284
272
|
|
285
273
|
--
|
286
274
|
|
287
|
-
##### [appium_debug](https://github.com/appium/ruby_lib/blob/
|
275
|
+
##### [appium_debug](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L68)
|
288
276
|
|
289
277
|
> def appium_debug
|
290
278
|
|
@@ -292,7 +280,7 @@ Boolean debug mode for the Appium Ruby bindings
|
|
292
280
|
|
293
281
|
--
|
294
282
|
|
295
|
-
##### [driver](https://github.com/appium/ruby_lib/blob/
|
283
|
+
##### [driver](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L71)
|
296
284
|
|
297
285
|
> def driver
|
298
286
|
|
@@ -304,7 +292,7 @@ __Returns:__
|
|
304
292
|
|
305
293
|
--
|
306
294
|
|
307
|
-
##### [core](https://github.com/appium/ruby_lib/blob/
|
295
|
+
##### [core](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L73)
|
308
296
|
|
309
297
|
> def core
|
310
298
|
|
@@ -312,7 +300,7 @@ Instance of Appium::Core::Driver
|
|
312
300
|
|
313
301
|
--
|
314
302
|
|
315
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
303
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L137)
|
316
304
|
|
317
305
|
> def initialize(opts = {}, global_driver = nil)
|
318
306
|
|
@@ -331,7 +319,7 @@ __Returns:__
|
|
331
319
|
|
332
320
|
--
|
333
321
|
|
334
|
-
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/
|
322
|
+
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L247)
|
335
323
|
|
336
324
|
> def driver_attributes
|
337
325
|
|
@@ -339,7 +327,7 @@ Returns a hash of the driver attributes
|
|
339
327
|
|
340
328
|
--
|
341
329
|
|
342
|
-
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/
|
330
|
+
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L267)
|
343
331
|
|
344
332
|
> def device_is_android?
|
345
333
|
|
@@ -351,7 +339,7 @@ __Returns:__
|
|
351
339
|
|
352
340
|
--
|
353
341
|
|
354
|
-
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/
|
342
|
+
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L271)
|
355
343
|
|
356
344
|
> def device_is_ios?
|
357
345
|
|
@@ -363,7 +351,7 @@ __Returns:__
|
|
363
351
|
|
364
352
|
--
|
365
353
|
|
366
|
-
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/
|
354
|
+
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L275)
|
367
355
|
|
368
356
|
> def device_is_windows?
|
369
357
|
|
@@ -375,7 +363,7 @@ __Returns:__
|
|
375
363
|
|
376
364
|
--
|
377
365
|
|
378
|
-
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/
|
366
|
+
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L281)
|
379
367
|
|
380
368
|
> def automation_name_is_uiautomator2?
|
381
369
|
|
@@ -387,7 +375,7 @@ __Returns:__
|
|
387
375
|
|
388
376
|
--
|
389
377
|
|
390
|
-
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/
|
378
|
+
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L287)
|
391
379
|
|
392
380
|
> def automation_name_is_espresso?
|
393
381
|
|
@@ -399,7 +387,7 @@ __Returns:__
|
|
399
387
|
|
400
388
|
--
|
401
389
|
|
402
|
-
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/
|
390
|
+
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L293)
|
403
391
|
|
404
392
|
> def automation_name_is_xcuitest?
|
405
393
|
|
@@ -411,7 +399,7 @@ __Returns:__
|
|
411
399
|
|
412
400
|
--
|
413
401
|
|
414
|
-
##### [dialect](https://github.com/appium/ruby_lib/blob/
|
402
|
+
##### [dialect](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L313)
|
415
403
|
|
416
404
|
> def dialect
|
417
405
|
|
@@ -433,7 +421,7 @@ __Returns:__
|
|
433
421
|
|
434
422
|
--
|
435
423
|
|
436
|
-
##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/
|
424
|
+
##### [check_server_version_xcuitest](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L320)
|
437
425
|
|
438
426
|
> def check_server_version_xcuitest
|
439
427
|
|
@@ -446,7 +434,7 @@ __Returns:__
|
|
446
434
|
|
447
435
|
--
|
448
436
|
|
449
|
-
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/
|
437
|
+
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L341)
|
450
438
|
|
451
439
|
> def appium_server_version
|
452
440
|
|
@@ -458,7 +446,7 @@ __Returns:__
|
|
458
446
|
|
459
447
|
--
|
460
448
|
|
461
|
-
##### [remote_status](https://github.com/appium/ruby_lib/blob/
|
449
|
+
##### [remote_status](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L348)
|
462
450
|
|
463
451
|
> def appium_server_version
|
464
452
|
|
@@ -470,7 +458,7 @@ __Returns:__
|
|
470
458
|
|
471
459
|
--
|
472
460
|
|
473
|
-
##### [platform_version](https://github.com/appium/ruby_lib/blob/
|
461
|
+
##### [platform_version](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L352)
|
474
462
|
|
475
463
|
> def platform_version
|
476
464
|
|
@@ -482,7 +470,7 @@ __Returns:__
|
|
482
470
|
|
483
471
|
--
|
484
472
|
|
485
|
-
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/
|
473
|
+
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L365)
|
486
474
|
|
487
475
|
> def appium_client_version
|
488
476
|
|
@@ -494,7 +482,7 @@ __Returns:__
|
|
494
482
|
|
495
483
|
--
|
496
484
|
|
497
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
485
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L377)
|
498
486
|
|
499
487
|
> def self.absolute_app_path(opts)
|
500
488
|
|
@@ -511,7 +499,7 @@ __Returns:__
|
|
511
499
|
|
512
500
|
--
|
513
501
|
|
514
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
502
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L410)
|
515
503
|
|
516
504
|
> def server_url
|
517
505
|
|
@@ -523,7 +511,7 @@ __Returns:__
|
|
523
511
|
|
524
512
|
--
|
525
513
|
|
526
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
514
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L418)
|
527
515
|
|
528
516
|
> def restart
|
529
517
|
|
@@ -535,7 +523,7 @@ __Returns:__
|
|
535
523
|
|
536
524
|
--
|
537
525
|
|
538
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
526
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L431)
|
539
527
|
|
540
528
|
> def screenshot(png_save_path)
|
541
529
|
|
@@ -551,7 +539,7 @@ __Returns:__
|
|
551
539
|
|
552
540
|
--
|
553
541
|
|
554
|
-
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/
|
542
|
+
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L445)
|
555
543
|
|
556
544
|
> def element_screenshot(element, png_save_path)
|
557
545
|
|
@@ -569,7 +557,7 @@ __Returns:__
|
|
569
557
|
|
570
558
|
--
|
571
559
|
|
572
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
560
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L452)
|
573
561
|
|
574
562
|
> def driver_quit
|
575
563
|
|
@@ -581,7 +569,7 @@ __Returns:__
|
|
581
569
|
|
582
570
|
--
|
583
571
|
|
584
|
-
##### [quit_driver](https://github.com/appium/ruby_lib/blob/
|
572
|
+
##### [quit_driver](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L455)
|
585
573
|
|
586
574
|
> def driver_quit
|
587
575
|
|
@@ -593,7 +581,7 @@ __Returns:__
|
|
593
581
|
|
594
582
|
--
|
595
583
|
|
596
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
584
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L466)
|
597
585
|
|
598
586
|
> def window_size
|
599
587
|
|
@@ -605,7 +593,7 @@ __Returns:__
|
|
605
593
|
|
606
594
|
--
|
607
595
|
|
608
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
596
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L498)
|
609
597
|
|
610
598
|
> def start_driver(http_client_ops =
|
611
599
|
|
@@ -625,7 +613,7 @@ __Returns:__
|
|
625
613
|
|
626
614
|
--
|
627
615
|
|
628
|
-
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/
|
616
|
+
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L520)
|
629
617
|
|
630
618
|
> def set_implicit_wait(wait)
|
631
619
|
|
@@ -633,7 +621,7 @@ To ignore error for Espresso Driver
|
|
633
621
|
|
634
622
|
--
|
635
623
|
|
636
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
624
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L530)
|
637
625
|
|
638
626
|
> def no_wait
|
639
627
|
|
@@ -641,7 +629,7 @@ Set implicit wait to zero.
|
|
641
629
|
|
642
630
|
--
|
643
631
|
|
644
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
632
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L544)
|
645
633
|
|
646
634
|
> def set_wait(timeout = nil)
|
647
635
|
|
@@ -657,7 +645,7 @@ __Returns:__
|
|
657
645
|
|
658
646
|
--
|
659
647
|
|
660
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
648
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L561)
|
661
649
|
|
662
650
|
> def exists(pre_check = 0, post_check = @core.default_wait)
|
663
651
|
|
@@ -681,7 +669,7 @@ __Returns:__
|
|
681
669
|
|
682
670
|
--
|
683
671
|
|
684
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
672
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L585)
|
685
673
|
|
686
674
|
> def execute_script(script, *args)
|
687
675
|
|
@@ -699,7 +687,7 @@ __Returns:__
|
|
699
687
|
|
700
688
|
--
|
701
689
|
|
702
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
690
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L607)
|
703
691
|
|
704
692
|
> def find_elements(*args)
|
705
693
|
|
@@ -719,7 +707,7 @@ __Returns:__
|
|
719
707
|
|
720
708
|
--
|
721
709
|
|
722
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
710
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L622)
|
723
711
|
|
724
712
|
> def find_element(*args)
|
725
713
|
|
@@ -737,7 +725,7 @@ __Returns:__
|
|
737
725
|
|
738
726
|
--
|
739
727
|
|
740
|
-
##### [set_location](https://github.com/appium/ruby_lib/blob/
|
728
|
+
##### [set_location](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L635)
|
741
729
|
|
742
730
|
> def set_location(opts = {})
|
743
731
|
|
@@ -753,7 +741,7 @@ __Returns:__
|
|
753
741
|
|
754
742
|
--
|
755
743
|
|
756
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
744
|
+
##### [x](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/driver.rb#L645)
|
757
745
|
|
758
746
|
> def x
|
759
747
|
|
@@ -766,7 +754,7 @@ __Returns:__
|
|
766
754
|
|
767
755
|
--
|
768
756
|
|
769
|
-
##### [username](https://github.com/appium/ruby_lib/blob/
|
757
|
+
##### [username](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/sauce_labs.rb#L4)
|
770
758
|
|
771
759
|
> def username
|
772
760
|
|
@@ -774,7 +762,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US
|
|
774
762
|
|
775
763
|
--
|
776
764
|
|
777
|
-
##### [access_key](https://github.com/appium/ruby_lib/blob/
|
765
|
+
##### [access_key](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/sauce_labs.rb#L6)
|
778
766
|
|
779
767
|
> def access_key
|
780
768
|
|
@@ -782,7 +770,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_
|
|
782
770
|
|
783
771
|
--
|
784
772
|
|
785
|
-
##### [endpoint](https://github.com/appium/ruby_lib/blob/
|
773
|
+
##### [endpoint](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/sauce_labs.rb#L8)
|
786
774
|
|
787
775
|
> def endpoint
|
788
776
|
|
@@ -790,7 +778,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'o
|
|
790
778
|
|
791
779
|
--
|
792
780
|
|
793
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
781
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/sauce_labs.rb#L33)
|
794
782
|
|
795
783
|
> def initialize(appium_lib_opts)
|
796
784
|
|
@@ -806,7 +794,7 @@ __Returns:__
|
|
806
794
|
|
807
795
|
--
|
808
796
|
|
809
|
-
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/
|
797
|
+
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/sauce_labs.rb#L53)
|
810
798
|
|
811
799
|
> def sauce_server_url?
|
812
800
|
|
@@ -818,7 +806,7 @@ __Returns:__
|
|
818
806
|
|
819
807
|
--
|
820
808
|
|
821
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
809
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/sauce_labs.rb#L66)
|
822
810
|
|
823
811
|
> def server_url
|
824
812
|
|
@@ -830,7 +818,7 @@ __Returns:__
|
|
830
818
|
|
831
819
|
--
|
832
820
|
|
833
|
-
##### [get_log](https://github.com/appium/ruby_lib/blob/
|
821
|
+
##### [get_log](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/log.rb#L11)
|
834
822
|
|
835
823
|
> def get_log(type)
|
836
824
|
|
@@ -846,7 +834,7 @@ __Returns:__
|
|
846
834
|
|
847
835
|
--
|
848
836
|
|
849
|
-
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/
|
837
|
+
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/log.rb#L23)
|
850
838
|
|
851
839
|
> def get_available_log_types
|
852
840
|
|
@@ -858,7 +846,7 @@ __Returns:__
|
|
858
846
|
|
859
847
|
--
|
860
848
|
|
861
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
849
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/wait.rb#L6)
|
862
850
|
|
863
851
|
> def initialize(opts = {})
|
864
852
|
|
@@ -870,7 +858,7 @@ __Returns:__
|
|
870
858
|
|
871
859
|
--
|
872
860
|
|
873
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
861
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/wait.rb#L26)
|
874
862
|
|
875
863
|
> def wait_true(opts = {})
|
876
864
|
|
@@ -890,7 +878,7 @@ __Parameters:__
|
|
890
878
|
|
891
879
|
--
|
892
880
|
|
893
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
881
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/wait.rb#L43)
|
894
882
|
|
895
883
|
> def wait(opts = {})
|
896
884
|
|
@@ -908,7 +896,7 @@ __Parameters:__
|
|
908
896
|
|
909
897
|
--
|
910
898
|
|
911
|
-
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/
|
899
|
+
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/device.rb#L12)
|
912
900
|
|
913
901
|
> def add_touch_actions
|
914
902
|
|
@@ -916,7 +904,7 @@ __Parameters:__
|
|
916
904
|
|
917
905
|
--
|
918
906
|
|
919
|
-
##### [ignore](https://github.com/appium/ruby_lib/blob/
|
907
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L16)
|
920
908
|
|
921
909
|
> def ignore
|
922
910
|
|
@@ -924,7 +912,7 @@ Return yield and ignore any exceptions.
|
|
924
912
|
|
925
913
|
--
|
926
914
|
|
927
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
915
|
+
##### [back](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L23)
|
928
916
|
|
929
917
|
> def back
|
930
918
|
|
@@ -936,7 +924,7 @@ __Returns:__
|
|
936
924
|
|
937
925
|
--
|
938
926
|
|
939
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
927
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L34)
|
940
928
|
|
941
929
|
> def session_id
|
942
930
|
|
@@ -948,7 +936,7 @@ __Returns:__
|
|
948
936
|
|
949
937
|
--
|
950
938
|
|
951
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
939
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L42)
|
952
940
|
|
953
941
|
> def xpath(xpath_str)
|
954
942
|
|
@@ -964,7 +952,7 @@ __Returns:__
|
|
964
952
|
|
965
953
|
--
|
966
954
|
|
967
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
955
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L50)
|
968
956
|
|
969
957
|
> def xpaths(xpath_str)
|
970
958
|
|
@@ -980,7 +968,7 @@ __Returns:__
|
|
980
968
|
|
981
969
|
--
|
982
970
|
|
983
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
971
|
+
##### [result](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L60)
|
984
972
|
|
985
973
|
> def result
|
986
974
|
|
@@ -988,7 +976,7 @@ Returns the value of attribute result
|
|
988
976
|
|
989
977
|
--
|
990
978
|
|
991
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
979
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L62)
|
992
980
|
|
993
981
|
> def initialize
|
994
982
|
|
@@ -1000,7 +988,7 @@ __Returns:__
|
|
1000
988
|
|
1001
989
|
--
|
1002
990
|
|
1003
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
991
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L66)
|
1004
992
|
|
1005
993
|
> def reset
|
1006
994
|
|
@@ -1008,7 +996,7 @@ __Returns:__
|
|
1008
996
|
|
1009
997
|
--
|
1010
998
|
|
1011
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
999
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L71)
|
1012
1000
|
|
1013
1001
|
> def start_element(name, attrs = [], driver = $driver)
|
1014
1002
|
|
@@ -1016,7 +1004,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1016
1004
|
|
1017
1005
|
--
|
1018
1006
|
|
1019
|
-
##### [formatted_result](https://github.com/appium/ruby_lib/blob/
|
1007
|
+
##### [formatted_result](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L77)
|
1020
1008
|
|
1021
1009
|
> def formatted_result
|
1022
1010
|
|
@@ -1024,7 +1012,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
1024
1012
|
|
1025
1013
|
--
|
1026
1014
|
|
1027
|
-
##### [get_page_class](https://github.com/appium/ruby_lib/blob/
|
1015
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L96)
|
1028
1016
|
|
1029
1017
|
> def get_page_class
|
1030
1018
|
|
@@ -1036,7 +1024,7 @@ __Returns:__
|
|
1036
1024
|
|
1037
1025
|
--
|
1038
1026
|
|
1039
|
-
##### [page_class](https://github.com/appium/ruby_lib/blob/
|
1027
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L121)
|
1040
1028
|
|
1041
1029
|
> def page_class
|
1042
1030
|
|
@@ -1049,7 +1037,7 @@ __Returns:__
|
|
1049
1037
|
|
1050
1038
|
--
|
1051
1039
|
|
1052
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
1040
|
+
##### [source](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L128)
|
1053
1041
|
|
1054
1042
|
> def source
|
1055
1043
|
|
@@ -1061,7 +1049,7 @@ __Returns:__
|
|
1061
1049
|
|
1062
1050
|
--
|
1063
1051
|
|
1064
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
1052
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L135)
|
1065
1053
|
|
1066
1054
|
> def get_source
|
1067
1055
|
|
@@ -1074,7 +1062,7 @@ __Returns:__
|
|
1074
1062
|
|
1075
1063
|
--
|
1076
1064
|
|
1077
|
-
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/
|
1065
|
+
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L145)
|
1078
1066
|
|
1079
1067
|
> def px_to_window_rel(opts = {}, driver = $driver)
|
1080
1068
|
|
@@ -1082,7 +1070,7 @@ Converts pixel values to window relative values
|
|
1082
1070
|
|
1083
1071
|
--
|
1084
1072
|
|
1085
|
-
##### [xml_keys](https://github.com/appium/ruby_lib/blob/
|
1073
|
+
##### [xml_keys](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L164)
|
1086
1074
|
|
1087
1075
|
> def xml_keys(target)
|
1088
1076
|
|
@@ -1098,7 +1086,7 @@ __Returns:__
|
|
1098
1086
|
|
1099
1087
|
--
|
1100
1088
|
|
1101
|
-
##### [xml_values](https://github.com/appium/ruby_lib/blob/
|
1089
|
+
##### [xml_values](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L172)
|
1102
1090
|
|
1103
1091
|
> def xml_values(target)
|
1104
1092
|
|
@@ -1114,7 +1102,7 @@ __Returns:__
|
|
1114
1102
|
|
1115
1103
|
--
|
1116
1104
|
|
1117
|
-
##### [resolve_id](https://github.com/appium/ruby_lib/blob/
|
1105
|
+
##### [resolve_id](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L180)
|
1118
1106
|
|
1119
1107
|
> def resolve_id(id)
|
1120
1108
|
|
@@ -1130,7 +1118,7 @@ __Returns:__
|
|
1130
1118
|
|
1131
1119
|
--
|
1132
1120
|
|
1133
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1121
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L187)
|
1134
1122
|
|
1135
1123
|
> def filter
|
1136
1124
|
|
@@ -1138,7 +1126,7 @@ Returns the value of attribute filter
|
|
1138
1126
|
|
1139
1127
|
--
|
1140
1128
|
|
1141
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1129
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L190)
|
1142
1130
|
|
1143
1131
|
> def filter=(value)
|
1144
1132
|
|
@@ -1146,7 +1134,7 @@ convert to string to support symbols
|
|
1146
1134
|
|
1147
1135
|
--
|
1148
1136
|
|
1149
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1137
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L196)
|
1150
1138
|
|
1151
1139
|
> def initialize
|
1152
1140
|
|
@@ -1158,7 +1146,7 @@ __Returns:__
|
|
1158
1146
|
|
1159
1147
|
--
|
1160
1148
|
|
1161
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
1149
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L201)
|
1162
1150
|
|
1163
1151
|
> def reset
|
1164
1152
|
|
@@ -1166,7 +1154,7 @@ __Returns:__
|
|
1166
1154
|
|
1167
1155
|
--
|
1168
1156
|
|
1169
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
1157
|
+
##### [result](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L207)
|
1170
1158
|
|
1171
1159
|
> def result
|
1172
1160
|
|
@@ -1174,7 +1162,7 @@ __Returns:__
|
|
1174
1162
|
|
1175
1163
|
--
|
1176
1164
|
|
1177
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1165
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L223)
|
1178
1166
|
|
1179
1167
|
> def start_element(name, attrs = [])
|
1180
1168
|
|
@@ -1182,7 +1170,7 @@ __Returns:__
|
|
1182
1170
|
|
1183
1171
|
--
|
1184
1172
|
|
1185
|
-
##### [end_element](https://github.com/appium/ruby_lib/blob/
|
1173
|
+
##### [end_element](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L232)
|
1186
1174
|
|
1187
1175
|
> def end_element(name)
|
1188
1176
|
|
@@ -1190,7 +1178,7 @@ __Returns:__
|
|
1190
1178
|
|
1191
1179
|
--
|
1192
1180
|
|
1193
|
-
##### [characters](https://github.com/appium/ruby_lib/blob/
|
1181
|
+
##### [characters](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/helper.rb#L238)
|
1194
1182
|
|
1195
1183
|
> def characters(chars)
|
1196
1184
|
|
@@ -1198,7 +1186,7 @@ __Returns:__
|
|
1198
1186
|
|
1199
1187
|
--
|
1200
1188
|
|
1201
|
-
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/
|
1189
|
+
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/http_client.rb#L8)
|
1202
1190
|
|
1203
1191
|
> DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze
|
1204
1192
|
|
@@ -1206,7 +1194,7 @@ Default HTTP client inherit Appium::Core::Base::Http::Default, but has different
|
|
1206
1194
|
|
1207
1195
|
--
|
1208
1196
|
|
1209
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
1197
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/multi_touch.rb#L51)
|
1210
1198
|
|
1211
1199
|
> def pinch(percentage = 25, auto_perform = true, driver = $driver)
|
1212
1200
|
|
@@ -1226,7 +1214,7 @@ __Parameters:__
|
|
1226
1214
|
|
1227
1215
|
--
|
1228
1216
|
|
1229
|
-
##### [zoom](https://github.com/appium/ruby_lib/blob/
|
1217
|
+
##### [zoom](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/multi_touch.rb#L95)
|
1230
1218
|
|
1231
1219
|
> def zoom(percentage = 200, auto_perform = true, driver = $driver)
|
1232
1220
|
|
@@ -1246,7 +1234,7 @@ __Parameters:__
|
|
1246
1234
|
|
1247
1235
|
--
|
1248
1236
|
|
1249
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1237
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/multi_touch.rb#L216)
|
1250
1238
|
|
1251
1239
|
> def initialize(driver = $driver)
|
1252
1240
|
|
@@ -1258,7 +1246,7 @@ __Returns:__
|
|
1258
1246
|
|
1259
1247
|
--
|
1260
1248
|
|
1261
|
-
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/
|
1249
|
+
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/touch_actions.rb#L33)
|
1262
1250
|
|
1263
1251
|
> COMPLEX_ACTIONS = ::Appium::Core::TouchAction::COMPLEX_ACTIONS
|
1264
1252
|
|
@@ -1266,7 +1254,7 @@ __Returns:__
|
|
1266
1254
|
|
1267
1255
|
--
|
1268
1256
|
|
1269
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
1257
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/touch_actions.rb#L47)
|
1270
1258
|
|
1271
1259
|
> def initialize(driver = $driver)
|
1272
1260
|
|
@@ -1278,7 +1266,7 @@ __Returns:__
|
|
1278
1266
|
|
1279
1267
|
--
|
1280
1268
|
|
1281
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
1269
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/common/touch_actions.rb#L51)
|
1282
1270
|
|
1283
1271
|
> def swipe(opts, ele = nil)
|
1284
1272
|
|
@@ -1286,7 +1274,7 @@ __Returns:__
|
|
1286
1274
|
|
1287
1275
|
--
|
1288
1276
|
|
1289
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
1277
|
+
##### [for](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/ios.rb#L15) ios
|
1290
1278
|
|
1291
1279
|
> def self.for(target)
|
1292
1280
|
|
@@ -1294,7 +1282,7 @@ __Returns:__
|
|
1294
1282
|
|
1295
1283
|
--
|
1296
1284
|
|
1297
|
-
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/
|
1285
|
+
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L4) ios
|
1298
1286
|
|
1299
1287
|
> UIAStaticText = 'UIAStaticText'.freeze
|
1300
1288
|
|
@@ -1302,7 +1290,7 @@ __Returns:__
|
|
1302
1290
|
|
1303
1291
|
--
|
1304
1292
|
|
1305
|
-
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/
|
1293
|
+
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L5) ios
|
1306
1294
|
|
1307
1295
|
> XCUIElementTypeStaticText = 'XCUIElementTypeStaticText'.freeze
|
1308
1296
|
|
@@ -1310,7 +1298,7 @@ __Returns:__
|
|
1310
1298
|
|
1311
1299
|
--
|
1312
1300
|
|
1313
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
1301
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L8) ios
|
1314
1302
|
|
1315
1303
|
> def static_text_class
|
1316
1304
|
|
@@ -1322,7 +1310,7 @@ __Returns:__
|
|
1322
1310
|
|
1323
1311
|
--
|
1324
1312
|
|
1325
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
1313
|
+
##### [text](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L16) ios
|
1326
1314
|
|
1327
1315
|
> def text(value)
|
1328
1316
|
|
@@ -1339,7 +1327,7 @@ __Returns:__
|
|
1339
1327
|
|
1340
1328
|
--
|
1341
1329
|
|
1342
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
1330
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L25) ios
|
1343
1331
|
|
1344
1332
|
> def texts(value = false)
|
1345
1333
|
|
@@ -1356,7 +1344,7 @@ __Returns:__
|
|
1356
1344
|
|
1357
1345
|
--
|
1358
1346
|
|
1359
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
1347
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L32) ios
|
1360
1348
|
|
1361
1349
|
> def first_text
|
1362
1350
|
|
@@ -1368,7 +1356,7 @@ __Returns:__
|
|
1368
1356
|
|
1369
1357
|
--
|
1370
1358
|
|
1371
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
1359
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L38) ios
|
1372
1360
|
|
1373
1361
|
> def last_text
|
1374
1362
|
|
@@ -1380,7 +1368,7 @@ __Returns:__
|
|
1380
1368
|
|
1381
1369
|
--
|
1382
1370
|
|
1383
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
1371
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L45) ios
|
1384
1372
|
|
1385
1373
|
> def text_exact(value)
|
1386
1374
|
|
@@ -1396,7 +1384,7 @@ __Returns:__
|
|
1396
1384
|
|
1397
1385
|
--
|
1398
1386
|
|
1399
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
1387
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/text.rb#L52) ios
|
1400
1388
|
|
1401
1389
|
> def texts_exact(value)
|
1402
1390
|
|
@@ -1412,7 +1400,7 @@ __Returns:__
|
|
1412
1400
|
|
1413
1401
|
--
|
1414
1402
|
|
1415
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
1403
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L5) ios
|
1416
1404
|
|
1417
1405
|
> def filter
|
1418
1406
|
|
@@ -1420,7 +1408,7 @@ Returns the value of attribute filter
|
|
1420
1408
|
|
1421
1409
|
--
|
1422
1410
|
|
1423
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
1411
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L5) ios
|
1424
1412
|
|
1425
1413
|
> def filter=(value)
|
1426
1414
|
|
@@ -1432,7 +1420,7 @@ __Parameters:__
|
|
1432
1420
|
|
1433
1421
|
--
|
1434
1422
|
|
1435
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
1423
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L7) ios
|
1436
1424
|
|
1437
1425
|
> def start_element(type, attrs = [])
|
1438
1426
|
|
@@ -1440,7 +1428,7 @@ __Parameters:__
|
|
1440
1428
|
|
1441
1429
|
--
|
1442
1430
|
|
1443
|
-
##### [ios_password](https://github.com/appium/ruby_lib/blob/
|
1431
|
+
##### [ios_password](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L44) ios
|
1444
1432
|
|
1445
1433
|
> def ios_password(length = 1)
|
1446
1434
|
|
@@ -1458,7 +1446,7 @@ __Returns:__
|
|
1458
1446
|
|
1459
1447
|
--
|
1460
1448
|
|
1461
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
1449
|
+
##### [page](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L60) ios
|
1462
1450
|
|
1463
1451
|
> def page(opts = {})
|
1464
1452
|
|
@@ -1476,7 +1464,7 @@ __Returns:__
|
|
1476
1464
|
|
1477
1465
|
--
|
1478
1466
|
|
1479
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
1467
|
+
##### [id](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L85) ios
|
1480
1468
|
|
1481
1469
|
> def id(id)
|
1482
1470
|
|
@@ -1492,7 +1480,7 @@ __Returns:__
|
|
1492
1480
|
|
1493
1481
|
--
|
1494
1482
|
|
1495
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
1483
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L93) ios
|
1496
1484
|
|
1497
1485
|
> def ele_index(class_name, index)
|
1498
1486
|
|
@@ -1510,7 +1498,7 @@ __Returns:__
|
|
1510
1498
|
|
1511
1499
|
--
|
1512
1500
|
|
1513
|
-
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/
|
1501
|
+
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L121) ios
|
1514
1502
|
|
1515
1503
|
> def find_ele_by_attr(class_name, attr, value)
|
1516
1504
|
|
@@ -1532,7 +1520,7 @@ __Returns:__
|
|
1532
1520
|
|
1533
1521
|
--
|
1534
1522
|
|
1535
|
-
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/
|
1523
|
+
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L132) ios
|
1536
1524
|
|
1537
1525
|
> def find_eles_by_attr(class_name, attr, value)
|
1538
1526
|
|
@@ -1554,7 +1542,7 @@ __Returns:__
|
|
1554
1542
|
|
1555
1543
|
--
|
1556
1544
|
|
1557
|
-
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1545
|
+
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L145) ios
|
1558
1546
|
|
1559
1547
|
> def find_ele_by_predicate(class_name: '*', value:)
|
1560
1548
|
|
@@ -1571,7 +1559,7 @@ __Returns:__
|
|
1571
1559
|
|
1572
1560
|
--
|
1573
1561
|
|
1574
|
-
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/
|
1562
|
+
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L156) ios
|
1575
1563
|
|
1576
1564
|
> def find_eles_by_predicate(class_name: '*', value:)
|
1577
1565
|
|
@@ -1590,7 +1578,7 @@ __Returns:__
|
|
1590
1578
|
|
1591
1579
|
--
|
1592
1580
|
|
1593
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1581
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L172) ios
|
1594
1582
|
|
1595
1583
|
> def find_ele_by_attr_include(class_name, attr, value)
|
1596
1584
|
|
@@ -1611,7 +1599,7 @@ __Returns:__
|
|
1611
1599
|
|
1612
1600
|
--
|
1613
1601
|
|
1614
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
1602
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L182) ios
|
1615
1603
|
|
1616
1604
|
> def find_eles_by_attr_include(class_name, attr, value)
|
1617
1605
|
|
@@ -1632,7 +1620,7 @@ __Returns:__
|
|
1632
1620
|
|
1633
1621
|
--
|
1634
1622
|
|
1635
|
-
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1623
|
+
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L190) ios
|
1636
1624
|
|
1637
1625
|
> def find_ele_by_predicate_include(class_name: '*', value:)
|
1638
1626
|
|
@@ -1649,7 +1637,7 @@ __Returns:__
|
|
1649
1637
|
|
1650
1638
|
--
|
1651
1639
|
|
1652
|
-
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
1640
|
+
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L201) ios
|
1653
1641
|
|
1654
1642
|
> def find_eles_by_predicate_include(class_name: '*', value:)
|
1655
1643
|
|
@@ -1668,7 +1656,7 @@ __Returns:__
|
|
1668
1656
|
|
1669
1657
|
--
|
1670
1658
|
|
1671
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
1659
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L214) ios
|
1672
1660
|
|
1673
1661
|
> def first_ele(class_name)
|
1674
1662
|
|
@@ -1684,7 +1672,7 @@ __Returns:__
|
|
1684
1672
|
|
1685
1673
|
--
|
1686
1674
|
|
1687
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
1675
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L221) ios
|
1688
1676
|
|
1689
1677
|
> def last_ele(class_name)
|
1690
1678
|
|
@@ -1700,7 +1688,7 @@ __Returns:__
|
|
1700
1688
|
|
1701
1689
|
--
|
1702
1690
|
|
1703
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
1691
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L229) ios
|
1704
1692
|
|
1705
1693
|
> def tag(class_name)
|
1706
1694
|
|
@@ -1716,7 +1704,7 @@ __Returns:__
|
|
1716
1704
|
|
1717
1705
|
--
|
1718
1706
|
|
1719
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
1707
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L237) ios
|
1720
1708
|
|
1721
1709
|
> def tags(class_name)
|
1722
1710
|
|
@@ -1732,7 +1720,7 @@ __Returns:__
|
|
1732
1720
|
|
1733
1721
|
--
|
1734
1722
|
|
1735
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
1723
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L248) ios
|
1736
1724
|
|
1737
1725
|
> def tags_include(class_names:, value: nil)
|
1738
1726
|
|
@@ -1752,7 +1740,7 @@ __Returns:__
|
|
1752
1740
|
|
1753
1741
|
--
|
1754
1742
|
|
1755
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
1743
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L263) ios
|
1756
1744
|
|
1757
1745
|
> def tags_exact(class_names:, value: nil)
|
1758
1746
|
|
@@ -1772,7 +1760,7 @@ __Returns:__
|
|
1772
1760
|
|
1773
1761
|
--
|
1774
1762
|
|
1775
|
-
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1763
|
+
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L300) ios
|
1776
1764
|
|
1777
1765
|
> def ele_by_json_visible_contains(element, value)
|
1778
1766
|
|
@@ -1791,7 +1779,7 @@ __Returns:__
|
|
1791
1779
|
|
1792
1780
|
--
|
1793
1781
|
|
1794
|
-
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
1782
|
+
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L309) ios
|
1795
1783
|
|
1796
1784
|
> def eles_by_json_visible_contains(element, value)
|
1797
1785
|
|
@@ -1810,7 +1798,7 @@ __Returns:__
|
|
1810
1798
|
|
1811
1799
|
--
|
1812
1800
|
|
1813
|
-
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1801
|
+
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L339) ios
|
1814
1802
|
|
1815
1803
|
> def ele_by_json_visible_exact(element, value)
|
1816
1804
|
|
@@ -1829,7 +1817,7 @@ __Returns:__
|
|
1829
1817
|
|
1830
1818
|
--
|
1831
1819
|
|
1832
|
-
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
1820
|
+
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L348) ios
|
1833
1821
|
|
1834
1822
|
> def eles_by_json_visible_exact(element, value)
|
1835
1823
|
|
@@ -1848,7 +1836,7 @@ __Returns:__
|
|
1848
1836
|
|
1849
1837
|
--
|
1850
1838
|
|
1851
|
-
##### [_all_pred](https://github.com/appium/ruby_lib/blob/
|
1839
|
+
##### [_all_pred](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L357) ios
|
1852
1840
|
|
1853
1841
|
> def _all_pred(opts)
|
1854
1842
|
|
@@ -1858,7 +1846,7 @@ visible - if true, only visible elements are returned. default true
|
|
1858
1846
|
|
1859
1847
|
--
|
1860
1848
|
|
1861
|
-
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/
|
1849
|
+
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L370) ios
|
1862
1850
|
|
1863
1851
|
> def ele_with_pred(opts)
|
1864
1852
|
|
@@ -1874,7 +1862,7 @@ __Returns:__
|
|
1874
1862
|
|
1875
1863
|
--
|
1876
1864
|
|
1877
|
-
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/
|
1865
|
+
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L381) ios
|
1878
1866
|
|
1879
1867
|
> def eles_with_pred(opts)
|
1880
1868
|
|
@@ -1890,7 +1878,7 @@ __Returns:__
|
|
1890
1878
|
|
1891
1879
|
--
|
1892
1880
|
|
1893
|
-
##### [_validate_object](https://github.com/appium/ruby_lib/blob/
|
1881
|
+
##### [_validate_object](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L385) ios
|
1894
1882
|
|
1895
1883
|
> def _validate_object(*objects)
|
1896
1884
|
|
@@ -1898,7 +1886,7 @@ __Returns:__
|
|
1898
1886
|
|
1899
1887
|
--
|
1900
1888
|
|
1901
|
-
##### [_by_json](https://github.com/appium/ruby_lib/blob/
|
1889
|
+
##### [_by_json](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L434) ios
|
1902
1890
|
|
1903
1891
|
> def _by_json(opts)
|
1904
1892
|
|
@@ -1933,7 +1921,7 @@ opts = {
|
|
1933
1921
|
|
1934
1922
|
--
|
1935
1923
|
|
1936
|
-
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/
|
1924
|
+
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L484) ios
|
1937
1925
|
|
1938
1926
|
> def eles_by_json(opts)
|
1939
1927
|
|
@@ -1952,7 +1940,7 @@ eles_by_json({
|
|
1952
1940
|
|
1953
1941
|
--
|
1954
1942
|
|
1955
|
-
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/
|
1943
|
+
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/common/helper.rb#L490) ios
|
1956
1944
|
|
1957
1945
|
> def ele_by_json(opts)
|
1958
1946
|
|
@@ -1960,7 +1948,7 @@ see eles_by_json
|
|
1960
1948
|
|
1961
1949
|
--
|
1962
1950
|
|
1963
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
1951
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/alert.rb#L5) ios
|
1964
1952
|
|
1965
1953
|
> def alert_accept
|
1966
1954
|
|
@@ -1972,7 +1960,7 @@ __Returns:__
|
|
1972
1960
|
|
1973
1961
|
--
|
1974
1962
|
|
1975
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
1963
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/alert.rb#L13) ios
|
1976
1964
|
|
1977
1965
|
> def alert_dismiss
|
1978
1966
|
|
@@ -1984,7 +1972,7 @@ __Returns:__
|
|
1984
1972
|
|
1985
1973
|
--
|
1986
1974
|
|
1987
|
-
##### [UIAButton](https://github.com/appium/ruby_lib/blob/
|
1975
|
+
##### [UIAButton](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L4) ios
|
1988
1976
|
|
1989
1977
|
> UIAButton = 'UIAButton'.freeze
|
1990
1978
|
|
@@ -1992,7 +1980,7 @@ __Returns:__
|
|
1992
1980
|
|
1993
1981
|
--
|
1994
1982
|
|
1995
|
-
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/
|
1983
|
+
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L5) ios
|
1996
1984
|
|
1997
1985
|
> XCUIElementTypeButton = 'XCUIElementTypeButton'.freeze
|
1998
1986
|
|
@@ -2000,7 +1988,7 @@ __Returns:__
|
|
2000
1988
|
|
2001
1989
|
--
|
2002
1990
|
|
2003
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
1991
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L8) ios
|
2004
1992
|
|
2005
1993
|
> def button_class
|
2006
1994
|
|
@@ -2012,7 +2000,7 @@ __Returns:__
|
|
2012
2000
|
|
2013
2001
|
--
|
2014
2002
|
|
2015
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2003
|
+
##### [button](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L16) ios
|
2016
2004
|
|
2017
2005
|
> def button(value)
|
2018
2006
|
|
@@ -2029,7 +2017,7 @@ __Returns:__
|
|
2029
2017
|
|
2030
2018
|
--
|
2031
2019
|
|
2032
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2020
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L26) ios
|
2033
2021
|
|
2034
2022
|
> def buttons(value = false)
|
2035
2023
|
|
@@ -2046,7 +2034,7 @@ __Returns:__
|
|
2046
2034
|
|
2047
2035
|
--
|
2048
2036
|
|
2049
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2037
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L33) ios
|
2050
2038
|
|
2051
2039
|
> def first_button
|
2052
2040
|
|
@@ -2058,7 +2046,7 @@ __Returns:__
|
|
2058
2046
|
|
2059
2047
|
--
|
2060
2048
|
|
2061
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2049
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L41) ios
|
2062
2050
|
|
2063
2051
|
> def last_button
|
2064
2052
|
|
@@ -2072,7 +2060,7 @@ __Returns:__
|
|
2072
2060
|
|
2073
2061
|
--
|
2074
2062
|
|
2075
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2063
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L48) ios
|
2076
2064
|
|
2077
2065
|
> def button_exact(value)
|
2078
2066
|
|
@@ -2088,7 +2076,7 @@ __Returns:__
|
|
2088
2076
|
|
2089
2077
|
--
|
2090
2078
|
|
2091
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2079
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/button.rb#L55) ios
|
2092
2080
|
|
2093
2081
|
> def buttons_exact(value)
|
2094
2082
|
|
@@ -2104,7 +2092,7 @@ __Returns:__
|
|
2104
2092
|
|
2105
2093
|
--
|
2106
2094
|
|
2107
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2095
|
+
##### [find](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/generic.rb#L6) ios
|
2108
2096
|
|
2109
2097
|
> def find(value)
|
2110
2098
|
|
@@ -2120,7 +2108,7 @@ __Returns:__
|
|
2120
2108
|
|
2121
2109
|
--
|
2122
2110
|
|
2123
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2111
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/generic.rb#L13) ios
|
2124
2112
|
|
2125
2113
|
> def finds(value)
|
2126
2114
|
|
@@ -2136,7 +2124,7 @@ __Returns:__
|
|
2136
2124
|
|
2137
2125
|
--
|
2138
2126
|
|
2139
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2127
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/generic.rb#L20) ios
|
2140
2128
|
|
2141
2129
|
> def find_exact(value)
|
2142
2130
|
|
@@ -2152,7 +2140,7 @@ __Returns:__
|
|
2152
2140
|
|
2153
2141
|
--
|
2154
2142
|
|
2155
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2143
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/generic.rb#L27) ios
|
2156
2144
|
|
2157
2145
|
> def finds_exact(value)
|
2158
2146
|
|
@@ -2168,7 +2156,7 @@ __Returns:__
|
|
2168
2156
|
|
2169
2157
|
--
|
2170
2158
|
|
2171
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2159
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/generic.rb#L33) ios
|
2172
2160
|
|
2173
2161
|
> def raise_error_if_no_element(element)
|
2174
2162
|
|
@@ -2176,7 +2164,7 @@ __Returns:__
|
|
2176
2164
|
|
2177
2165
|
--
|
2178
2166
|
|
2179
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2167
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/generic.rb#L40) ios
|
2180
2168
|
|
2181
2169
|
> def select_visible_elements(elements)
|
2182
2170
|
|
@@ -2184,7 +2172,7 @@ Return visible elements.
|
|
2184
2172
|
|
2185
2173
|
--
|
2186
2174
|
|
2187
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
2175
|
+
##### [for](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/bridge.rb#L7) ios
|
2188
2176
|
|
2189
2177
|
> def self.for(target)
|
2190
2178
|
|
@@ -2192,7 +2180,7 @@ Return visible elements.
|
|
2192
2180
|
|
2193
2181
|
--
|
2194
2182
|
|
2195
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
2183
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/helper.rb#L26) ios
|
2196
2184
|
|
2197
2185
|
> def last_ele(class_name)
|
2198
2186
|
|
@@ -2208,7 +2196,7 @@ __Returns:__
|
|
2208
2196
|
|
2209
2197
|
--
|
2210
2198
|
|
2211
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
2199
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/helper.rb#L36) ios
|
2212
2200
|
|
2213
2201
|
> def tag(class_name)
|
2214
2202
|
|
@@ -2224,7 +2212,7 @@ __Returns:__
|
|
2224
2212
|
|
2225
2213
|
--
|
2226
2214
|
|
2227
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
2215
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/helper.rb#L44) ios
|
2228
2216
|
|
2229
2217
|
> def tags(class_name)
|
2230
2218
|
|
@@ -2240,7 +2228,7 @@ __Returns:__
|
|
2240
2228
|
|
2241
2229
|
--
|
2242
2230
|
|
2243
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
2231
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/helper.rb#L56) ios
|
2244
2232
|
|
2245
2233
|
> def tags_include(class_names:, value: nil)
|
2246
2234
|
|
@@ -2260,7 +2248,7 @@ __Returns:__
|
|
2260
2248
|
|
2261
2249
|
--
|
2262
2250
|
|
2263
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
2251
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/helper.rb#L79) ios
|
2264
2252
|
|
2265
2253
|
> def tags_exact(class_names:, value: nil)
|
2266
2254
|
|
@@ -2280,7 +2268,7 @@ __Returns:__
|
|
2280
2268
|
|
2281
2269
|
--
|
2282
2270
|
|
2283
|
-
##### [UIATextField](https://github.com/appium/ruby_lib/blob/
|
2271
|
+
##### [UIATextField](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L3) ios
|
2284
2272
|
|
2285
2273
|
> UIATextField = 'UIATextField'.freeze
|
2286
2274
|
|
@@ -2288,7 +2276,7 @@ __Returns:__
|
|
2288
2276
|
|
2289
2277
|
--
|
2290
2278
|
|
2291
|
-
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/
|
2279
|
+
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L4) ios
|
2292
2280
|
|
2293
2281
|
> UIASecureTextField = 'UIASecureTextField'.freeze
|
2294
2282
|
|
@@ -2296,7 +2284,7 @@ __Returns:__
|
|
2296
2284
|
|
2297
2285
|
--
|
2298
2286
|
|
2299
|
-
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/
|
2287
|
+
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L6) ios
|
2300
2288
|
|
2301
2289
|
> XCUIElementTypeTextField = 'XCUIElementTypeTextField'.freeze
|
2302
2290
|
|
@@ -2304,7 +2292,7 @@ __Returns:__
|
|
2304
2292
|
|
2305
2293
|
--
|
2306
2294
|
|
2307
|
-
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/
|
2295
|
+
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L7) ios
|
2308
2296
|
|
2309
2297
|
> XCUIElementTypeSecureTextField = 'XCUIElementTypeSecureTextField'.freeze
|
2310
2298
|
|
@@ -2312,7 +2300,7 @@ __Returns:__
|
|
2312
2300
|
|
2313
2301
|
--
|
2314
2302
|
|
2315
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
2303
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L10) ios
|
2316
2304
|
|
2317
2305
|
> def text_field_class
|
2318
2306
|
|
@@ -2324,7 +2312,7 @@ __Returns:__
|
|
2324
2312
|
|
2325
2313
|
--
|
2326
2314
|
|
2327
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
2315
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L15) ios
|
2328
2316
|
|
2329
2317
|
> def secure_text_field_class
|
2330
2318
|
|
@@ -2336,7 +2324,7 @@ __Returns:__
|
|
2336
2324
|
|
2337
2325
|
--
|
2338
2326
|
|
2339
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
2327
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L24) ios
|
2340
2328
|
|
2341
2329
|
> def textfield(value)
|
2342
2330
|
|
@@ -2354,7 +2342,7 @@ __Returns:__
|
|
2354
2342
|
|
2355
2343
|
--
|
2356
2344
|
|
2357
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
2345
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L42) ios
|
2358
2346
|
|
2359
2347
|
> def textfields(value = false)
|
2360
2348
|
|
@@ -2371,7 +2359,7 @@ __Returns:__
|
|
2371
2359
|
|
2372
2360
|
--
|
2373
2361
|
|
2374
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
2362
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L49) ios
|
2375
2363
|
|
2376
2364
|
> def first_textfield
|
2377
2365
|
|
@@ -2383,7 +2371,7 @@ __Returns:__
|
|
2383
2371
|
|
2384
2372
|
--
|
2385
2373
|
|
2386
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
2374
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L55) ios
|
2387
2375
|
|
2388
2376
|
> def last_textfield
|
2389
2377
|
|
@@ -2395,7 +2383,7 @@ __Returns:__
|
|
2395
2383
|
|
2396
2384
|
--
|
2397
2385
|
|
2398
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
2386
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L64) ios
|
2399
2387
|
|
2400
2388
|
> def textfield_exact(value)
|
2401
2389
|
|
@@ -2411,7 +2399,7 @@ __Returns:__
|
|
2411
2399
|
|
2412
2400
|
--
|
2413
2401
|
|
2414
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
2402
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L71) ios
|
2415
2403
|
|
2416
2404
|
> def textfields_exact(value)
|
2417
2405
|
|
@@ -2427,7 +2415,7 @@ __Returns:__
|
|
2427
2415
|
|
2428
2416
|
--
|
2429
2417
|
|
2430
|
-
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/
|
2418
|
+
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L78) ios
|
2431
2419
|
|
2432
2420
|
> def _textfield_visible
|
2433
2421
|
|
@@ -2435,7 +2423,7 @@ Appium
|
|
2435
2423
|
|
2436
2424
|
--
|
2437
2425
|
|
2438
|
-
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/
|
2426
|
+
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L83) ios
|
2439
2427
|
|
2440
2428
|
> def _textfield_exact_string(value)
|
2441
2429
|
|
@@ -2443,7 +2431,7 @@ Appium
|
|
2443
2431
|
|
2444
2432
|
--
|
2445
2433
|
|
2446
|
-
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/
|
2434
|
+
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/element/textfield.rb#L90) ios
|
2447
2435
|
|
2448
2436
|
> def _textfield_contains_string(value)
|
2449
2437
|
|
@@ -2451,7 +2439,7 @@ Appium
|
|
2451
2439
|
|
2452
2440
|
--
|
2453
2441
|
|
2454
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
2442
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/text.rb#L9) ios
|
2455
2443
|
|
2456
2444
|
> def static_text_class
|
2457
2445
|
|
@@ -2463,7 +2451,7 @@ __Returns:__
|
|
2463
2451
|
|
2464
2452
|
--
|
2465
2453
|
|
2466
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
2454
|
+
##### [text](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/text.rb#L17) ios
|
2467
2455
|
|
2468
2456
|
> def text(value)
|
2469
2457
|
|
@@ -2480,7 +2468,7 @@ __Returns:__
|
|
2480
2468
|
|
2481
2469
|
--
|
2482
2470
|
|
2483
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
2471
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/text.rb#L26) ios
|
2484
2472
|
|
2485
2473
|
> def texts(value = false)
|
2486
2474
|
|
@@ -2497,7 +2485,7 @@ __Returns:__
|
|
2497
2485
|
|
2498
2486
|
--
|
2499
2487
|
|
2500
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
2488
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/text.rb#L34) ios
|
2501
2489
|
|
2502
2490
|
> def first_text
|
2503
2491
|
|
@@ -2509,7 +2497,7 @@ __Returns:__
|
|
2509
2497
|
|
2510
2498
|
--
|
2511
2499
|
|
2512
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
2500
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/text.rb#L40) ios
|
2513
2501
|
|
2514
2502
|
> def last_text
|
2515
2503
|
|
@@ -2521,7 +2509,7 @@ __Returns:__
|
|
2521
2509
|
|
2522
2510
|
--
|
2523
2511
|
|
2524
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
2512
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/text.rb#L47) ios
|
2525
2513
|
|
2526
2514
|
> def text_exact(value)
|
2527
2515
|
|
@@ -2537,7 +2525,7 @@ __Returns:__
|
|
2537
2525
|
|
2538
2526
|
--
|
2539
2527
|
|
2540
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
2528
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/text.rb#L54) ios
|
2541
2529
|
|
2542
2530
|
> def texts_exact(value)
|
2543
2531
|
|
@@ -2553,7 +2541,7 @@ __Returns:__
|
|
2553
2541
|
|
2554
2542
|
--
|
2555
2543
|
|
2556
|
-
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/
|
2544
|
+
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/source.rb#L12) ios
|
2557
2545
|
|
2558
2546
|
> def xcuitest_source(format: :xml)
|
2559
2547
|
|
@@ -2567,7 +2555,7 @@ __Parameters:__
|
|
2567
2555
|
|
2568
2556
|
--
|
2569
2557
|
|
2570
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
2558
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/button.rb#L9) ios
|
2571
2559
|
|
2572
2560
|
> def button_class
|
2573
2561
|
|
@@ -2579,7 +2567,7 @@ __Returns:__
|
|
2579
2567
|
|
2580
2568
|
--
|
2581
2569
|
|
2582
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
2570
|
+
##### [button](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/button.rb#L17) ios
|
2583
2571
|
|
2584
2572
|
> def button(value)
|
2585
2573
|
|
@@ -2596,7 +2584,7 @@ __Returns:__
|
|
2596
2584
|
|
2597
2585
|
--
|
2598
2586
|
|
2599
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
2587
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/button.rb#L27) ios
|
2600
2588
|
|
2601
2589
|
> def buttons(value = false)
|
2602
2590
|
|
@@ -2613,7 +2601,7 @@ __Returns:__
|
|
2613
2601
|
|
2614
2602
|
--
|
2615
2603
|
|
2616
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
2604
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/button.rb#L35) ios
|
2617
2605
|
|
2618
2606
|
> def first_button
|
2619
2607
|
|
@@ -2625,7 +2613,7 @@ __Returns:__
|
|
2625
2613
|
|
2626
2614
|
--
|
2627
2615
|
|
2628
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
2616
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/button.rb#L43) ios
|
2629
2617
|
|
2630
2618
|
> def last_button
|
2631
2619
|
|
@@ -2639,7 +2627,7 @@ __Returns:__
|
|
2639
2627
|
|
2640
2628
|
--
|
2641
2629
|
|
2642
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
2630
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/button.rb#L50) ios
|
2643
2631
|
|
2644
2632
|
> def button_exact(value)
|
2645
2633
|
|
@@ -2655,7 +2643,7 @@ __Returns:__
|
|
2655
2643
|
|
2656
2644
|
--
|
2657
2645
|
|
2658
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
2646
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/button.rb#L57) ios
|
2659
2647
|
|
2660
2648
|
> def buttons_exact(value)
|
2661
2649
|
|
@@ -2671,7 +2659,7 @@ __Returns:__
|
|
2671
2659
|
|
2672
2660
|
--
|
2673
2661
|
|
2674
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
2662
|
+
##### [find](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/generic.rb#L8) ios
|
2675
2663
|
|
2676
2664
|
> def find(value)
|
2677
2665
|
|
@@ -2687,7 +2675,7 @@ __Returns:__
|
|
2687
2675
|
|
2688
2676
|
--
|
2689
2677
|
|
2690
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
2678
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/generic.rb#L15) ios
|
2691
2679
|
|
2692
2680
|
> def finds(value)
|
2693
2681
|
|
@@ -2703,7 +2691,7 @@ __Returns:__
|
|
2703
2691
|
|
2704
2692
|
--
|
2705
2693
|
|
2706
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
2694
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/generic.rb#L23) ios
|
2707
2695
|
|
2708
2696
|
> def find_exact(value)
|
2709
2697
|
|
@@ -2719,7 +2707,7 @@ __Returns:__
|
|
2719
2707
|
|
2720
2708
|
--
|
2721
2709
|
|
2722
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
2710
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/generic.rb#L30) ios
|
2723
2711
|
|
2724
2712
|
> def finds_exact(value)
|
2725
2713
|
|
@@ -2735,7 +2723,7 @@ __Returns:__
|
|
2735
2723
|
|
2736
2724
|
--
|
2737
2725
|
|
2738
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
2726
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
|
2739
2727
|
|
2740
2728
|
> def raise_error_if_no_element(element)
|
2741
2729
|
|
@@ -2743,7 +2731,7 @@ __Returns:__
|
|
2743
2731
|
|
2744
2732
|
--
|
2745
2733
|
|
2746
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
2734
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/generic.rb#L44) ios
|
2747
2735
|
|
2748
2736
|
> def select_visible_elements(elements)
|
2749
2737
|
|
@@ -2751,7 +2739,7 @@ Return visible elements.
|
|
2751
2739
|
|
2752
2740
|
--
|
2753
2741
|
|
2754
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
2742
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L11) ios
|
2755
2743
|
|
2756
2744
|
> def swipe(direction:, element: nil)
|
2757
2745
|
|
@@ -2765,7 +2753,7 @@ __Parameters:__
|
|
2765
2753
|
|
2766
2754
|
--
|
2767
2755
|
|
2768
|
-
##### [scroll](https://github.com/appium/ruby_lib/blob/
|
2756
|
+
##### [scroll](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L29) ios
|
2769
2757
|
|
2770
2758
|
> def scroll(direction:, name: nil, element: nil, to_visible: nil, predicate_string: nil)
|
2771
2759
|
|
@@ -2779,7 +2767,7 @@ __Parameters:__
|
|
2779
2767
|
|
2780
2768
|
--
|
2781
2769
|
|
2782
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
2770
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L48) ios
|
2783
2771
|
|
2784
2772
|
> def pinch(scale:, velocity: 1.0, element: nil)
|
2785
2773
|
|
@@ -2795,7 +2783,7 @@ __Parameters:__
|
|
2795
2783
|
|
2796
2784
|
--
|
2797
2785
|
|
2798
|
-
##### [double_tap](https://github.com/appium/ruby_lib/blob/
|
2786
|
+
##### [double_tap](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L63) ios
|
2799
2787
|
|
2800
2788
|
> def double_tap(x: nil, y: nil, element: nil)
|
2801
2789
|
|
@@ -2811,7 +2799,7 @@ __Parameters:__
|
|
2811
2799
|
|
2812
2800
|
--
|
2813
2801
|
|
2814
|
-
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/
|
2802
|
+
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L80) ios
|
2815
2803
|
|
2816
2804
|
> def touch_and_hold(x: nil, y: nil, element: nil, duration: 1.0)
|
2817
2805
|
|
@@ -2829,7 +2817,7 @@ __Parameters:__
|
|
2829
2817
|
|
2830
2818
|
--
|
2831
2819
|
|
2832
|
-
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/
|
2820
|
+
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L93) ios
|
2833
2821
|
|
2834
2822
|
> def two_finger_tap(element:)
|
2835
2823
|
|
@@ -2845,7 +2833,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item")
|
|
2845
2833
|
|
2846
2834
|
--
|
2847
2835
|
|
2848
|
-
##### [tap](https://github.com/appium/ruby_lib/blob/
|
2836
|
+
##### [tap](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L108) ios
|
2849
2837
|
|
2850
2838
|
> def tap(x:, y:, element: nil)
|
2851
2839
|
|
@@ -2861,7 +2849,7 @@ __Parameters:__
|
|
2861
2849
|
|
2862
2850
|
--
|
2863
2851
|
|
2864
|
-
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/
|
2852
|
+
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L128) ios
|
2865
2853
|
|
2866
2854
|
> def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil)
|
2867
2855
|
|
@@ -2884,7 +2872,7 @@ drag point should be before to start dragging. Mandatory parameter
|
|
2884
2872
|
|
2885
2873
|
--
|
2886
2874
|
|
2887
|
-
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/
|
2875
|
+
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L145) ios
|
2888
2876
|
|
2889
2877
|
> def select_picker_wheel(element:, order:, offset: nil)
|
2890
2878
|
|
@@ -2901,7 +2889,7 @@ __Parameters:__
|
|
2901
2889
|
|
2902
2890
|
--
|
2903
2891
|
|
2904
|
-
##### [alert](https://github.com/appium/ruby_lib/blob/
|
2892
|
+
##### [alert](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/gestures.rb#L163) ios
|
2905
2893
|
|
2906
2894
|
> def alert(action:, button_label: nil)
|
2907
2895
|
|
@@ -2916,7 +2904,7 @@ This is an optional parameter and is only valid in combination with accept and d
|
|
2916
2904
|
|
2917
2905
|
--
|
2918
2906
|
|
2919
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
2907
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/textfield.rb#L9) ios
|
2920
2908
|
|
2921
2909
|
> def text_field_class
|
2922
2910
|
|
@@ -2928,7 +2916,7 @@ __Returns:__
|
|
2928
2916
|
|
2929
2917
|
--
|
2930
2918
|
|
2931
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
2919
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/textfield.rb#L14) ios
|
2932
2920
|
|
2933
2921
|
> def secure_text_field_class
|
2934
2922
|
|
@@ -2940,7 +2928,7 @@ __Returns:__
|
|
2940
2928
|
|
2941
2929
|
--
|
2942
2930
|
|
2943
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
2931
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
|
2944
2932
|
|
2945
2933
|
> def textfield(value)
|
2946
2934
|
|
@@ -2958,7 +2946,7 @@ __Returns:__
|
|
2958
2946
|
|
2959
2947
|
--
|
2960
2948
|
|
2961
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
2949
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/textfield.rb#L41) ios
|
2962
2950
|
|
2963
2951
|
> def textfields(value = false)
|
2964
2952
|
|
@@ -2975,7 +2963,7 @@ __Returns:__
|
|
2975
2963
|
|
2976
2964
|
--
|
2977
2965
|
|
2978
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
2966
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/textfield.rb#L50) ios
|
2979
2967
|
|
2980
2968
|
> def first_textfield
|
2981
2969
|
|
@@ -2987,7 +2975,7 @@ __Returns:__
|
|
2987
2975
|
|
2988
2976
|
--
|
2989
2977
|
|
2990
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
2978
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/textfield.rb#L56) ios
|
2991
2979
|
|
2992
2980
|
> def last_textfield
|
2993
2981
|
|
@@ -2999,7 +2987,7 @@ __Returns:__
|
|
2999
2987
|
|
3000
2988
|
--
|
3001
2989
|
|
3002
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
2990
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/textfield.rb#L65) ios
|
3003
2991
|
|
3004
2992
|
> def textfield_exact(value)
|
3005
2993
|
|
@@ -3015,7 +3003,7 @@ __Returns:__
|
|
3015
3003
|
|
3016
3004
|
--
|
3017
3005
|
|
3018
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
3006
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/element/textfield.rb#L72) ios
|
3019
3007
|
|
3020
3008
|
> def textfields_exact(value)
|
3021
3009
|
|
@@ -3031,7 +3019,7 @@ __Returns:__
|
|
3031
3019
|
|
3032
3020
|
--
|
3033
3021
|
|
3034
|
-
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3022
|
+
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L12) ios
|
3035
3023
|
|
3036
3024
|
> def set_pasteboard(content:, encoding: nil)
|
3037
3025
|
|
@@ -3046,7 +3034,7 @@ The parameter is mandatory
|
|
3046
3034
|
|
3047
3035
|
--
|
3048
3036
|
|
3049
|
-
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/
|
3037
|
+
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L24) ios
|
3050
3038
|
|
3051
3039
|
> def get_pasteboard(encoding: nil)
|
3052
3040
|
|
@@ -3058,7 +3046,7 @@ __Parameters:__
|
|
3058
3046
|
|
3059
3047
|
--
|
3060
3048
|
|
3061
|
-
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/
|
3049
|
+
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L21) ios
|
3062
3050
|
|
3063
3051
|
> def xcuitest_install_app(app:)
|
3064
3052
|
|
@@ -3074,7 +3062,7 @@ or an URL pointing to a remote .ipa/.zip file. Mandatory argument.
|
|
3074
3062
|
|
3075
3063
|
--
|
3076
3064
|
|
3077
|
-
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/
|
3065
|
+
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
|
3078
3066
|
|
3079
3067
|
> def xcuitest_app_installed?(bundle_id:)
|
3080
3068
|
|
@@ -3090,7 +3078,7 @@ __Returns:__
|
|
3090
3078
|
|
3091
3079
|
--
|
3092
3080
|
|
3093
|
-
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/
|
3081
|
+
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L50) ios
|
3094
3082
|
|
3095
3083
|
> def xcuitest_remove_app(bundle_id:)
|
3096
3084
|
|
@@ -3103,7 +3091,7 @@ __Parameters:__
|
|
3103
3091
|
|
3104
3092
|
--
|
3105
3093
|
|
3106
|
-
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/
|
3094
|
+
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L65) ios
|
3107
3095
|
|
3108
3096
|
> def xcuitest_launch_app(bundle_id:)
|
3109
3097
|
|
@@ -3116,7 +3104,7 @@ __Parameters:__
|
|
3116
3104
|
|
3117
3105
|
--
|
3118
3106
|
|
3119
|
-
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/
|
3107
|
+
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L80) ios
|
3120
3108
|
|
3121
3109
|
> def xcuitest_terminate_app(bundle_id:)
|
3122
3110
|
|
@@ -3129,7 +3117,7 @@ __Parameters:__
|
|
3129
3117
|
|
3130
3118
|
--
|
3131
3119
|
|
3132
|
-
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/
|
3120
|
+
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L102) ios
|
3133
3121
|
|
3134
3122
|
> def xcuitest_query_app_status(bundle_id:)
|
3135
3123
|
|
@@ -3153,7 +3141,7 @@ __Returns:__
|
|
3153
3141
|
|
3154
3142
|
--
|
3155
3143
|
|
3156
|
-
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/
|
3144
|
+
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/d5c1eab4db6ed8af9489c5abc533ef6cea0aa807/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L118) ios
|
3157
3145
|
|
3158
3146
|
> def xcuitest_activate_app(bundle_id:)
|
3159
3147
|
|