appium_lib 10.1.0 → 10.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/docs/android_docs.md +210 -228
- data/docs/ios_docs.md +252 -270
- data/lib/appium_lib/driver.rb +4 -11
- 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/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/appium.rb#L46) common
|
|
2
2
|
|
|
3
3
|
> def load_settings(opts = {})
|
|
4
4
|
|
|
@@ -27,7 +27,7 @@ __Returns:__
|
|
|
27
27
|
|
|
28
28
|
--
|
|
29
29
|
|
|
30
|
-
##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/
|
|
30
|
+
##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/appium.rb#L82) common
|
|
31
31
|
|
|
32
32
|
> def load_settings(opts = {})
|
|
33
33
|
|
|
@@ -56,7 +56,7 @@ __Returns:__
|
|
|
56
56
|
|
|
57
57
|
--
|
|
58
58
|
|
|
59
|
-
##### [expand_required_files](https://github.com/appium/ruby_lib/blob/
|
|
59
|
+
##### [expand_required_files](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/appium.rb#L87) common
|
|
60
60
|
|
|
61
61
|
> def expand_required_files(base_dir, file_paths)
|
|
62
62
|
|
|
@@ -74,7 +74,7 @@ __Returns:__
|
|
|
74
74
|
|
|
75
75
|
--
|
|
76
76
|
|
|
77
|
-
##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/
|
|
77
|
+
##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/appium.rb#L129) common
|
|
78
78
|
|
|
79
79
|
> def promote_singleton_appium_methods(modules, driver = $driver)
|
|
80
80
|
|
|
@@ -98,7 +98,7 @@ __Parameters:__
|
|
|
98
98
|
|
|
99
99
|
--
|
|
100
100
|
|
|
101
|
-
##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/
|
|
101
|
+
##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/appium.rb#L185) common
|
|
102
102
|
|
|
103
103
|
> def promote_appium_methods(class_array, driver = $driver)
|
|
104
104
|
|
|
@@ -116,7 +116,7 @@ __Parameters:__
|
|
|
116
116
|
|
|
117
117
|
--
|
|
118
118
|
|
|
119
|
-
##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/
|
|
119
|
+
##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L35) common
|
|
120
120
|
|
|
121
121
|
> def global_webdriver_http_sleep
|
|
122
122
|
|
|
@@ -124,7 +124,7 @@ The amount to sleep in seconds before every webdriver http call.
|
|
|
124
124
|
|
|
125
125
|
--
|
|
126
126
|
|
|
127
|
-
##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/
|
|
127
|
+
##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L35) common
|
|
128
128
|
|
|
129
129
|
> def global_webdriver_http_sleep=(value)
|
|
130
130
|
|
|
@@ -132,7 +132,7 @@ The amount to sleep in seconds before every webdriver http call.
|
|
|
132
132
|
|
|
133
133
|
--
|
|
134
134
|
|
|
135
|
-
##### [sauce](https://github.com/appium/ruby_lib/blob/
|
|
135
|
+
##### [sauce](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L38) common
|
|
136
136
|
|
|
137
137
|
> def sauce
|
|
138
138
|
|
|
@@ -140,7 +140,7 @@ SauceLab's settings
|
|
|
140
140
|
|
|
141
141
|
--
|
|
142
142
|
|
|
143
|
-
##### [sauce_username](https://github.com/appium/ruby_lib/blob/
|
|
143
|
+
##### [sauce_username](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L41) common
|
|
144
144
|
|
|
145
145
|
> def sauce_username
|
|
146
146
|
|
|
@@ -149,7 +149,7 @@ same as @sauce.username
|
|
|
149
149
|
|
|
150
150
|
--
|
|
151
151
|
|
|
152
|
-
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/
|
|
152
|
+
##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L44) common
|
|
153
153
|
|
|
154
154
|
> def sauce_access_key
|
|
155
155
|
|
|
@@ -158,7 +158,7 @@ same as @sauce.access_key
|
|
|
158
158
|
|
|
159
159
|
--
|
|
160
160
|
|
|
161
|
-
##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/
|
|
161
|
+
##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L47) common
|
|
162
162
|
|
|
163
163
|
> def sauce_endpoint
|
|
164
164
|
|
|
@@ -167,7 +167,7 @@ same as @sauce.endpoint
|
|
|
167
167
|
|
|
168
168
|
--
|
|
169
169
|
|
|
170
|
-
##### [caps](https://github.com/appium/ruby_lib/blob/
|
|
170
|
+
##### [caps](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L51) common
|
|
171
171
|
|
|
172
172
|
> def caps
|
|
173
173
|
|
|
@@ -176,7 +176,7 @@ read http://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Driver
|
|
|
176
176
|
|
|
177
177
|
--
|
|
178
178
|
|
|
179
|
-
##### [custom_url](https://github.com/appium/ruby_lib/blob/
|
|
179
|
+
##### [custom_url](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L52) common
|
|
180
180
|
|
|
181
181
|
> def custom_url
|
|
182
182
|
|
|
@@ -184,7 +184,7 @@ Returns the value of attribute custom_url
|
|
|
184
184
|
|
|
185
185
|
--
|
|
186
186
|
|
|
187
|
-
##### [export_session](https://github.com/appium/ruby_lib/blob/
|
|
187
|
+
##### [export_session](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L53) common
|
|
188
188
|
|
|
189
189
|
> def export_session
|
|
190
190
|
|
|
@@ -192,7 +192,7 @@ Returns the value of attribute export_session
|
|
|
192
192
|
|
|
193
193
|
--
|
|
194
194
|
|
|
195
|
-
##### [export_session_path](https://github.com/appium/ruby_lib/blob/
|
|
195
|
+
##### [export_session_path](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L54) common
|
|
196
196
|
|
|
197
197
|
> def export_session_path
|
|
198
198
|
|
|
@@ -200,7 +200,7 @@ Returns the value of attribute export_session_path
|
|
|
200
200
|
|
|
201
201
|
--
|
|
202
202
|
|
|
203
|
-
##### [default_wait](https://github.com/appium/ruby_lib/blob/
|
|
203
|
+
##### [default_wait](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L55) common
|
|
204
204
|
|
|
205
205
|
> def default_wait
|
|
206
206
|
|
|
@@ -208,7 +208,7 @@ Returns the value of attribute default_wait
|
|
|
208
208
|
|
|
209
209
|
--
|
|
210
210
|
|
|
211
|
-
##### [appium_port](https://github.com/appium/ruby_lib/blob/
|
|
211
|
+
##### [appium_port](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L56) common
|
|
212
212
|
|
|
213
213
|
> def appium_port
|
|
214
214
|
|
|
@@ -216,7 +216,7 @@ Returns the value of attribute appium_port
|
|
|
216
216
|
|
|
217
217
|
--
|
|
218
218
|
|
|
219
|
-
##### [appium_device](https://github.com/appium/ruby_lib/blob/
|
|
219
|
+
##### [appium_device](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L57) common
|
|
220
220
|
|
|
221
221
|
> def appium_device
|
|
222
222
|
|
|
@@ -224,7 +224,7 @@ Returns the value of attribute appium_device
|
|
|
224
224
|
|
|
225
225
|
--
|
|
226
226
|
|
|
227
|
-
##### [automation_name](https://github.com/appium/ruby_lib/blob/
|
|
227
|
+
##### [automation_name](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L58) common
|
|
228
228
|
|
|
229
229
|
> def automation_name
|
|
230
230
|
|
|
@@ -232,7 +232,7 @@ Returns the value of attribute automation_name
|
|
|
232
232
|
|
|
233
233
|
--
|
|
234
234
|
|
|
235
|
-
##### [listener](https://github.com/appium/ruby_lib/blob/
|
|
235
|
+
##### [listener](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L59) common
|
|
236
236
|
|
|
237
237
|
> def listener
|
|
238
238
|
|
|
@@ -240,7 +240,7 @@ Returns the value of attribute listener
|
|
|
240
240
|
|
|
241
241
|
--
|
|
242
242
|
|
|
243
|
-
##### [http_client](https://github.com/appium/ruby_lib/blob/
|
|
243
|
+
##### [http_client](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L60) common
|
|
244
244
|
|
|
245
245
|
> def http_client
|
|
246
246
|
|
|
@@ -248,7 +248,7 @@ Returns the value of attribute http_client
|
|
|
248
248
|
|
|
249
249
|
--
|
|
250
250
|
|
|
251
|
-
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/
|
|
251
|
+
##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L61) common
|
|
252
252
|
|
|
253
253
|
> def appium_wait_timeout
|
|
254
254
|
|
|
@@ -256,7 +256,7 @@ Returns the value of attribute appium_wait_timeout
|
|
|
256
256
|
|
|
257
257
|
--
|
|
258
258
|
|
|
259
|
-
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/
|
|
259
|
+
##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L62) common
|
|
260
260
|
|
|
261
261
|
> def appium_wait_interval
|
|
262
262
|
|
|
@@ -264,7 +264,7 @@ Returns the value of attribute appium_wait_interval
|
|
|
264
264
|
|
|
265
265
|
--
|
|
266
266
|
|
|
267
|
-
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/
|
|
267
|
+
##### [appium_server_status](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L65) common
|
|
268
268
|
|
|
269
269
|
> def appium_server_status
|
|
270
270
|
|
|
@@ -272,7 +272,7 @@ Appium's server version
|
|
|
272
272
|
|
|
273
273
|
--
|
|
274
274
|
|
|
275
|
-
##### [appium_debug](https://github.com/appium/ruby_lib/blob/
|
|
275
|
+
##### [appium_debug](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L67) common
|
|
276
276
|
|
|
277
277
|
> def appium_debug
|
|
278
278
|
|
|
@@ -280,7 +280,7 @@ Boolean debug mode for the Appium Ruby bindings
|
|
|
280
280
|
|
|
281
281
|
--
|
|
282
282
|
|
|
283
|
-
##### [driver](https://github.com/appium/ruby_lib/blob/
|
|
283
|
+
##### [driver](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L70) common
|
|
284
284
|
|
|
285
285
|
> def driver
|
|
286
286
|
|
|
@@ -292,7 +292,7 @@ __Returns:__
|
|
|
292
292
|
|
|
293
293
|
--
|
|
294
294
|
|
|
295
|
-
##### [core](https://github.com/appium/ruby_lib/blob/
|
|
295
|
+
##### [core](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L72) common
|
|
296
296
|
|
|
297
297
|
> def core
|
|
298
298
|
|
|
@@ -300,7 +300,7 @@ Instance of Appium::Core::Driver
|
|
|
300
300
|
|
|
301
301
|
--
|
|
302
302
|
|
|
303
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
303
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L140) common
|
|
304
304
|
|
|
305
305
|
> def initialize(opts = {}, global_driver = nil)
|
|
306
306
|
|
|
@@ -319,7 +319,7 @@ __Returns:__
|
|
|
319
319
|
|
|
320
320
|
--
|
|
321
321
|
|
|
322
|
-
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/
|
|
322
|
+
##### [driver_attributes](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L259) common
|
|
323
323
|
|
|
324
324
|
> def driver_attributes
|
|
325
325
|
|
|
@@ -327,7 +327,7 @@ Returns a hash of the driver attributes
|
|
|
327
327
|
|
|
328
328
|
--
|
|
329
329
|
|
|
330
|
-
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/
|
|
330
|
+
##### [device_is_android?](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L281) common
|
|
331
331
|
|
|
332
332
|
> def device_is_android?
|
|
333
333
|
|
|
@@ -339,7 +339,7 @@ __Returns:__
|
|
|
339
339
|
|
|
340
340
|
--
|
|
341
341
|
|
|
342
|
-
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/
|
|
342
|
+
##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L285) common
|
|
343
343
|
|
|
344
344
|
> def device_is_ios?
|
|
345
345
|
|
|
@@ -351,7 +351,7 @@ __Returns:__
|
|
|
351
351
|
|
|
352
352
|
--
|
|
353
353
|
|
|
354
|
-
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/
|
|
354
|
+
##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L289) common
|
|
355
355
|
|
|
356
356
|
> def device_is_windows?
|
|
357
357
|
|
|
@@ -363,7 +363,7 @@ __Returns:__
|
|
|
363
363
|
|
|
364
364
|
--
|
|
365
365
|
|
|
366
|
-
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/
|
|
366
|
+
##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L295) common
|
|
367
367
|
|
|
368
368
|
> def automation_name_is_uiautomator2?
|
|
369
369
|
|
|
@@ -375,7 +375,7 @@ __Returns:__
|
|
|
375
375
|
|
|
376
376
|
--
|
|
377
377
|
|
|
378
|
-
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/
|
|
378
|
+
##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L301) common
|
|
379
379
|
|
|
380
380
|
> def automation_name_is_espresso?
|
|
381
381
|
|
|
@@ -387,7 +387,7 @@ __Returns:__
|
|
|
387
387
|
|
|
388
388
|
--
|
|
389
389
|
|
|
390
|
-
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/
|
|
390
|
+
##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L307) common
|
|
391
391
|
|
|
392
392
|
> def automation_name_is_xcuitest?
|
|
393
393
|
|
|
@@ -399,7 +399,7 @@ __Returns:__
|
|
|
399
399
|
|
|
400
400
|
--
|
|
401
401
|
|
|
402
|
-
##### [dialect](https://github.com/appium/ruby_lib/blob/
|
|
402
|
+
##### [dialect](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L327) common
|
|
403
403
|
|
|
404
404
|
> def dialect
|
|
405
405
|
|
|
@@ -421,7 +421,7 @@ __Returns:__
|
|
|
421
421
|
|
|
422
422
|
--
|
|
423
423
|
|
|
424
|
-
##### [action](https://github.com/appium/ruby_lib/blob/
|
|
424
|
+
##### [action](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L341) common
|
|
425
425
|
|
|
426
426
|
> def action
|
|
427
427
|
|
|
@@ -434,7 +434,7 @@ __Returns:__
|
|
|
434
434
|
|
|
435
435
|
--
|
|
436
436
|
|
|
437
|
-
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/
|
|
437
|
+
##### [appium_server_version](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L361) common
|
|
438
438
|
|
|
439
439
|
> def appium_server_version
|
|
440
440
|
|
|
@@ -446,7 +446,7 @@ __Returns:__
|
|
|
446
446
|
|
|
447
447
|
--
|
|
448
448
|
|
|
449
|
-
##### [remote_status](https://github.com/appium/ruby_lib/blob/
|
|
449
|
+
##### [remote_status](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L369) common
|
|
450
450
|
|
|
451
451
|
> def appium_server_version
|
|
452
452
|
|
|
@@ -458,7 +458,7 @@ __Returns:__
|
|
|
458
458
|
|
|
459
459
|
--
|
|
460
460
|
|
|
461
|
-
##### [platform_version](https://github.com/appium/ruby_lib/blob/
|
|
461
|
+
##### [platform_version](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L373) common
|
|
462
462
|
|
|
463
463
|
> def platform_version
|
|
464
464
|
|
|
@@ -470,7 +470,7 @@ __Returns:__
|
|
|
470
470
|
|
|
471
471
|
--
|
|
472
472
|
|
|
473
|
-
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/
|
|
473
|
+
##### [appium_client_version](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L386) common
|
|
474
474
|
|
|
475
475
|
> def appium_client_version
|
|
476
476
|
|
|
@@ -482,7 +482,7 @@ __Returns:__
|
|
|
482
482
|
|
|
483
483
|
--
|
|
484
484
|
|
|
485
|
-
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/
|
|
485
|
+
##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L398) common
|
|
486
486
|
|
|
487
487
|
> def self.absolute_app_path(opts)
|
|
488
488
|
|
|
@@ -499,7 +499,7 @@ __Returns:__
|
|
|
499
499
|
|
|
500
500
|
--
|
|
501
501
|
|
|
502
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
|
502
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L421) common
|
|
503
503
|
|
|
504
504
|
> def server_url
|
|
505
505
|
|
|
@@ -511,7 +511,7 @@ __Returns:__
|
|
|
511
511
|
|
|
512
512
|
--
|
|
513
513
|
|
|
514
|
-
##### [restart](https://github.com/appium/ruby_lib/blob/
|
|
514
|
+
##### [restart](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L430) common
|
|
515
515
|
|
|
516
516
|
> def restart
|
|
517
517
|
|
|
@@ -523,7 +523,7 @@ __Returns:__
|
|
|
523
523
|
|
|
524
524
|
--
|
|
525
525
|
|
|
526
|
-
##### [screenshot](https://github.com/appium/ruby_lib/blob/
|
|
526
|
+
##### [screenshot](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L443) common
|
|
527
527
|
|
|
528
528
|
> def screenshot(png_save_path)
|
|
529
529
|
|
|
@@ -539,7 +539,7 @@ __Returns:__
|
|
|
539
539
|
|
|
540
540
|
--
|
|
541
541
|
|
|
542
|
-
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/
|
|
542
|
+
##### [element_screenshot](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L457) common
|
|
543
543
|
|
|
544
544
|
> def element_screenshot(element, png_save_path)
|
|
545
545
|
|
|
@@ -557,7 +557,7 @@ __Returns:__
|
|
|
557
557
|
|
|
558
558
|
--
|
|
559
559
|
|
|
560
|
-
##### [driver_quit](https://github.com/appium/ruby_lib/blob/
|
|
560
|
+
##### [driver_quit](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L464) common
|
|
561
561
|
|
|
562
562
|
> def driver_quit
|
|
563
563
|
|
|
@@ -569,7 +569,7 @@ __Returns:__
|
|
|
569
569
|
|
|
570
570
|
--
|
|
571
571
|
|
|
572
|
-
##### [quit_driver](https://github.com/appium/ruby_lib/blob/
|
|
572
|
+
##### [quit_driver](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L467) common
|
|
573
573
|
|
|
574
574
|
> def driver_quit
|
|
575
575
|
|
|
@@ -581,7 +581,7 @@ __Returns:__
|
|
|
581
581
|
|
|
582
582
|
--
|
|
583
583
|
|
|
584
|
-
##### [window_size](https://github.com/appium/ruby_lib/blob/
|
|
584
|
+
##### [window_size](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L478) common
|
|
585
585
|
|
|
586
586
|
> def window_size
|
|
587
587
|
|
|
@@ -593,7 +593,7 @@ __Returns:__
|
|
|
593
593
|
|
|
594
594
|
--
|
|
595
595
|
|
|
596
|
-
##### [window_rect](https://github.com/appium/ruby_lib/blob/
|
|
596
|
+
##### [window_rect](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L493) common
|
|
597
597
|
|
|
598
598
|
> def window_rect
|
|
599
599
|
|
|
@@ -605,7 +605,7 @@ __Returns:__
|
|
|
605
605
|
|
|
606
606
|
--
|
|
607
607
|
|
|
608
|
-
##### [start_driver](https://github.com/appium/ruby_lib/blob/
|
|
608
|
+
##### [start_driver](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L526) common
|
|
609
609
|
|
|
610
610
|
> def start_driver(http_client_ops =
|
|
611
611
|
|
|
@@ -625,7 +625,7 @@ __Returns:__
|
|
|
625
625
|
|
|
626
626
|
--
|
|
627
627
|
|
|
628
|
-
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/
|
|
628
|
+
##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L547) common
|
|
629
629
|
|
|
630
630
|
> def set_implicit_wait(wait)
|
|
631
631
|
|
|
@@ -633,7 +633,7 @@ To ignore error for Espresso Driver
|
|
|
633
633
|
|
|
634
634
|
--
|
|
635
635
|
|
|
636
|
-
##### [no_wait](https://github.com/appium/ruby_lib/blob/
|
|
636
|
+
##### [no_wait](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L558) common
|
|
637
637
|
|
|
638
638
|
> def no_wait
|
|
639
639
|
|
|
@@ -641,7 +641,7 @@ Set implicit wait to zero.
|
|
|
641
641
|
|
|
642
642
|
--
|
|
643
643
|
|
|
644
|
-
##### [set_wait](https://github.com/appium/ruby_lib/blob/
|
|
644
|
+
##### [set_wait](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L572) common
|
|
645
645
|
|
|
646
646
|
> def set_wait(timeout = nil)
|
|
647
647
|
|
|
@@ -657,7 +657,7 @@ __Returns:__
|
|
|
657
657
|
|
|
658
658
|
--
|
|
659
659
|
|
|
660
|
-
##### [exists](https://github.com/appium/ruby_lib/blob/
|
|
660
|
+
##### [exists](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L589) common
|
|
661
661
|
|
|
662
662
|
> def exists(pre_check = 0, post_check = @core.default_wait)
|
|
663
663
|
|
|
@@ -681,7 +681,7 @@ __Returns:__
|
|
|
681
681
|
|
|
682
682
|
--
|
|
683
683
|
|
|
684
|
-
##### [execute_script](https://github.com/appium/ruby_lib/blob/
|
|
684
|
+
##### [execute_script](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L613) common
|
|
685
685
|
|
|
686
686
|
> def execute_script(script, *args)
|
|
687
687
|
|
|
@@ -699,7 +699,7 @@ __Returns:__
|
|
|
699
699
|
|
|
700
700
|
--
|
|
701
701
|
|
|
702
|
-
##### [execute_async_script](https://github.com/appium/ruby_lib/blob/
|
|
702
|
+
##### [execute_async_script](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L621) common
|
|
703
703
|
|
|
704
704
|
> def execute_async_script(script, *args)
|
|
705
705
|
|
|
@@ -709,7 +709,7 @@ Get the window handles of open browser windows
|
|
|
709
709
|
|
|
710
710
|
--
|
|
711
711
|
|
|
712
|
-
##### [window_handles](https://github.com/appium/ruby_lib/blob/
|
|
712
|
+
##### [window_handles](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L625) common
|
|
713
713
|
|
|
714
714
|
> def window_handles
|
|
715
715
|
|
|
@@ -717,7 +717,7 @@ Get the window handles of open browser windows
|
|
|
717
717
|
|
|
718
718
|
--
|
|
719
719
|
|
|
720
|
-
##### [window_handle](https://github.com/appium/ruby_lib/blob/
|
|
720
|
+
##### [window_handle](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L630) common
|
|
721
721
|
|
|
722
722
|
> def window_handle
|
|
723
723
|
|
|
@@ -725,7 +725,7 @@ Get the current window handle
|
|
|
725
725
|
|
|
726
726
|
--
|
|
727
727
|
|
|
728
|
-
##### [navigate](https://github.com/appium/ruby_lib/blob/
|
|
728
|
+
##### [navigate](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L634) common
|
|
729
729
|
|
|
730
730
|
> def navigate
|
|
731
731
|
|
|
@@ -733,7 +733,7 @@ Get the current window handle
|
|
|
733
733
|
|
|
734
734
|
--
|
|
735
735
|
|
|
736
|
-
##### [manage](https://github.com/appium/ruby_lib/blob/
|
|
736
|
+
##### [manage](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L638) common
|
|
737
737
|
|
|
738
738
|
> def manage
|
|
739
739
|
|
|
@@ -741,7 +741,7 @@ Get the current window handle
|
|
|
741
741
|
|
|
742
742
|
--
|
|
743
743
|
|
|
744
|
-
##### [get](https://github.com/appium/ruby_lib/blob/
|
|
744
|
+
##### [get](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L642) common
|
|
745
745
|
|
|
746
746
|
> def get(url)
|
|
747
747
|
|
|
@@ -749,7 +749,7 @@ Get the current window handle
|
|
|
749
749
|
|
|
750
750
|
--
|
|
751
751
|
|
|
752
|
-
##### [current_url](https://github.com/appium/ruby_lib/blob/
|
|
752
|
+
##### [current_url](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L646) common
|
|
753
753
|
|
|
754
754
|
> def current_url
|
|
755
755
|
|
|
@@ -757,7 +757,7 @@ Get the current window handle
|
|
|
757
757
|
|
|
758
758
|
--
|
|
759
759
|
|
|
760
|
-
##### [title](https://github.com/appium/ruby_lib/blob/
|
|
760
|
+
##### [title](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L650) common
|
|
761
761
|
|
|
762
762
|
> def title
|
|
763
763
|
|
|
@@ -765,7 +765,7 @@ Get the current window handle
|
|
|
765
765
|
|
|
766
766
|
--
|
|
767
767
|
|
|
768
|
-
##### [switch_to](https://github.com/appium/ruby_lib/blob/
|
|
768
|
+
##### [switch_to](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L656) common
|
|
769
769
|
|
|
770
770
|
> def switch_to
|
|
771
771
|
|
|
@@ -777,7 +777,7 @@ __Returns:__
|
|
|
777
777
|
|
|
778
778
|
--
|
|
779
779
|
|
|
780
|
-
##### [find_elements](https://github.com/appium/ruby_lib/blob/
|
|
780
|
+
##### [find_elements](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L683) common
|
|
781
781
|
|
|
782
782
|
> def find_elements(*args)
|
|
783
783
|
|
|
@@ -797,7 +797,7 @@ __Returns:__
|
|
|
797
797
|
|
|
798
798
|
--
|
|
799
799
|
|
|
800
|
-
##### [find_element](https://github.com/appium/ruby_lib/blob/
|
|
800
|
+
##### [find_element](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L699) common
|
|
801
801
|
|
|
802
802
|
> def find_element(*args)
|
|
803
803
|
|
|
@@ -815,9 +815,9 @@ __Returns:__
|
|
|
815
815
|
|
|
816
816
|
--
|
|
817
817
|
|
|
818
|
-
##### [
|
|
818
|
+
##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L714) common
|
|
819
819
|
|
|
820
|
-
>
|
|
820
|
+
> def find_element_by_image(png_img_path)
|
|
821
821
|
|
|
822
822
|
Return ImageElement if current view has a partial image
|
|
823
823
|
|
|
@@ -825,28 +825,15 @@ __Parameters:__
|
|
|
825
825
|
|
|
826
826
|
[String] png_img_path - A path to a partial image you'd like to find
|
|
827
827
|
|
|
828
|
-
[Flood] match_threshold - At what normalized threshold to reject
|
|
829
|
-
|
|
830
|
-
[Bool] visualize - Makes the endpoint to return an image, which contains the visualized result of
|
|
831
|
-
the corresponding picture matching operation. This option is disabled by default.
|
|
832
|
-
|
|
833
828
|
__Returns:__
|
|
834
829
|
|
|
835
830
|
[::Appium::Core::ImageElement]
|
|
836
831
|
|
|
837
832
|
--
|
|
838
833
|
|
|
839
|
-
##### [
|
|
840
|
-
|
|
841
|
-
> def find_element_by_image(png_img_path, match_threshold: DEFAULT_MATCH_THRESHOLD, visualize: false)
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
--
|
|
846
|
-
|
|
847
|
-
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/4b43cf7b240a7b4cab7b22198ed4dd1307611545/lib/appium_lib/driver.rb#L736) common
|
|
834
|
+
##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L729) common
|
|
848
835
|
|
|
849
|
-
> def find_elements_by_image(png_img_paths
|
|
836
|
+
> def find_elements_by_image(png_img_paths)
|
|
850
837
|
|
|
851
838
|
Return ImageElement if current view has partial images
|
|
852
839
|
|
|
@@ -854,18 +841,13 @@ __Parameters:__
|
|
|
854
841
|
|
|
855
842
|
[[String]] png_img_paths - Paths to a partial image you'd like to find
|
|
856
843
|
|
|
857
|
-
[Flood] match_threshold - At what normalized threshold to reject
|
|
858
|
-
|
|
859
|
-
[Bool] visualize - Makes the endpoint to return an image, which contains the visualized result of
|
|
860
|
-
the corresponding picture matching operation. This option is disabled by default.
|
|
861
|
-
|
|
862
844
|
__Returns:__
|
|
863
845
|
|
|
864
846
|
[[::Appium::Core::ImageElement]]
|
|
865
847
|
|
|
866
848
|
--
|
|
867
849
|
|
|
868
|
-
##### [set_location](https://github.com/appium/ruby_lib/blob/
|
|
850
|
+
##### [set_location](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L742) common
|
|
869
851
|
|
|
870
852
|
> def set_location(opts = {})
|
|
871
853
|
|
|
@@ -881,7 +863,7 @@ __Returns:__
|
|
|
881
863
|
|
|
882
864
|
--
|
|
883
865
|
|
|
884
|
-
##### [x](https://github.com/appium/ruby_lib/blob/
|
|
866
|
+
##### [x](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/driver.rb#L752) common
|
|
885
867
|
|
|
886
868
|
> def x
|
|
887
869
|
|
|
@@ -894,7 +876,7 @@ __Returns:__
|
|
|
894
876
|
|
|
895
877
|
--
|
|
896
878
|
|
|
897
|
-
##### [username](https://github.com/appium/ruby_lib/blob/
|
|
879
|
+
##### [username](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/sauce_labs.rb#L4) common
|
|
898
880
|
|
|
899
881
|
> def username
|
|
900
882
|
|
|
@@ -902,7 +884,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US
|
|
|
902
884
|
|
|
903
885
|
--
|
|
904
886
|
|
|
905
|
-
##### [access_key](https://github.com/appium/ruby_lib/blob/
|
|
887
|
+
##### [access_key](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/sauce_labs.rb#L6) common
|
|
906
888
|
|
|
907
889
|
> def access_key
|
|
908
890
|
|
|
@@ -910,7 +892,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_
|
|
|
910
892
|
|
|
911
893
|
--
|
|
912
894
|
|
|
913
|
-
##### [endpoint](https://github.com/appium/ruby_lib/blob/
|
|
895
|
+
##### [endpoint](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/sauce_labs.rb#L8) common
|
|
914
896
|
|
|
915
897
|
> def endpoint
|
|
916
898
|
|
|
@@ -918,7 +900,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'o
|
|
|
918
900
|
|
|
919
901
|
--
|
|
920
902
|
|
|
921
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
903
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/sauce_labs.rb#L33) common
|
|
922
904
|
|
|
923
905
|
> def initialize(appium_lib_opts)
|
|
924
906
|
|
|
@@ -934,7 +916,7 @@ __Returns:__
|
|
|
934
916
|
|
|
935
917
|
--
|
|
936
918
|
|
|
937
|
-
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/
|
|
919
|
+
##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/sauce_labs.rb#L53) common
|
|
938
920
|
|
|
939
921
|
> def sauce_server_url?
|
|
940
922
|
|
|
@@ -946,7 +928,7 @@ __Returns:__
|
|
|
946
928
|
|
|
947
929
|
--
|
|
948
930
|
|
|
949
|
-
##### [server_url](https://github.com/appium/ruby_lib/blob/
|
|
931
|
+
##### [server_url](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/sauce_labs.rb#L66) common
|
|
950
932
|
|
|
951
933
|
> def server_url
|
|
952
934
|
|
|
@@ -958,7 +940,7 @@ __Returns:__
|
|
|
958
940
|
|
|
959
941
|
--
|
|
960
942
|
|
|
961
|
-
##### [get_log](https://github.com/appium/ruby_lib/blob/
|
|
943
|
+
##### [get_log](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/log.rb#L11) common
|
|
962
944
|
|
|
963
945
|
> def get_log(type)
|
|
964
946
|
|
|
@@ -974,7 +956,7 @@ __Returns:__
|
|
|
974
956
|
|
|
975
957
|
--
|
|
976
958
|
|
|
977
|
-
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/
|
|
959
|
+
##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/log.rb#L23) common
|
|
978
960
|
|
|
979
961
|
> def get_available_log_types
|
|
980
962
|
|
|
@@ -986,7 +968,7 @@ __Returns:__
|
|
|
986
968
|
|
|
987
969
|
--
|
|
988
970
|
|
|
989
|
-
##### [wait_true](https://github.com/appium/ruby_lib/blob/
|
|
971
|
+
##### [wait_true](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/wait.rb#L30) common
|
|
990
972
|
|
|
991
973
|
> def wait_true(opts = {})
|
|
992
974
|
|
|
@@ -1006,7 +988,7 @@ __Parameters:__
|
|
|
1006
988
|
|
|
1007
989
|
--
|
|
1008
990
|
|
|
1009
|
-
##### [wait](https://github.com/appium/ruby_lib/blob/
|
|
991
|
+
##### [wait](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/wait.rb#L59) common
|
|
1010
992
|
|
|
1011
993
|
> def wait(opts = {})
|
|
1012
994
|
|
|
@@ -1024,7 +1006,7 @@ __Parameters:__
|
|
|
1024
1006
|
|
|
1025
1007
|
--
|
|
1026
1008
|
|
|
1027
|
-
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/
|
|
1009
|
+
##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/device.rb#L12) common
|
|
1028
1010
|
|
|
1029
1011
|
> def add_touch_actions
|
|
1030
1012
|
|
|
@@ -1032,7 +1014,7 @@ __Parameters:__
|
|
|
1032
1014
|
|
|
1033
1015
|
--
|
|
1034
1016
|
|
|
1035
|
-
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/
|
|
1017
|
+
##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/device.rb#L24) common
|
|
1036
1018
|
|
|
1037
1019
|
> def delegate_from_appium_driver(method, delegation_target)
|
|
1038
1020
|
|
|
@@ -1040,7 +1022,7 @@ __Parameters:__
|
|
|
1040
1022
|
|
|
1041
1023
|
--
|
|
1042
1024
|
|
|
1043
|
-
##### [ignore](https://github.com/appium/ruby_lib/blob/
|
|
1025
|
+
##### [ignore](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L16) common
|
|
1044
1026
|
|
|
1045
1027
|
> def ignore
|
|
1046
1028
|
|
|
@@ -1048,7 +1030,7 @@ Return yield and ignore any exceptions.
|
|
|
1048
1030
|
|
|
1049
1031
|
--
|
|
1050
1032
|
|
|
1051
|
-
##### [back](https://github.com/appium/ruby_lib/blob/
|
|
1033
|
+
##### [back](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L23) common
|
|
1052
1034
|
|
|
1053
1035
|
> def back
|
|
1054
1036
|
|
|
@@ -1060,7 +1042,7 @@ __Returns:__
|
|
|
1060
1042
|
|
|
1061
1043
|
--
|
|
1062
1044
|
|
|
1063
|
-
##### [session_id](https://github.com/appium/ruby_lib/blob/
|
|
1045
|
+
##### [session_id](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L34) common
|
|
1064
1046
|
|
|
1065
1047
|
> def session_id
|
|
1066
1048
|
|
|
@@ -1072,7 +1054,7 @@ __Returns:__
|
|
|
1072
1054
|
|
|
1073
1055
|
--
|
|
1074
1056
|
|
|
1075
|
-
##### [xpath](https://github.com/appium/ruby_lib/blob/
|
|
1057
|
+
##### [xpath](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L42) common
|
|
1076
1058
|
|
|
1077
1059
|
> def xpath(xpath_str)
|
|
1078
1060
|
|
|
@@ -1088,7 +1070,7 @@ __Returns:__
|
|
|
1088
1070
|
|
|
1089
1071
|
--
|
|
1090
1072
|
|
|
1091
|
-
##### [xpaths](https://github.com/appium/ruby_lib/blob/
|
|
1073
|
+
##### [xpaths](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L50) common
|
|
1092
1074
|
|
|
1093
1075
|
> def xpaths(xpath_str)
|
|
1094
1076
|
|
|
@@ -1104,7 +1086,7 @@ __Returns:__
|
|
|
1104
1086
|
|
|
1105
1087
|
--
|
|
1106
1088
|
|
|
1107
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
|
1089
|
+
##### [result](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L60) common
|
|
1108
1090
|
|
|
1109
1091
|
> def result
|
|
1110
1092
|
|
|
@@ -1112,7 +1094,7 @@ Returns the value of attribute result
|
|
|
1112
1094
|
|
|
1113
1095
|
--
|
|
1114
1096
|
|
|
1115
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1097
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L62) common
|
|
1116
1098
|
|
|
1117
1099
|
> def initialize(platform)
|
|
1118
1100
|
|
|
@@ -1124,7 +1106,7 @@ __Returns:__
|
|
|
1124
1106
|
|
|
1125
1107
|
--
|
|
1126
1108
|
|
|
1127
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
|
1109
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L67) common
|
|
1128
1110
|
|
|
1129
1111
|
> def reset
|
|
1130
1112
|
|
|
@@ -1132,7 +1114,7 @@ __Returns:__
|
|
|
1132
1114
|
|
|
1133
1115
|
--
|
|
1134
1116
|
|
|
1135
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
|
1117
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L72) common
|
|
1136
1118
|
|
|
1137
1119
|
> def start_element(name, attrs = [])
|
|
1138
1120
|
|
|
@@ -1140,7 +1122,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
|
1140
1122
|
|
|
1141
1123
|
--
|
|
1142
1124
|
|
|
1143
|
-
##### [formatted_result](https://github.com/appium/ruby_lib/blob/
|
|
1125
|
+
##### [formatted_result](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L83) common
|
|
1144
1126
|
|
|
1145
1127
|
> def formatted_result
|
|
1146
1128
|
|
|
@@ -1148,7 +1130,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
|
|
|
1148
1130
|
|
|
1149
1131
|
--
|
|
1150
1132
|
|
|
1151
|
-
##### [get_page_class](https://github.com/appium/ruby_lib/blob/
|
|
1133
|
+
##### [get_page_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L101) common
|
|
1152
1134
|
|
|
1153
1135
|
> def get_page_class
|
|
1154
1136
|
|
|
@@ -1160,7 +1142,7 @@ __Returns:__
|
|
|
1160
1142
|
|
|
1161
1143
|
--
|
|
1162
1144
|
|
|
1163
|
-
##### [page_class](https://github.com/appium/ruby_lib/blob/
|
|
1145
|
+
##### [page_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L126) common
|
|
1164
1146
|
|
|
1165
1147
|
> def page_class
|
|
1166
1148
|
|
|
@@ -1173,7 +1155,7 @@ __Returns:__
|
|
|
1173
1155
|
|
|
1174
1156
|
--
|
|
1175
1157
|
|
|
1176
|
-
##### [source](https://github.com/appium/ruby_lib/blob/
|
|
1158
|
+
##### [source](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L133) common
|
|
1177
1159
|
|
|
1178
1160
|
> def source
|
|
1179
1161
|
|
|
@@ -1185,7 +1167,7 @@ __Returns:__
|
|
|
1185
1167
|
|
|
1186
1168
|
--
|
|
1187
1169
|
|
|
1188
|
-
##### [get_source](https://github.com/appium/ruby_lib/blob/
|
|
1170
|
+
##### [get_source](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L140) common
|
|
1189
1171
|
|
|
1190
1172
|
> def get_source
|
|
1191
1173
|
|
|
@@ -1198,7 +1180,7 @@ __Returns:__
|
|
|
1198
1180
|
|
|
1199
1181
|
--
|
|
1200
1182
|
|
|
1201
|
-
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/
|
|
1183
|
+
##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L150) common
|
|
1202
1184
|
|
|
1203
1185
|
> def px_to_window_rel(opts = {}, driver = $driver)
|
|
1204
1186
|
|
|
@@ -1206,7 +1188,7 @@ Converts pixel values to window relative values
|
|
|
1206
1188
|
|
|
1207
1189
|
--
|
|
1208
1190
|
|
|
1209
|
-
##### [xml_keys](https://github.com/appium/ruby_lib/blob/
|
|
1191
|
+
##### [xml_keys](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L169) common
|
|
1210
1192
|
|
|
1211
1193
|
> def xml_keys(target)
|
|
1212
1194
|
|
|
@@ -1222,7 +1204,7 @@ __Returns:__
|
|
|
1222
1204
|
|
|
1223
1205
|
--
|
|
1224
1206
|
|
|
1225
|
-
##### [xml_values](https://github.com/appium/ruby_lib/blob/
|
|
1207
|
+
##### [xml_values](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L177) common
|
|
1226
1208
|
|
|
1227
1209
|
> def xml_values(target)
|
|
1228
1210
|
|
|
@@ -1238,7 +1220,7 @@ __Returns:__
|
|
|
1238
1220
|
|
|
1239
1221
|
--
|
|
1240
1222
|
|
|
1241
|
-
##### [resolve_id](https://github.com/appium/ruby_lib/blob/
|
|
1223
|
+
##### [resolve_id](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L185) common
|
|
1242
1224
|
|
|
1243
1225
|
> def resolve_id(id)
|
|
1244
1226
|
|
|
@@ -1254,7 +1236,7 @@ __Returns:__
|
|
|
1254
1236
|
|
|
1255
1237
|
--
|
|
1256
1238
|
|
|
1257
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
|
1239
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L192) common
|
|
1258
1240
|
|
|
1259
1241
|
> def filter
|
|
1260
1242
|
|
|
@@ -1262,7 +1244,7 @@ Returns the value of attribute filter
|
|
|
1262
1244
|
|
|
1263
1245
|
--
|
|
1264
1246
|
|
|
1265
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
|
1247
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L195) common
|
|
1266
1248
|
|
|
1267
1249
|
> def filter=(value)
|
|
1268
1250
|
|
|
@@ -1270,7 +1252,7 @@ convert to string to support symbols
|
|
|
1270
1252
|
|
|
1271
1253
|
--
|
|
1272
1254
|
|
|
1273
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1255
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L202) common
|
|
1274
1256
|
|
|
1275
1257
|
> def initialize
|
|
1276
1258
|
|
|
@@ -1282,7 +1264,7 @@ __Returns:__
|
|
|
1282
1264
|
|
|
1283
1265
|
--
|
|
1284
1266
|
|
|
1285
|
-
##### [reset](https://github.com/appium/ruby_lib/blob/
|
|
1267
|
+
##### [reset](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L207) common
|
|
1286
1268
|
|
|
1287
1269
|
> def reset
|
|
1288
1270
|
|
|
@@ -1290,7 +1272,7 @@ __Returns:__
|
|
|
1290
1272
|
|
|
1291
1273
|
--
|
|
1292
1274
|
|
|
1293
|
-
##### [result](https://github.com/appium/ruby_lib/blob/
|
|
1275
|
+
##### [result](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L213) common
|
|
1294
1276
|
|
|
1295
1277
|
> def result
|
|
1296
1278
|
|
|
@@ -1298,7 +1280,7 @@ __Returns:__
|
|
|
1298
1280
|
|
|
1299
1281
|
--
|
|
1300
1282
|
|
|
1301
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
|
1283
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L226) common
|
|
1302
1284
|
|
|
1303
1285
|
> def start_element(name, attrs = [])
|
|
1304
1286
|
|
|
@@ -1306,7 +1288,7 @@ __Returns:__
|
|
|
1306
1288
|
|
|
1307
1289
|
--
|
|
1308
1290
|
|
|
1309
|
-
##### [end_element](https://github.com/appium/ruby_lib/blob/
|
|
1291
|
+
##### [end_element](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L236) common
|
|
1310
1292
|
|
|
1311
1293
|
> def end_element(name)
|
|
1312
1294
|
|
|
@@ -1314,7 +1296,7 @@ __Returns:__
|
|
|
1314
1296
|
|
|
1315
1297
|
--
|
|
1316
1298
|
|
|
1317
|
-
##### [characters](https://github.com/appium/ruby_lib/blob/
|
|
1299
|
+
##### [characters](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/helper.rb#L243) common
|
|
1318
1300
|
|
|
1319
1301
|
> def characters(chars)
|
|
1320
1302
|
|
|
@@ -1322,7 +1304,7 @@ __Returns:__
|
|
|
1322
1304
|
|
|
1323
1305
|
--
|
|
1324
1306
|
|
|
1325
|
-
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/
|
|
1307
|
+
##### [DEFAULT_HEADERS](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/http_client.rb#L8) common
|
|
1326
1308
|
|
|
1327
1309
|
> DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze
|
|
1328
1310
|
|
|
@@ -1330,7 +1312,7 @@ Default HTTP client inherit Appium::Core::Base::Http::Default, but has different
|
|
|
1330
1312
|
|
|
1331
1313
|
--
|
|
1332
1314
|
|
|
1333
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
|
1315
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/multi_touch.rb#L51) common
|
|
1334
1316
|
|
|
1335
1317
|
> def pinch(percentage = 25, auto_perform = true, driver = $driver)
|
|
1336
1318
|
|
|
@@ -1350,7 +1332,7 @@ __Parameters:__
|
|
|
1350
1332
|
|
|
1351
1333
|
--
|
|
1352
1334
|
|
|
1353
|
-
##### [zoom](https://github.com/appium/ruby_lib/blob/
|
|
1335
|
+
##### [zoom](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/multi_touch.rb#L94) common
|
|
1354
1336
|
|
|
1355
1337
|
> def zoom(percentage = 200, auto_perform = true, driver = $driver)
|
|
1356
1338
|
|
|
@@ -1370,7 +1352,7 @@ __Parameters:__
|
|
|
1370
1352
|
|
|
1371
1353
|
--
|
|
1372
1354
|
|
|
1373
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1355
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/multi_touch.rb#L180) common
|
|
1374
1356
|
|
|
1375
1357
|
> def initialize(driver = $driver)
|
|
1376
1358
|
|
|
@@ -1382,7 +1364,7 @@ __Returns:__
|
|
|
1382
1364
|
|
|
1383
1365
|
--
|
|
1384
1366
|
|
|
1385
|
-
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/
|
|
1367
|
+
##### [COMPLEX_ACTIONS](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/touch_actions.rb#L33) common
|
|
1386
1368
|
|
|
1387
1369
|
> COMPLEX_ACTIONS = ::Appium::Core::TouchAction::COMPLEX_ACTIONS
|
|
1388
1370
|
|
|
@@ -1390,7 +1372,7 @@ __Returns:__
|
|
|
1390
1372
|
|
|
1391
1373
|
--
|
|
1392
1374
|
|
|
1393
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1375
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/touch_actions.rb#L48) common
|
|
1394
1376
|
|
|
1395
1377
|
> def initialize(driver = $driver)
|
|
1396
1378
|
|
|
@@ -1402,7 +1384,7 @@ __Returns:__
|
|
|
1402
1384
|
|
|
1403
1385
|
--
|
|
1404
1386
|
|
|
1405
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
|
1387
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/touch_actions.rb#L52) common
|
|
1406
1388
|
|
|
1407
1389
|
> def swipe(opts)
|
|
1408
1390
|
|
|
@@ -1410,7 +1392,7 @@ __Returns:__
|
|
|
1410
1392
|
|
|
1411
1393
|
--
|
|
1412
1394
|
|
|
1413
|
-
##### [initialize](https://github.com/appium/ruby_lib/blob/
|
|
1395
|
+
##### [initialize](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/command/ws_logcat.rb#L5) common
|
|
1414
1396
|
|
|
1415
1397
|
> def initialize(url:, output_file: 'logcat.log')
|
|
1416
1398
|
|
|
@@ -1422,7 +1404,7 @@ __Returns:__
|
|
|
1422
1404
|
|
|
1423
1405
|
--
|
|
1424
1406
|
|
|
1425
|
-
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/
|
|
1407
|
+
##### [handle_message_data](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/common/command/ws_logcat.rb#L10) common
|
|
1426
1408
|
|
|
1427
1409
|
> def handle_message_data(data)
|
|
1428
1410
|
|
|
@@ -1430,7 +1412,7 @@ __Returns:__
|
|
|
1430
1412
|
|
|
1431
1413
|
--
|
|
1432
1414
|
|
|
1433
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
|
1415
|
+
##### [for](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/ios.rb#L15) ios
|
|
1434
1416
|
|
|
1435
1417
|
> def self.for(target)
|
|
1436
1418
|
|
|
@@ -1438,7 +1420,7 @@ __Returns:__
|
|
|
1438
1420
|
|
|
1439
1421
|
--
|
|
1440
1422
|
|
|
1441
|
-
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/
|
|
1423
|
+
##### [UIAStaticText](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L4) ios
|
|
1442
1424
|
|
|
1443
1425
|
> UIAStaticText = 'UIAStaticText'.freeze
|
|
1444
1426
|
|
|
@@ -1446,7 +1428,7 @@ __Returns:__
|
|
|
1446
1428
|
|
|
1447
1429
|
--
|
|
1448
1430
|
|
|
1449
|
-
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/
|
|
1431
|
+
##### [XCUIElementTypeStaticText](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L5) ios
|
|
1450
1432
|
|
|
1451
1433
|
> XCUIElementTypeStaticText = 'XCUIElementTypeStaticText'.freeze
|
|
1452
1434
|
|
|
@@ -1454,7 +1436,7 @@ __Returns:__
|
|
|
1454
1436
|
|
|
1455
1437
|
--
|
|
1456
1438
|
|
|
1457
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
|
1439
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L8) ios
|
|
1458
1440
|
|
|
1459
1441
|
> def static_text_class
|
|
1460
1442
|
|
|
@@ -1466,7 +1448,7 @@ __Returns:__
|
|
|
1466
1448
|
|
|
1467
1449
|
--
|
|
1468
1450
|
|
|
1469
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
|
1451
|
+
##### [text](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L16) ios
|
|
1470
1452
|
|
|
1471
1453
|
> def text(value)
|
|
1472
1454
|
|
|
@@ -1483,7 +1465,7 @@ __Returns:__
|
|
|
1483
1465
|
|
|
1484
1466
|
--
|
|
1485
1467
|
|
|
1486
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
|
1468
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L26) ios
|
|
1487
1469
|
|
|
1488
1470
|
> def texts(value = false)
|
|
1489
1471
|
|
|
@@ -1500,7 +1482,7 @@ __Returns:__
|
|
|
1500
1482
|
|
|
1501
1483
|
--
|
|
1502
1484
|
|
|
1503
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
|
1485
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L34) ios
|
|
1504
1486
|
|
|
1505
1487
|
> def first_text
|
|
1506
1488
|
|
|
@@ -1512,7 +1494,7 @@ __Returns:__
|
|
|
1512
1494
|
|
|
1513
1495
|
--
|
|
1514
1496
|
|
|
1515
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
|
1497
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L40) ios
|
|
1516
1498
|
|
|
1517
1499
|
> def last_text
|
|
1518
1500
|
|
|
@@ -1524,7 +1506,7 @@ __Returns:__
|
|
|
1524
1506
|
|
|
1525
1507
|
--
|
|
1526
1508
|
|
|
1527
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
|
1509
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L47) ios
|
|
1528
1510
|
|
|
1529
1511
|
> def text_exact(value)
|
|
1530
1512
|
|
|
@@ -1540,7 +1522,7 @@ __Returns:__
|
|
|
1540
1522
|
|
|
1541
1523
|
--
|
|
1542
1524
|
|
|
1543
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
|
1525
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/text.rb#L54) ios
|
|
1544
1526
|
|
|
1545
1527
|
> def texts_exact(value)
|
|
1546
1528
|
|
|
@@ -1556,7 +1538,7 @@ __Returns:__
|
|
|
1556
1538
|
|
|
1557
1539
|
--
|
|
1558
1540
|
|
|
1559
|
-
##### [filter](https://github.com/appium/ruby_lib/blob/
|
|
1541
|
+
##### [filter](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L5) ios
|
|
1560
1542
|
|
|
1561
1543
|
> def filter
|
|
1562
1544
|
|
|
@@ -1564,7 +1546,7 @@ Returns the value of attribute filter
|
|
|
1564
1546
|
|
|
1565
1547
|
--
|
|
1566
1548
|
|
|
1567
|
-
##### [filter=](https://github.com/appium/ruby_lib/blob/
|
|
1549
|
+
##### [filter=](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L5) ios
|
|
1568
1550
|
|
|
1569
1551
|
> def filter=(value)
|
|
1570
1552
|
|
|
@@ -1576,7 +1558,7 @@ __Parameters:__
|
|
|
1576
1558
|
|
|
1577
1559
|
--
|
|
1578
1560
|
|
|
1579
|
-
##### [start_element](https://github.com/appium/ruby_lib/blob/
|
|
1561
|
+
##### [start_element](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L7) ios
|
|
1580
1562
|
|
|
1581
1563
|
> def start_element(type, attrs = [])
|
|
1582
1564
|
|
|
@@ -1584,7 +1566,7 @@ __Parameters:__
|
|
|
1584
1566
|
|
|
1585
1567
|
--
|
|
1586
1568
|
|
|
1587
|
-
##### [ios_password](https://github.com/appium/ruby_lib/blob/
|
|
1569
|
+
##### [ios_password](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L43) ios
|
|
1588
1570
|
|
|
1589
1571
|
> def ios_password(length = 1)
|
|
1590
1572
|
|
|
@@ -1602,7 +1584,7 @@ __Returns:__
|
|
|
1602
1584
|
|
|
1603
1585
|
--
|
|
1604
1586
|
|
|
1605
|
-
##### [page](https://github.com/appium/ruby_lib/blob/
|
|
1587
|
+
##### [page](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L59) ios
|
|
1606
1588
|
|
|
1607
1589
|
> def page(opts = {})
|
|
1608
1590
|
|
|
@@ -1620,7 +1602,7 @@ __Returns:__
|
|
|
1620
1602
|
|
|
1621
1603
|
--
|
|
1622
1604
|
|
|
1623
|
-
##### [id](https://github.com/appium/ruby_lib/blob/
|
|
1605
|
+
##### [id](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L86) ios
|
|
1624
1606
|
|
|
1625
1607
|
> def id(id)
|
|
1626
1608
|
|
|
@@ -1636,7 +1618,7 @@ __Returns:__
|
|
|
1636
1618
|
|
|
1637
1619
|
--
|
|
1638
1620
|
|
|
1639
|
-
##### [ele_index](https://github.com/appium/ruby_lib/blob/
|
|
1621
|
+
##### [ele_index](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L94) ios
|
|
1640
1622
|
|
|
1641
1623
|
> def ele_index(class_name, index)
|
|
1642
1624
|
|
|
@@ -1654,7 +1636,7 @@ __Returns:__
|
|
|
1654
1636
|
|
|
1655
1637
|
--
|
|
1656
1638
|
|
|
1657
|
-
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/
|
|
1639
|
+
##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L124) ios
|
|
1658
1640
|
|
|
1659
1641
|
> def find_ele_by_attr(class_name, attr, value)
|
|
1660
1642
|
|
|
@@ -1676,7 +1658,7 @@ __Returns:__
|
|
|
1676
1658
|
|
|
1677
1659
|
--
|
|
1678
1660
|
|
|
1679
|
-
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/
|
|
1661
|
+
##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L135) ios
|
|
1680
1662
|
|
|
1681
1663
|
> def find_eles_by_attr(class_name, attr, value)
|
|
1682
1664
|
|
|
@@ -1698,7 +1680,7 @@ __Returns:__
|
|
|
1698
1680
|
|
|
1699
1681
|
--
|
|
1700
1682
|
|
|
1701
|
-
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/
|
|
1683
|
+
##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L148) ios
|
|
1702
1684
|
|
|
1703
1685
|
> def find_ele_by_predicate(class_name: '*', value:)
|
|
1704
1686
|
|
|
@@ -1715,7 +1697,7 @@ __Returns:__
|
|
|
1715
1697
|
|
|
1716
1698
|
--
|
|
1717
1699
|
|
|
1718
|
-
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/
|
|
1700
|
+
##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L160) ios
|
|
1719
1701
|
|
|
1720
1702
|
> def find_eles_by_predicate(class_name: '*', value:)
|
|
1721
1703
|
|
|
@@ -1734,7 +1716,7 @@ __Returns:__
|
|
|
1734
1716
|
|
|
1735
1717
|
--
|
|
1736
1718
|
|
|
1737
|
-
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
|
1719
|
+
##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L176) ios
|
|
1738
1720
|
|
|
1739
1721
|
> def find_ele_by_attr_include(class_name, attr, value)
|
|
1740
1722
|
|
|
@@ -1755,7 +1737,7 @@ __Returns:__
|
|
|
1755
1737
|
|
|
1756
1738
|
--
|
|
1757
1739
|
|
|
1758
|
-
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/
|
|
1740
|
+
##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L186) ios
|
|
1759
1741
|
|
|
1760
1742
|
> def find_eles_by_attr_include(class_name, attr, value)
|
|
1761
1743
|
|
|
@@ -1776,7 +1758,7 @@ __Returns:__
|
|
|
1776
1758
|
|
|
1777
1759
|
--
|
|
1778
1760
|
|
|
1779
|
-
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
|
1761
|
+
##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L194) ios
|
|
1780
1762
|
|
|
1781
1763
|
> def find_ele_by_predicate_include(class_name: '*', value:)
|
|
1782
1764
|
|
|
@@ -1793,7 +1775,7 @@ __Returns:__
|
|
|
1793
1775
|
|
|
1794
1776
|
--
|
|
1795
1777
|
|
|
1796
|
-
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/
|
|
1778
|
+
##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L206) ios
|
|
1797
1779
|
|
|
1798
1780
|
> def find_eles_by_predicate_include(class_name: '*', value:)
|
|
1799
1781
|
|
|
@@ -1812,7 +1794,7 @@ __Returns:__
|
|
|
1812
1794
|
|
|
1813
1795
|
--
|
|
1814
1796
|
|
|
1815
|
-
##### [first_ele](https://github.com/appium/ruby_lib/blob/
|
|
1797
|
+
##### [first_ele](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L219) ios
|
|
1816
1798
|
|
|
1817
1799
|
> def first_ele(class_name)
|
|
1818
1800
|
|
|
@@ -1828,7 +1810,7 @@ __Returns:__
|
|
|
1828
1810
|
|
|
1829
1811
|
--
|
|
1830
1812
|
|
|
1831
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
|
1813
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L226) ios
|
|
1832
1814
|
|
|
1833
1815
|
> def last_ele(class_name)
|
|
1834
1816
|
|
|
@@ -1844,7 +1826,7 @@ __Returns:__
|
|
|
1844
1826
|
|
|
1845
1827
|
--
|
|
1846
1828
|
|
|
1847
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
|
1829
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L234) ios
|
|
1848
1830
|
|
|
1849
1831
|
> def tag(class_name)
|
|
1850
1832
|
|
|
@@ -1860,7 +1842,7 @@ __Returns:__
|
|
|
1860
1842
|
|
|
1861
1843
|
--
|
|
1862
1844
|
|
|
1863
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
|
1845
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L242) ios
|
|
1864
1846
|
|
|
1865
1847
|
> def tags(class_name)
|
|
1866
1848
|
|
|
@@ -1876,7 +1858,7 @@ __Returns:__
|
|
|
1876
1858
|
|
|
1877
1859
|
--
|
|
1878
1860
|
|
|
1879
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
|
1861
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L253) ios
|
|
1880
1862
|
|
|
1881
1863
|
> def tags_include(class_names:, value: nil)
|
|
1882
1864
|
|
|
@@ -1896,7 +1878,7 @@ __Returns:__
|
|
|
1896
1878
|
|
|
1897
1879
|
--
|
|
1898
1880
|
|
|
1899
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
|
1881
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L268) ios
|
|
1900
1882
|
|
|
1901
1883
|
> def tags_exact(class_names:, value: nil)
|
|
1902
1884
|
|
|
@@ -1916,7 +1898,7 @@ __Returns:__
|
|
|
1916
1898
|
|
|
1917
1899
|
--
|
|
1918
1900
|
|
|
1919
|
-
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
|
1901
|
+
##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L305) ios
|
|
1920
1902
|
|
|
1921
1903
|
> def ele_by_json_visible_contains(element, value)
|
|
1922
1904
|
|
|
@@ -1935,7 +1917,7 @@ __Returns:__
|
|
|
1935
1917
|
|
|
1936
1918
|
--
|
|
1937
1919
|
|
|
1938
|
-
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/
|
|
1920
|
+
##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L314) ios
|
|
1939
1921
|
|
|
1940
1922
|
> def eles_by_json_visible_contains(element, value)
|
|
1941
1923
|
|
|
@@ -1954,7 +1936,7 @@ __Returns:__
|
|
|
1954
1936
|
|
|
1955
1937
|
--
|
|
1956
1938
|
|
|
1957
|
-
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
|
1939
|
+
##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L344) ios
|
|
1958
1940
|
|
|
1959
1941
|
> def ele_by_json_visible_exact(element, value)
|
|
1960
1942
|
|
|
@@ -1973,7 +1955,7 @@ __Returns:__
|
|
|
1973
1955
|
|
|
1974
1956
|
--
|
|
1975
1957
|
|
|
1976
|
-
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/
|
|
1958
|
+
##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L353) ios
|
|
1977
1959
|
|
|
1978
1960
|
> def eles_by_json_visible_exact(element, value)
|
|
1979
1961
|
|
|
@@ -1992,7 +1974,7 @@ __Returns:__
|
|
|
1992
1974
|
|
|
1993
1975
|
--
|
|
1994
1976
|
|
|
1995
|
-
##### [_all_pred](https://github.com/appium/ruby_lib/blob/
|
|
1977
|
+
##### [_all_pred](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L362) ios
|
|
1996
1978
|
|
|
1997
1979
|
> def _all_pred(opts)
|
|
1998
1980
|
|
|
@@ -2002,7 +1984,7 @@ visible - if true, only visible elements are returned. default true
|
|
|
2002
1984
|
|
|
2003
1985
|
--
|
|
2004
1986
|
|
|
2005
|
-
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/
|
|
1987
|
+
##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L376) ios
|
|
2006
1988
|
|
|
2007
1989
|
> def ele_with_pred(opts)
|
|
2008
1990
|
|
|
@@ -2018,7 +2000,7 @@ __Returns:__
|
|
|
2018
2000
|
|
|
2019
2001
|
--
|
|
2020
2002
|
|
|
2021
|
-
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/
|
|
2003
|
+
##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L387) ios
|
|
2022
2004
|
|
|
2023
2005
|
> def eles_with_pred(opts)
|
|
2024
2006
|
|
|
@@ -2034,7 +2016,7 @@ __Returns:__
|
|
|
2034
2016
|
|
|
2035
2017
|
--
|
|
2036
2018
|
|
|
2037
|
-
##### [_validate_object](https://github.com/appium/ruby_lib/blob/
|
|
2019
|
+
##### [_validate_object](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L391) ios
|
|
2038
2020
|
|
|
2039
2021
|
> def _validate_object(*objects)
|
|
2040
2022
|
|
|
@@ -2042,7 +2024,7 @@ __Returns:__
|
|
|
2042
2024
|
|
|
2043
2025
|
--
|
|
2044
2026
|
|
|
2045
|
-
##### [_by_json](https://github.com/appium/ruby_lib/blob/
|
|
2027
|
+
##### [_by_json](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L441) ios
|
|
2046
2028
|
|
|
2047
2029
|
> def _by_json(opts)
|
|
2048
2030
|
|
|
@@ -2077,7 +2059,7 @@ opts = {
|
|
|
2077
2059
|
|
|
2078
2060
|
--
|
|
2079
2061
|
|
|
2080
|
-
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/
|
|
2062
|
+
##### [eles_by_json](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L491) ios
|
|
2081
2063
|
|
|
2082
2064
|
> def eles_by_json(opts)
|
|
2083
2065
|
|
|
@@ -2096,7 +2078,7 @@ eles_by_json({
|
|
|
2096
2078
|
|
|
2097
2079
|
--
|
|
2098
2080
|
|
|
2099
|
-
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/
|
|
2081
|
+
##### [ele_by_json](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/common/helper.rb#L497) ios
|
|
2100
2082
|
|
|
2101
2083
|
> def ele_by_json(opts)
|
|
2102
2084
|
|
|
@@ -2104,7 +2086,7 @@ see eles_by_json
|
|
|
2104
2086
|
|
|
2105
2087
|
--
|
|
2106
2088
|
|
|
2107
|
-
##### [alert_accept](https://github.com/appium/ruby_lib/blob/
|
|
2089
|
+
##### [alert_accept](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/alert.rb#L5) ios
|
|
2108
2090
|
|
|
2109
2091
|
> def alert_accept
|
|
2110
2092
|
|
|
@@ -2116,7 +2098,7 @@ __Returns:__
|
|
|
2116
2098
|
|
|
2117
2099
|
--
|
|
2118
2100
|
|
|
2119
|
-
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/
|
|
2101
|
+
##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/alert.rb#L13) ios
|
|
2120
2102
|
|
|
2121
2103
|
> def alert_dismiss
|
|
2122
2104
|
|
|
@@ -2128,7 +2110,7 @@ __Returns:__
|
|
|
2128
2110
|
|
|
2129
2111
|
--
|
|
2130
2112
|
|
|
2131
|
-
##### [UIAButton](https://github.com/appium/ruby_lib/blob/
|
|
2113
|
+
##### [UIAButton](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L4) ios
|
|
2132
2114
|
|
|
2133
2115
|
> UIAButton = 'UIAButton'.freeze
|
|
2134
2116
|
|
|
@@ -2136,7 +2118,7 @@ __Returns:__
|
|
|
2136
2118
|
|
|
2137
2119
|
--
|
|
2138
2120
|
|
|
2139
|
-
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/
|
|
2121
|
+
##### [XCUIElementTypeButton](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L5) ios
|
|
2140
2122
|
|
|
2141
2123
|
> XCUIElementTypeButton = 'XCUIElementTypeButton'.freeze
|
|
2142
2124
|
|
|
@@ -2144,7 +2126,7 @@ __Returns:__
|
|
|
2144
2126
|
|
|
2145
2127
|
--
|
|
2146
2128
|
|
|
2147
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
|
2129
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L8) ios
|
|
2148
2130
|
|
|
2149
2131
|
> def button_class
|
|
2150
2132
|
|
|
@@ -2156,7 +2138,7 @@ __Returns:__
|
|
|
2156
2138
|
|
|
2157
2139
|
--
|
|
2158
2140
|
|
|
2159
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
|
2141
|
+
##### [button](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L16) ios
|
|
2160
2142
|
|
|
2161
2143
|
> def button(value)
|
|
2162
2144
|
|
|
@@ -2173,7 +2155,7 @@ __Returns:__
|
|
|
2173
2155
|
|
|
2174
2156
|
--
|
|
2175
2157
|
|
|
2176
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
|
2158
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L27) ios
|
|
2177
2159
|
|
|
2178
2160
|
> def buttons(value = false)
|
|
2179
2161
|
|
|
@@ -2190,7 +2172,7 @@ __Returns:__
|
|
|
2190
2172
|
|
|
2191
2173
|
--
|
|
2192
2174
|
|
|
2193
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
|
2175
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L35) ios
|
|
2194
2176
|
|
|
2195
2177
|
> def first_button
|
|
2196
2178
|
|
|
@@ -2202,7 +2184,7 @@ __Returns:__
|
|
|
2202
2184
|
|
|
2203
2185
|
--
|
|
2204
2186
|
|
|
2205
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
|
2187
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L43) ios
|
|
2206
2188
|
|
|
2207
2189
|
> def last_button
|
|
2208
2190
|
|
|
@@ -2216,7 +2198,7 @@ __Returns:__
|
|
|
2216
2198
|
|
|
2217
2199
|
--
|
|
2218
2200
|
|
|
2219
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
|
2201
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L50) ios
|
|
2220
2202
|
|
|
2221
2203
|
> def button_exact(value)
|
|
2222
2204
|
|
|
@@ -2232,7 +2214,7 @@ __Returns:__
|
|
|
2232
2214
|
|
|
2233
2215
|
--
|
|
2234
2216
|
|
|
2235
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
|
2217
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/button.rb#L57) ios
|
|
2236
2218
|
|
|
2237
2219
|
> def buttons_exact(value)
|
|
2238
2220
|
|
|
@@ -2248,7 +2230,7 @@ __Returns:__
|
|
|
2248
2230
|
|
|
2249
2231
|
--
|
|
2250
2232
|
|
|
2251
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
|
2233
|
+
##### [find](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/generic.rb#L6) ios
|
|
2252
2234
|
|
|
2253
2235
|
> def find(value)
|
|
2254
2236
|
|
|
@@ -2264,7 +2246,7 @@ __Returns:__
|
|
|
2264
2246
|
|
|
2265
2247
|
--
|
|
2266
2248
|
|
|
2267
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
|
2249
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/generic.rb#L13) ios
|
|
2268
2250
|
|
|
2269
2251
|
> def finds(value)
|
|
2270
2252
|
|
|
@@ -2280,7 +2262,7 @@ __Returns:__
|
|
|
2280
2262
|
|
|
2281
2263
|
--
|
|
2282
2264
|
|
|
2283
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
|
2265
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/generic.rb#L20) ios
|
|
2284
2266
|
|
|
2285
2267
|
> def find_exact(value)
|
|
2286
2268
|
|
|
@@ -2296,7 +2278,7 @@ __Returns:__
|
|
|
2296
2278
|
|
|
2297
2279
|
--
|
|
2298
2280
|
|
|
2299
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
|
2281
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/generic.rb#L27) ios
|
|
2300
2282
|
|
|
2301
2283
|
> def finds_exact(value)
|
|
2302
2284
|
|
|
@@ -2312,7 +2294,7 @@ __Returns:__
|
|
|
2312
2294
|
|
|
2313
2295
|
--
|
|
2314
2296
|
|
|
2315
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
|
2297
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/generic.rb#L33) ios
|
|
2316
2298
|
|
|
2317
2299
|
> def raise_error_if_no_element(element)
|
|
2318
2300
|
|
|
@@ -2320,7 +2302,7 @@ __Returns:__
|
|
|
2320
2302
|
|
|
2321
2303
|
--
|
|
2322
2304
|
|
|
2323
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
|
2305
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/generic.rb#L41) ios
|
|
2324
2306
|
|
|
2325
2307
|
> def select_visible_elements(elements)
|
|
2326
2308
|
|
|
@@ -2328,7 +2310,7 @@ Return visible elements.
|
|
|
2328
2310
|
|
|
2329
2311
|
--
|
|
2330
2312
|
|
|
2331
|
-
##### [for](https://github.com/appium/ruby_lib/blob/
|
|
2313
|
+
##### [for](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/bridge.rb#L7) ios
|
|
2332
2314
|
|
|
2333
2315
|
> def self.for(target)
|
|
2334
2316
|
|
|
@@ -2336,7 +2318,7 @@ Return visible elements.
|
|
|
2336
2318
|
|
|
2337
2319
|
--
|
|
2338
2320
|
|
|
2339
|
-
##### [last_ele](https://github.com/appium/ruby_lib/blob/
|
|
2321
|
+
##### [last_ele](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/helper.rb#L26) ios
|
|
2340
2322
|
|
|
2341
2323
|
> def last_ele(class_name)
|
|
2342
2324
|
|
|
@@ -2352,7 +2334,7 @@ __Returns:__
|
|
|
2352
2334
|
|
|
2353
2335
|
--
|
|
2354
2336
|
|
|
2355
|
-
##### [tag](https://github.com/appium/ruby_lib/blob/
|
|
2337
|
+
##### [tag](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/helper.rb#L37) ios
|
|
2356
2338
|
|
|
2357
2339
|
> def tag(class_name)
|
|
2358
2340
|
|
|
@@ -2368,7 +2350,7 @@ __Returns:__
|
|
|
2368
2350
|
|
|
2369
2351
|
--
|
|
2370
2352
|
|
|
2371
|
-
##### [tags](https://github.com/appium/ruby_lib/blob/
|
|
2353
|
+
##### [tags](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/helper.rb#L45) ios
|
|
2372
2354
|
|
|
2373
2355
|
> def tags(class_name)
|
|
2374
2356
|
|
|
@@ -2384,7 +2366,7 @@ __Returns:__
|
|
|
2384
2366
|
|
|
2385
2367
|
--
|
|
2386
2368
|
|
|
2387
|
-
##### [tags_include](https://github.com/appium/ruby_lib/blob/
|
|
2369
|
+
##### [tags_include](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/helper.rb#L57) ios
|
|
2388
2370
|
|
|
2389
2371
|
> def tags_include(class_names:, value: nil)
|
|
2390
2372
|
|
|
@@ -2404,7 +2386,7 @@ __Returns:__
|
|
|
2404
2386
|
|
|
2405
2387
|
--
|
|
2406
2388
|
|
|
2407
|
-
##### [tags_exact](https://github.com/appium/ruby_lib/blob/
|
|
2389
|
+
##### [tags_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/helper.rb#L79) ios
|
|
2408
2390
|
|
|
2409
2391
|
> def tags_exact(class_names:, value: nil)
|
|
2410
2392
|
|
|
@@ -2424,7 +2406,7 @@ __Returns:__
|
|
|
2424
2406
|
|
|
2425
2407
|
--
|
|
2426
2408
|
|
|
2427
|
-
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
|
2409
|
+
##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command.rb#L19) ios
|
|
2428
2410
|
|
|
2429
2411
|
> def start_logs_broadcast(syslog_file = 'syslog.log')
|
|
2430
2412
|
|
|
@@ -2436,7 +2418,7 @@ __Parameters:__
|
|
|
2436
2418
|
|
|
2437
2419
|
--
|
|
2438
2420
|
|
|
2439
|
-
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/
|
|
2421
|
+
##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command.rb#L32) ios
|
|
2440
2422
|
|
|
2441
2423
|
> def stop_logs_broadcast
|
|
2442
2424
|
|
|
@@ -2444,7 +2426,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2444
2426
|
|
|
2445
2427
|
--
|
|
2446
2428
|
|
|
2447
|
-
##### [UIATextField](https://github.com/appium/ruby_lib/blob/
|
|
2429
|
+
##### [UIATextField](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L3) ios
|
|
2448
2430
|
|
|
2449
2431
|
> UIATextField = 'UIATextField'.freeze
|
|
2450
2432
|
|
|
@@ -2452,7 +2434,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2452
2434
|
|
|
2453
2435
|
--
|
|
2454
2436
|
|
|
2455
|
-
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/
|
|
2437
|
+
##### [UIASecureTextField](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L4) ios
|
|
2456
2438
|
|
|
2457
2439
|
> UIASecureTextField = 'UIASecureTextField'.freeze
|
|
2458
2440
|
|
|
@@ -2460,7 +2442,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2460
2442
|
|
|
2461
2443
|
--
|
|
2462
2444
|
|
|
2463
|
-
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/
|
|
2445
|
+
##### [XCUIElementTypeTextField](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L6) ios
|
|
2464
2446
|
|
|
2465
2447
|
> XCUIElementTypeTextField = 'XCUIElementTypeTextField'.freeze
|
|
2466
2448
|
|
|
@@ -2468,7 +2450,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2468
2450
|
|
|
2469
2451
|
--
|
|
2470
2452
|
|
|
2471
|
-
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/
|
|
2453
|
+
##### [XCUIElementTypeSecureTextField](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L7) ios
|
|
2472
2454
|
|
|
2473
2455
|
> XCUIElementTypeSecureTextField = 'XCUIElementTypeSecureTextField'.freeze
|
|
2474
2456
|
|
|
@@ -2476,7 +2458,7 @@ Stop iOS syslog broadcast websocket
|
|
|
2476
2458
|
|
|
2477
2459
|
--
|
|
2478
2460
|
|
|
2479
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
|
2461
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L10) ios
|
|
2480
2462
|
|
|
2481
2463
|
> def text_field_class
|
|
2482
2464
|
|
|
@@ -2488,7 +2470,7 @@ __Returns:__
|
|
|
2488
2470
|
|
|
2489
2471
|
--
|
|
2490
2472
|
|
|
2491
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
|
2473
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L15) ios
|
|
2492
2474
|
|
|
2493
2475
|
> def secure_text_field_class
|
|
2494
2476
|
|
|
@@ -2500,7 +2482,7 @@ __Returns:__
|
|
|
2500
2482
|
|
|
2501
2483
|
--
|
|
2502
2484
|
|
|
2503
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
|
2485
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L24) ios
|
|
2504
2486
|
|
|
2505
2487
|
> def textfield(value)
|
|
2506
2488
|
|
|
@@ -2518,7 +2500,7 @@ __Returns:__
|
|
|
2518
2500
|
|
|
2519
2501
|
--
|
|
2520
2502
|
|
|
2521
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
|
2503
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L43) ios
|
|
2522
2504
|
|
|
2523
2505
|
> def textfields(value = false)
|
|
2524
2506
|
|
|
@@ -2535,7 +2517,7 @@ __Returns:__
|
|
|
2535
2517
|
|
|
2536
2518
|
--
|
|
2537
2519
|
|
|
2538
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
|
2520
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L51) ios
|
|
2539
2521
|
|
|
2540
2522
|
> def first_textfield
|
|
2541
2523
|
|
|
@@ -2547,7 +2529,7 @@ __Returns:__
|
|
|
2547
2529
|
|
|
2548
2530
|
--
|
|
2549
2531
|
|
|
2550
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
|
2532
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L57) ios
|
|
2551
2533
|
|
|
2552
2534
|
> def last_textfield
|
|
2553
2535
|
|
|
@@ -2559,7 +2541,7 @@ __Returns:__
|
|
|
2559
2541
|
|
|
2560
2542
|
--
|
|
2561
2543
|
|
|
2562
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
|
2544
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L67) ios
|
|
2563
2545
|
|
|
2564
2546
|
> def textfield_exact(value)
|
|
2565
2547
|
|
|
@@ -2575,7 +2557,7 @@ __Returns:__
|
|
|
2575
2557
|
|
|
2576
2558
|
--
|
|
2577
2559
|
|
|
2578
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
|
2560
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L74) ios
|
|
2579
2561
|
|
|
2580
2562
|
> def textfields_exact(value)
|
|
2581
2563
|
|
|
@@ -2591,7 +2573,7 @@ __Returns:__
|
|
|
2591
2573
|
|
|
2592
2574
|
--
|
|
2593
2575
|
|
|
2594
|
-
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/
|
|
2576
|
+
##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L81) ios
|
|
2595
2577
|
|
|
2596
2578
|
> def _textfield_visible
|
|
2597
2579
|
|
|
@@ -2599,7 +2581,7 @@ Appium
|
|
|
2599
2581
|
|
|
2600
2582
|
--
|
|
2601
2583
|
|
|
2602
|
-
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/
|
|
2584
|
+
##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L86) ios
|
|
2603
2585
|
|
|
2604
2586
|
> def _textfield_exact_string(value)
|
|
2605
2587
|
|
|
@@ -2607,7 +2589,7 @@ Appium
|
|
|
2607
2589
|
|
|
2608
2590
|
--
|
|
2609
2591
|
|
|
2610
|
-
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/
|
|
2592
|
+
##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/element/textfield.rb#L93) ios
|
|
2611
2593
|
|
|
2612
2594
|
> def _textfield_contains_string(value)
|
|
2613
2595
|
|
|
@@ -2615,7 +2597,7 @@ Appium
|
|
|
2615
2597
|
|
|
2616
2598
|
--
|
|
2617
2599
|
|
|
2618
|
-
##### [static_text_class](https://github.com/appium/ruby_lib/blob/
|
|
2600
|
+
##### [static_text_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/text.rb#L9) ios
|
|
2619
2601
|
|
|
2620
2602
|
> def static_text_class
|
|
2621
2603
|
|
|
@@ -2627,7 +2609,7 @@ __Returns:__
|
|
|
2627
2609
|
|
|
2628
2610
|
--
|
|
2629
2611
|
|
|
2630
|
-
##### [text](https://github.com/appium/ruby_lib/blob/
|
|
2612
|
+
##### [text](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/text.rb#L17) ios
|
|
2631
2613
|
|
|
2632
2614
|
> def text(value)
|
|
2633
2615
|
|
|
@@ -2644,7 +2626,7 @@ __Returns:__
|
|
|
2644
2626
|
|
|
2645
2627
|
--
|
|
2646
2628
|
|
|
2647
|
-
##### [texts](https://github.com/appium/ruby_lib/blob/
|
|
2629
|
+
##### [texts](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/text.rb#L27) ios
|
|
2648
2630
|
|
|
2649
2631
|
> def texts(value = false)
|
|
2650
2632
|
|
|
@@ -2661,7 +2643,7 @@ __Returns:__
|
|
|
2661
2643
|
|
|
2662
2644
|
--
|
|
2663
2645
|
|
|
2664
|
-
##### [first_text](https://github.com/appium/ruby_lib/blob/
|
|
2646
|
+
##### [first_text](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/text.rb#L36) ios
|
|
2665
2647
|
|
|
2666
2648
|
> def first_text
|
|
2667
2649
|
|
|
@@ -2673,7 +2655,7 @@ __Returns:__
|
|
|
2673
2655
|
|
|
2674
2656
|
--
|
|
2675
2657
|
|
|
2676
|
-
##### [last_text](https://github.com/appium/ruby_lib/blob/
|
|
2658
|
+
##### [last_text](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/text.rb#L42) ios
|
|
2677
2659
|
|
|
2678
2660
|
> def last_text
|
|
2679
2661
|
|
|
@@ -2685,7 +2667,7 @@ __Returns:__
|
|
|
2685
2667
|
|
|
2686
2668
|
--
|
|
2687
2669
|
|
|
2688
|
-
##### [text_exact](https://github.com/appium/ruby_lib/blob/
|
|
2670
|
+
##### [text_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/text.rb#L49) ios
|
|
2689
2671
|
|
|
2690
2672
|
> def text_exact(value)
|
|
2691
2673
|
|
|
@@ -2701,7 +2683,7 @@ __Returns:__
|
|
|
2701
2683
|
|
|
2702
2684
|
--
|
|
2703
2685
|
|
|
2704
|
-
##### [texts_exact](https://github.com/appium/ruby_lib/blob/
|
|
2686
|
+
##### [texts_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/text.rb#L56) ios
|
|
2705
2687
|
|
|
2706
2688
|
> def texts_exact(value)
|
|
2707
2689
|
|
|
@@ -2717,7 +2699,7 @@ __Returns:__
|
|
|
2717
2699
|
|
|
2718
2700
|
--
|
|
2719
2701
|
|
|
2720
|
-
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/
|
|
2702
|
+
##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/source.rb#L11) ios
|
|
2721
2703
|
|
|
2722
2704
|
> def xcuitest_source(format: :xml)
|
|
2723
2705
|
|
|
@@ -2733,7 +2715,7 @@ xcuitest_source format: :json
|
|
|
2733
2715
|
|
|
2734
2716
|
--
|
|
2735
2717
|
|
|
2736
|
-
##### [button_class](https://github.com/appium/ruby_lib/blob/
|
|
2718
|
+
##### [button_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/button.rb#L9) ios
|
|
2737
2719
|
|
|
2738
2720
|
> def button_class
|
|
2739
2721
|
|
|
@@ -2745,7 +2727,7 @@ __Returns:__
|
|
|
2745
2727
|
|
|
2746
2728
|
--
|
|
2747
2729
|
|
|
2748
|
-
##### [button](https://github.com/appium/ruby_lib/blob/
|
|
2730
|
+
##### [button](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/button.rb#L17) ios
|
|
2749
2731
|
|
|
2750
2732
|
> def button(value)
|
|
2751
2733
|
|
|
@@ -2762,7 +2744,7 @@ __Returns:__
|
|
|
2762
2744
|
|
|
2763
2745
|
--
|
|
2764
2746
|
|
|
2765
|
-
##### [buttons](https://github.com/appium/ruby_lib/blob/
|
|
2747
|
+
##### [buttons](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/button.rb#L28) ios
|
|
2766
2748
|
|
|
2767
2749
|
> def buttons(value = false)
|
|
2768
2750
|
|
|
@@ -2779,7 +2761,7 @@ __Returns:__
|
|
|
2779
2761
|
|
|
2780
2762
|
--
|
|
2781
2763
|
|
|
2782
|
-
##### [first_button](https://github.com/appium/ruby_lib/blob/
|
|
2764
|
+
##### [first_button](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/button.rb#L37) ios
|
|
2783
2765
|
|
|
2784
2766
|
> def first_button
|
|
2785
2767
|
|
|
@@ -2791,7 +2773,7 @@ __Returns:__
|
|
|
2791
2773
|
|
|
2792
2774
|
--
|
|
2793
2775
|
|
|
2794
|
-
##### [last_button](https://github.com/appium/ruby_lib/blob/
|
|
2776
|
+
##### [last_button](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/button.rb#L45) ios
|
|
2795
2777
|
|
|
2796
2778
|
> def last_button
|
|
2797
2779
|
|
|
@@ -2805,7 +2787,7 @@ __Returns:__
|
|
|
2805
2787
|
|
|
2806
2788
|
--
|
|
2807
2789
|
|
|
2808
|
-
##### [button_exact](https://github.com/appium/ruby_lib/blob/
|
|
2790
|
+
##### [button_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/button.rb#L52) ios
|
|
2809
2791
|
|
|
2810
2792
|
> def button_exact(value)
|
|
2811
2793
|
|
|
@@ -2821,7 +2803,7 @@ __Returns:__
|
|
|
2821
2803
|
|
|
2822
2804
|
--
|
|
2823
2805
|
|
|
2824
|
-
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/
|
|
2806
|
+
##### [buttons_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/button.rb#L59) ios
|
|
2825
2807
|
|
|
2826
2808
|
> def buttons_exact(value)
|
|
2827
2809
|
|
|
@@ -2837,7 +2819,7 @@ __Returns:__
|
|
|
2837
2819
|
|
|
2838
2820
|
--
|
|
2839
2821
|
|
|
2840
|
-
##### [find](https://github.com/appium/ruby_lib/blob/
|
|
2822
|
+
##### [find](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/generic.rb#L8) ios
|
|
2841
2823
|
|
|
2842
2824
|
> def find(value)
|
|
2843
2825
|
|
|
@@ -2853,7 +2835,7 @@ __Returns:__
|
|
|
2853
2835
|
|
|
2854
2836
|
--
|
|
2855
2837
|
|
|
2856
|
-
##### [finds](https://github.com/appium/ruby_lib/blob/
|
|
2838
|
+
##### [finds](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/generic.rb#L15) ios
|
|
2857
2839
|
|
|
2858
2840
|
> def finds(value)
|
|
2859
2841
|
|
|
@@ -2869,7 +2851,7 @@ __Returns:__
|
|
|
2869
2851
|
|
|
2870
2852
|
--
|
|
2871
2853
|
|
|
2872
|
-
##### [find_exact](https://github.com/appium/ruby_lib/blob/
|
|
2854
|
+
##### [find_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/generic.rb#L23) ios
|
|
2873
2855
|
|
|
2874
2856
|
> def find_exact(value)
|
|
2875
2857
|
|
|
@@ -2885,7 +2867,7 @@ __Returns:__
|
|
|
2885
2867
|
|
|
2886
2868
|
--
|
|
2887
2869
|
|
|
2888
|
-
##### [finds_exact](https://github.com/appium/ruby_lib/blob/
|
|
2870
|
+
##### [finds_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/generic.rb#L30) ios
|
|
2889
2871
|
|
|
2890
2872
|
> def finds_exact(value)
|
|
2891
2873
|
|
|
@@ -2901,7 +2883,7 @@ __Returns:__
|
|
|
2901
2883
|
|
|
2902
2884
|
--
|
|
2903
2885
|
|
|
2904
|
-
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/
|
|
2886
|
+
##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
|
|
2905
2887
|
|
|
2906
2888
|
> def raise_error_if_no_element(element)
|
|
2907
2889
|
|
|
@@ -2909,7 +2891,7 @@ __Returns:__
|
|
|
2909
2891
|
|
|
2910
2892
|
--
|
|
2911
2893
|
|
|
2912
|
-
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/
|
|
2894
|
+
##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/generic.rb#L45) ios
|
|
2913
2895
|
|
|
2914
2896
|
> def select_visible_elements(elements)
|
|
2915
2897
|
|
|
@@ -2917,7 +2899,7 @@ Return visible elements.
|
|
|
2917
2899
|
|
|
2918
2900
|
--
|
|
2919
2901
|
|
|
2920
|
-
##### [swipe](https://github.com/appium/ruby_lib/blob/
|
|
2902
|
+
##### [swipe](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L11) ios
|
|
2921
2903
|
|
|
2922
2904
|
> def swipe(direction:, element: nil)
|
|
2923
2905
|
|
|
@@ -2931,7 +2913,7 @@ __Parameters:__
|
|
|
2931
2913
|
|
|
2932
2914
|
--
|
|
2933
2915
|
|
|
2934
|
-
##### [scroll](https://github.com/appium/ruby_lib/blob/
|
|
2916
|
+
##### [scroll](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L32) ios
|
|
2935
2917
|
|
|
2936
2918
|
> def scroll(direction:, distance: nil, name: nil, element: nil, to_visible: nil, predicate_string: nil)
|
|
2937
2919
|
|
|
@@ -2945,7 +2927,7 @@ __Parameters:__
|
|
|
2945
2927
|
|
|
2946
2928
|
--
|
|
2947
2929
|
|
|
2948
|
-
##### [pinch](https://github.com/appium/ruby_lib/blob/
|
|
2930
|
+
##### [pinch](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L53) ios
|
|
2949
2931
|
|
|
2950
2932
|
> def pinch(scale:, velocity: 1.0, element: nil)
|
|
2951
2933
|
|
|
@@ -2961,7 +2943,7 @@ __Parameters:__
|
|
|
2961
2943
|
|
|
2962
2944
|
--
|
|
2963
2945
|
|
|
2964
|
-
##### [double_tap](https://github.com/appium/ruby_lib/blob/
|
|
2946
|
+
##### [double_tap](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L68) ios
|
|
2965
2947
|
|
|
2966
2948
|
> def double_tap(x: nil, y: nil, element: nil) # rubocop:disable Naming/UncommunicativeMethodParamName
|
|
2967
2949
|
|
|
@@ -2977,7 +2959,7 @@ __Parameters:__
|
|
|
2977
2959
|
|
|
2978
2960
|
--
|
|
2979
2961
|
|
|
2980
|
-
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/
|
|
2962
|
+
##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L85) ios
|
|
2981
2963
|
|
|
2982
2964
|
> def touch_and_hold(x: nil, y: nil, element: nil, duration: 1.0) # rubocop:disable Naming/UncommunicativeMethodParamName
|
|
2983
2965
|
|
|
@@ -2995,7 +2977,7 @@ __Parameters:__
|
|
|
2995
2977
|
|
|
2996
2978
|
--
|
|
2997
2979
|
|
|
2998
|
-
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/
|
|
2980
|
+
##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L98) ios
|
|
2999
2981
|
|
|
3000
2982
|
> def two_finger_tap(element:)
|
|
3001
2983
|
|
|
@@ -3011,7 +2993,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item")
|
|
|
3011
2993
|
|
|
3012
2994
|
--
|
|
3013
2995
|
|
|
3014
|
-
##### [tap](https://github.com/appium/ruby_lib/blob/
|
|
2996
|
+
##### [tap](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L113) ios
|
|
3015
2997
|
|
|
3016
2998
|
> def tap(x:, y:, element: nil) # rubocop:disable Naming/UncommunicativeMethodParamName
|
|
3017
2999
|
|
|
@@ -3027,7 +3009,7 @@ __Parameters:__
|
|
|
3027
3009
|
|
|
3028
3010
|
--
|
|
3029
3011
|
|
|
3030
|
-
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/
|
|
3012
|
+
##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L133) ios
|
|
3031
3013
|
|
|
3032
3014
|
> def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil)
|
|
3033
3015
|
|
|
@@ -3050,7 +3032,7 @@ drag point should be before to start dragging. Mandatory parameter
|
|
|
3050
3032
|
|
|
3051
3033
|
--
|
|
3052
3034
|
|
|
3053
|
-
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/
|
|
3035
|
+
##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L150) ios
|
|
3054
3036
|
|
|
3055
3037
|
> def select_picker_wheel(element:, order:, offset: nil)
|
|
3056
3038
|
|
|
@@ -3067,7 +3049,7 @@ __Parameters:__
|
|
|
3067
3049
|
|
|
3068
3050
|
--
|
|
3069
3051
|
|
|
3070
|
-
##### [alert](https://github.com/appium/ruby_lib/blob/
|
|
3052
|
+
##### [alert](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/gestures.rb#L168) ios
|
|
3071
3053
|
|
|
3072
3054
|
> def alert(action:, button_label: nil)
|
|
3073
3055
|
|
|
@@ -3092,7 +3074,7 @@ alert action: "dismiss"
|
|
|
3092
3074
|
|
|
3093
3075
|
--
|
|
3094
3076
|
|
|
3095
|
-
##### [text_field_class](https://github.com/appium/ruby_lib/blob/
|
|
3077
|
+
##### [text_field_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/textfield.rb#L9) ios
|
|
3096
3078
|
|
|
3097
3079
|
> def text_field_class
|
|
3098
3080
|
|
|
@@ -3104,7 +3086,7 @@ __Returns:__
|
|
|
3104
3086
|
|
|
3105
3087
|
--
|
|
3106
3088
|
|
|
3107
|
-
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/
|
|
3089
|
+
##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/textfield.rb#L14) ios
|
|
3108
3090
|
|
|
3109
3091
|
> def secure_text_field_class
|
|
3110
3092
|
|
|
@@ -3116,7 +3098,7 @@ __Returns:__
|
|
|
3116
3098
|
|
|
3117
3099
|
--
|
|
3118
3100
|
|
|
3119
|
-
##### [textfield](https://github.com/appium/ruby_lib/blob/
|
|
3101
|
+
##### [textfield](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
|
|
3120
3102
|
|
|
3121
3103
|
> def textfield(value)
|
|
3122
3104
|
|
|
@@ -3134,7 +3116,7 @@ __Returns:__
|
|
|
3134
3116
|
|
|
3135
3117
|
--
|
|
3136
3118
|
|
|
3137
|
-
##### [textfields](https://github.com/appium/ruby_lib/blob/
|
|
3119
|
+
##### [textfields](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/textfield.rb#L43) ios
|
|
3138
3120
|
|
|
3139
3121
|
> def textfields(value = false)
|
|
3140
3122
|
|
|
@@ -3151,7 +3133,7 @@ __Returns:__
|
|
|
3151
3133
|
|
|
3152
3134
|
--
|
|
3153
3135
|
|
|
3154
|
-
##### [first_textfield](https://github.com/appium/ruby_lib/blob/
|
|
3136
|
+
##### [first_textfield](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/textfield.rb#L52) ios
|
|
3155
3137
|
|
|
3156
3138
|
> def first_textfield
|
|
3157
3139
|
|
|
@@ -3163,7 +3145,7 @@ __Returns:__
|
|
|
3163
3145
|
|
|
3164
3146
|
--
|
|
3165
3147
|
|
|
3166
|
-
##### [last_textfield](https://github.com/appium/ruby_lib/blob/
|
|
3148
|
+
##### [last_textfield](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/textfield.rb#L58) ios
|
|
3167
3149
|
|
|
3168
3150
|
> def last_textfield
|
|
3169
3151
|
|
|
@@ -3175,7 +3157,7 @@ __Returns:__
|
|
|
3175
3157
|
|
|
3176
3158
|
--
|
|
3177
3159
|
|
|
3178
|
-
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/
|
|
3160
|
+
##### [textfield_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/textfield.rb#L68) ios
|
|
3179
3161
|
|
|
3180
3162
|
> def textfield_exact(value)
|
|
3181
3163
|
|
|
@@ -3191,7 +3173,7 @@ __Returns:__
|
|
|
3191
3173
|
|
|
3192
3174
|
--
|
|
3193
3175
|
|
|
3194
|
-
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/
|
|
3176
|
+
##### [textfields_exact](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/element/textfield.rb#L75) ios
|
|
3195
3177
|
|
|
3196
3178
|
> def textfields_exact(value)
|
|
3197
3179
|
|
|
@@ -3207,7 +3189,7 @@ __Returns:__
|
|
|
3207
3189
|
|
|
3208
3190
|
--
|
|
3209
3191
|
|
|
3210
|
-
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/
|
|
3192
|
+
##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L12) ios
|
|
3211
3193
|
|
|
3212
3194
|
> def set_pasteboard(content:, encoding: nil)
|
|
3213
3195
|
|
|
@@ -3222,7 +3204,7 @@ The parameter is mandatory
|
|
|
3222
3204
|
|
|
3223
3205
|
--
|
|
3224
3206
|
|
|
3225
|
-
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/
|
|
3207
|
+
##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L24) ios
|
|
3226
3208
|
|
|
3227
3209
|
> def get_pasteboard(encoding: nil)
|
|
3228
3210
|
|
|
@@ -3234,7 +3216,7 @@ __Parameters:__
|
|
|
3234
3216
|
|
|
3235
3217
|
--
|
|
3236
3218
|
|
|
3237
|
-
##### [install_certificate](https://github.com/appium/ruby_lib/blob/
|
|
3219
|
+
##### [install_certificate](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/certificate.rb#L18) ios
|
|
3238
3220
|
|
|
3239
3221
|
> def install_certificate(cer_file:)
|
|
3240
3222
|
|
|
@@ -3249,7 +3231,7 @@ __Parameters:__
|
|
|
3249
3231
|
|
|
3250
3232
|
--
|
|
3251
3233
|
|
|
3252
|
-
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/
|
|
3234
|
+
##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/get_context.rb#L14) ios
|
|
3253
3235
|
|
|
3254
3236
|
> def xcuitest_get_contexts
|
|
3255
3237
|
|
|
@@ -3257,7 +3239,7 @@ Get contexts
|
|
|
3257
3239
|
|
|
3258
3240
|
--
|
|
3259
3241
|
|
|
3260
|
-
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/
|
|
3242
|
+
##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L21) ios
|
|
3261
3243
|
|
|
3262
3244
|
> def xcuitest_install_app(app:)
|
|
3263
3245
|
|
|
@@ -3277,7 +3259,7 @@ __Returns:__
|
|
|
3277
3259
|
|
|
3278
3260
|
--
|
|
3279
3261
|
|
|
3280
|
-
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/
|
|
3262
|
+
##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
|
|
3281
3263
|
|
|
3282
3264
|
> def xcuitest_app_installed?(bundle_id:)
|
|
3283
3265
|
|
|
@@ -3293,7 +3275,7 @@ __Returns:__
|
|
|
3293
3275
|
|
|
3294
3276
|
--
|
|
3295
3277
|
|
|
3296
|
-
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/
|
|
3278
|
+
##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L50) ios
|
|
3297
3279
|
|
|
3298
3280
|
> def xcuitest_remove_app(bundle_id:)
|
|
3299
3281
|
|
|
@@ -3310,7 +3292,7 @@ __Returns:__
|
|
|
3310
3292
|
|
|
3311
3293
|
--
|
|
3312
3294
|
|
|
3313
|
-
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/
|
|
3295
|
+
##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L65) ios
|
|
3314
3296
|
|
|
3315
3297
|
> def xcuitest_launch_app(bundle_id:)
|
|
3316
3298
|
|
|
@@ -3327,7 +3309,7 @@ __Returns:__
|
|
|
3327
3309
|
|
|
3328
3310
|
--
|
|
3329
3311
|
|
|
3330
|
-
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/
|
|
3312
|
+
##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L80) ios
|
|
3331
3313
|
|
|
3332
3314
|
> def xcuitest_terminate_app(bundle_id:)
|
|
3333
3315
|
|
|
@@ -3344,7 +3326,7 @@ __Returns:__
|
|
|
3344
3326
|
|
|
3345
3327
|
--
|
|
3346
3328
|
|
|
3347
|
-
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/
|
|
3329
|
+
##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L102) ios
|
|
3348
3330
|
|
|
3349
3331
|
> def xcuitest_query_app_status(bundle_id:)
|
|
3350
3332
|
|
|
@@ -3368,7 +3350,7 @@ __Returns:__
|
|
|
3368
3350
|
|
|
3369
3351
|
--
|
|
3370
3352
|
|
|
3371
|
-
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/
|
|
3353
|
+
##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/f1b8a2e32fc935508e13431570fd7de4a90b6bd7/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L118) ios
|
|
3372
3354
|
|
|
3373
3355
|
> def xcuitest_activate_app(bundle_id:)
|
|
3374
3356
|
|