appium_lib 12.1.2 → 12.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/docs/ios_docs.md CHANGED
@@ -1,4 +1,4 @@
1
- ##### [load_settings](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/appium.rb#L60) common
1
+ ##### [load_settings](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/appium.rb#L60) common
2
2
 
3
3
  > def load_settings(opts = {})
4
4
 
@@ -27,7 +27,7 @@ __Returns:__
27
27
 
28
28
  --
29
29
 
30
- ##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/appium.rb#L108) common
30
+ ##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/appium.rb#L108) 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/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/appium.rb#L113) common
59
+ ##### [expand_required_files](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/appium.rb#L113) 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/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/appium.rb#L155) common
77
+ ##### [promote_singleton_appium_methods](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/appium.rb#L155) 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/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/appium.rb#L209) common
101
+ ##### [promote_appium_methods](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/appium.rb#L209) 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/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L49) common
119
+ ##### [global_webdriver_http_sleep](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L49) common
120
120
 
121
121
  > def global_webdriver_http_sleep
122
122
 
@@ -124,7 +124,7 @@ The amount to sleep in seconds before every webdriver http call.
124
124
 
125
125
  --
126
126
 
127
- ##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L49) common
127
+ ##### [global_webdriver_http_sleep=](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L49) common
128
128
 
129
129
  > def global_webdriver_http_sleep=(value)
130
130
 
@@ -132,7 +132,7 @@ The amount to sleep in seconds before every webdriver http call.
132
132
 
133
133
  --
134
134
 
135
- ##### [sauce](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L52) common
135
+ ##### [sauce](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L52) common
136
136
 
137
137
  > def sauce
138
138
 
@@ -140,7 +140,7 @@ SauceLab's settings
140
140
 
141
141
  --
142
142
 
143
- ##### [sauce_username](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L55) common
143
+ ##### [sauce_username](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L55) common
144
144
 
145
145
  > def sauce_username
146
146
 
@@ -149,7 +149,7 @@ same as @sauce.username
149
149
 
150
150
  --
151
151
 
152
- ##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L58) common
152
+ ##### [sauce_access_key](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L58) common
153
153
 
154
154
  > def sauce_access_key
155
155
 
@@ -158,7 +158,7 @@ same as @sauce.access_key
158
158
 
159
159
  --
160
160
 
161
- ##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L61) common
161
+ ##### [sauce_endpoint](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L61) common
162
162
 
163
163
  > def sauce_endpoint
164
164
 
@@ -167,7 +167,7 @@ same as @sauce.endpoint
167
167
 
168
168
  --
169
169
 
170
- ##### [caps](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L65) common
170
+ ##### [caps](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L65) common
171
171
 
172
172
  > def caps
173
173
 
@@ -176,7 +176,7 @@ read http://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Driver
176
176
 
177
177
  --
178
178
 
179
- ##### [custom_url](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L66) common
179
+ ##### [custom_url](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L66) common
180
180
 
181
181
  > def custom_url
182
182
 
@@ -184,7 +184,7 @@ Returns the value of attribute custom_url.
184
184
 
185
185
  --
186
186
 
187
- ##### [export_session](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L67) common
187
+ ##### [export_session](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L67) common
188
188
 
189
189
  > def export_session
190
190
 
@@ -192,7 +192,7 @@ Returns the value of attribute export_session.
192
192
 
193
193
  --
194
194
 
195
- ##### [export_session_path](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L68) common
195
+ ##### [export_session_path](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L68) common
196
196
 
197
197
  > def export_session_path
198
198
 
@@ -200,7 +200,7 @@ Returns the value of attribute export_session_path.
200
200
 
201
201
  --
202
202
 
203
- ##### [default_wait](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L69) common
203
+ ##### [default_wait](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L69) common
204
204
 
205
205
  > def default_wait
206
206
 
@@ -208,7 +208,7 @@ Returns the value of attribute default_wait.
208
208
 
209
209
  --
210
210
 
211
- ##### [appium_port](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L70) common
211
+ ##### [appium_port](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L70) common
212
212
 
213
213
  > def appium_port
214
214
 
@@ -216,7 +216,7 @@ Returns the value of attribute appium_port.
216
216
 
217
217
  --
218
218
 
219
- ##### [appium_device](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L71) common
219
+ ##### [appium_device](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L71) common
220
220
 
221
221
  > def appium_device
222
222
 
@@ -224,7 +224,7 @@ Returns the value of attribute appium_device.
224
224
 
225
225
  --
226
226
 
227
- ##### [automation_name](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L72) common
227
+ ##### [automation_name](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L72) common
228
228
 
229
229
  > def automation_name
230
230
 
@@ -232,7 +232,7 @@ Returns the value of attribute automation_name.
232
232
 
233
233
  --
234
234
 
235
- ##### [listener](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L73) common
235
+ ##### [listener](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L73) common
236
236
 
237
237
  > def listener
238
238
 
@@ -240,7 +240,7 @@ Returns the value of attribute listener.
240
240
 
241
241
  --
242
242
 
243
- ##### [http_client](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L74) common
243
+ ##### [http_client](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L74) common
244
244
 
245
245
  > def http_client
246
246
 
@@ -248,7 +248,7 @@ Returns the value of attribute http_client.
248
248
 
249
249
  --
250
250
 
251
- ##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L75) common
251
+ ##### [appium_wait_timeout](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L75) common
252
252
 
253
253
  > def appium_wait_timeout
254
254
 
@@ -256,7 +256,7 @@ Returns the value of attribute appium_wait_timeout.
256
256
 
257
257
  --
258
258
 
259
- ##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L76) common
259
+ ##### [appium_wait_interval](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L76) common
260
260
 
261
261
  > def appium_wait_interval
262
262
 
@@ -264,7 +264,7 @@ Returns the value of attribute appium_wait_interval.
264
264
 
265
265
  --
266
266
 
267
- ##### [appium_server_status](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L79) common
267
+ ##### [appium_server_status](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L79) common
268
268
 
269
269
  > def appium_server_status
270
270
 
@@ -272,7 +272,7 @@ Appium's server version
272
272
 
273
273
  --
274
274
 
275
- ##### [appium_debug](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L81) common
275
+ ##### [appium_debug](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L81) common
276
276
 
277
277
  > def appium_debug
278
278
 
@@ -280,7 +280,7 @@ Boolean debug mode for the Appium Ruby bindings
280
280
 
281
281
  --
282
282
 
283
- ##### [driver](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L84) common
283
+ ##### [driver](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L84) common
284
284
 
285
285
  > def driver
286
286
 
@@ -292,7 +292,7 @@ __Returns:__
292
292
 
293
293
  --
294
294
 
295
- ##### [core](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L86) common
295
+ ##### [core](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L86) common
296
296
 
297
297
  > def core
298
298
 
@@ -300,7 +300,7 @@ Instance of Appium::Core::Driver
300
300
 
301
301
  --
302
302
 
303
- ##### [initialize](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L155) common
303
+ ##### [initialize](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L155) common
304
304
 
305
305
  > def initialize(opts = {}, global_driver = false)
306
306
 
@@ -319,7 +319,7 @@ __Returns:__
319
319
 
320
320
  --
321
321
 
322
- ##### [driver_attributes](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L281) common
322
+ ##### [driver_attributes](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L281) 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/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L301) common
330
+ ##### [device_is_android?](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L301) common
331
331
 
332
332
  > def device_is_android?
333
333
 
@@ -339,7 +339,7 @@ __Returns:__
339
339
 
340
340
  --
341
341
 
342
- ##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L305) common
342
+ ##### [device_is_ios?](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L305) common
343
343
 
344
344
  > def device_is_ios?
345
345
 
@@ -351,7 +351,7 @@ __Returns:__
351
351
 
352
352
  --
353
353
 
354
- ##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L309) common
354
+ ##### [device_is_windows?](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L309) common
355
355
 
356
356
  > def device_is_windows?
357
357
 
@@ -363,7 +363,7 @@ __Returns:__
363
363
 
364
364
  --
365
365
 
366
- ##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L315) common
366
+ ##### [automation_name_is_uiautomator2?](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L315) common
367
367
 
368
368
  > def automation_name_is_uiautomator2?
369
369
 
@@ -375,7 +375,7 @@ __Returns:__
375
375
 
376
376
  --
377
377
 
378
- ##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L321) common
378
+ ##### [automation_name_is_espresso?](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L321) common
379
379
 
380
380
  > def automation_name_is_espresso?
381
381
 
@@ -387,7 +387,7 @@ __Returns:__
387
387
 
388
388
  --
389
389
 
390
- ##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L327) common
390
+ ##### [automation_name_is_xcuitest?](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L327) common
391
391
 
392
392
  > def automation_name_is_xcuitest?
393
393
 
@@ -399,7 +399,7 @@ __Returns:__
399
399
 
400
400
  --
401
401
 
402
- ##### [action](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L341) common
402
+ ##### [action](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L341) common
403
403
 
404
404
  > def action
405
405
 
@@ -412,7 +412,7 @@ __Returns:__
412
412
 
413
413
  --
414
414
 
415
- ##### [appium_server_version](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L356) common
415
+ ##### [appium_server_version](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L356) common
416
416
 
417
417
  > def appium_server_version
418
418
 
@@ -424,7 +424,7 @@ __Returns:__
424
424
 
425
425
  --
426
426
 
427
- ##### [remote_status](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L364) common
427
+ ##### [remote_status](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L364) common
428
428
 
429
429
  > def appium_server_version
430
430
 
@@ -436,7 +436,7 @@ __Returns:__
436
436
 
437
437
  --
438
438
 
439
- ##### [platform_version](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L368) common
439
+ ##### [platform_version](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L368) common
440
440
 
441
441
  > def platform_version
442
442
 
@@ -448,7 +448,7 @@ __Returns:__
448
448
 
449
449
  --
450
450
 
451
- ##### [appium_client_version](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L381) common
451
+ ##### [appium_client_version](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L384) common
452
452
 
453
453
  > def appium_client_version
454
454
 
@@ -460,7 +460,7 @@ __Returns:__
460
460
 
461
461
  --
462
462
 
463
- ##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L393) common
463
+ ##### [absolute_app_path](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L396) common
464
464
 
465
465
  > def absolute_app_path(opts)
466
466
 
@@ -477,7 +477,7 @@ __Returns:__
477
477
 
478
478
  --
479
479
 
480
- ##### [server_url](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L418) common
480
+ ##### [server_url](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L421) common
481
481
 
482
482
  > def server_url
483
483
 
@@ -489,7 +489,7 @@ __Returns:__
489
489
 
490
490
  --
491
491
 
492
- ##### [restart](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L427) common
492
+ ##### [restart](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L430) common
493
493
 
494
494
  > def restart
495
495
 
@@ -501,7 +501,7 @@ __Returns:__
501
501
 
502
502
  --
503
503
 
504
- ##### [screenshot](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L440) common
504
+ ##### [screenshot](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L443) common
505
505
 
506
506
  > def screenshot(png_save_path)
507
507
 
@@ -517,7 +517,7 @@ __Returns:__
517
517
 
518
518
  --
519
519
 
520
- ##### [element_screenshot](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L454) common
520
+ ##### [element_screenshot](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L457) common
521
521
 
522
522
  > def element_screenshot(element, png_save_path)
523
523
 
@@ -535,7 +535,7 @@ __Returns:__
535
535
 
536
536
  --
537
537
 
538
- ##### [driver_quit](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L461) common
538
+ ##### [driver_quit](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L464) common
539
539
 
540
540
  > def driver_quit
541
541
 
@@ -547,7 +547,7 @@ __Returns:__
547
547
 
548
548
  --
549
549
 
550
- ##### [quit_driver](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L464) common
550
+ ##### [quit_driver](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L467) common
551
551
 
552
552
  > def driver_quit
553
553
 
@@ -559,7 +559,7 @@ __Returns:__
559
559
 
560
560
  --
561
561
 
562
- ##### [window_size](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L475) common
562
+ ##### [window_size](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L478) common
563
563
 
564
564
  > def window_size
565
565
 
@@ -571,7 +571,7 @@ __Returns:__
571
571
 
572
572
  --
573
573
 
574
- ##### [window_rect](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L490) common
574
+ ##### [window_rect](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L493) common
575
575
 
576
576
  > def window_rect
577
577
 
@@ -583,7 +583,7 @@ __Returns:__
583
583
 
584
584
  --
585
585
 
586
- ##### [start_driver](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L523) common
586
+ ##### [start_driver](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L526) common
587
587
 
588
588
  > def start_driver(http_client_ops = { http_client: ::Appium::Http::Default.new, open_timeout: 999_999, read_timeout: 999_999 })
589
589
 
@@ -603,7 +603,7 @@ __Returns:__
603
603
 
604
604
  --
605
605
 
606
- ##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L544) common
606
+ ##### [set_implicit_wait](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L547) common
607
607
 
608
608
  > def set_implicit_wait(wait)
609
609
 
@@ -611,7 +611,7 @@ To ignore error for Espresso Driver
611
611
 
612
612
  --
613
613
 
614
- ##### [no_wait](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L555) common
614
+ ##### [no_wait](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L558) common
615
615
 
616
616
  > def no_wait
617
617
 
@@ -619,7 +619,7 @@ Set implicit wait to zero.
619
619
 
620
620
  --
621
621
 
622
- ##### [set_wait](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L569) common
622
+ ##### [set_wait](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L572) common
623
623
 
624
624
  > def set_wait(timeout = nil)
625
625
 
@@ -635,7 +635,7 @@ __Returns:__
635
635
 
636
636
  --
637
637
 
638
- ##### [exists](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L586) common
638
+ ##### [exists](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L589) common
639
639
 
640
640
  > def exists(pre_check = 0, post_check = @core.default_wait)
641
641
 
@@ -659,7 +659,7 @@ __Returns:__
659
659
 
660
660
  --
661
661
 
662
- ##### [execute_script](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L610) common
662
+ ##### [execute_script](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L613) common
663
663
 
664
664
  > def execute_script(script, *args)
665
665
 
@@ -677,7 +677,7 @@ __Returns:__
677
677
 
678
678
  --
679
679
 
680
- ##### [execute_async_script](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L618) common
680
+ ##### [execute_async_script](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L621) common
681
681
 
682
682
  > def execute_async_script(script, *args)
683
683
 
@@ -687,7 +687,7 @@ Get the window handles of open browser windows
687
687
 
688
688
  --
689
689
 
690
- ##### [execute_driver](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L650) common
690
+ ##### [execute_driver](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L653) common
691
691
 
692
692
  > def execute_driver(script: '', type: 'webdriverio', timeout_ms: nil)
693
693
 
@@ -713,7 +713,7 @@ Appium::Core::Base::Device::ExecuteDriver::Result.
713
713
 
714
714
  --
715
715
 
716
- ##### [window_handles](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L654) common
716
+ ##### [window_handles](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L657) common
717
717
 
718
718
  > def window_handles
719
719
 
@@ -721,7 +721,7 @@ Appium::Core::Base::Device::ExecuteDriver::Result.
721
721
 
722
722
  --
723
723
 
724
- ##### [window_handle](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L659) common
724
+ ##### [window_handle](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L662) common
725
725
 
726
726
  > def window_handle
727
727
 
@@ -729,7 +729,7 @@ Get the current window handle
729
729
 
730
730
  --
731
731
 
732
- ##### [navigate](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L663) common
732
+ ##### [navigate](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L666) common
733
733
 
734
734
  > def navigate
735
735
 
@@ -737,7 +737,7 @@ Get the current window handle
737
737
 
738
738
  --
739
739
 
740
- ##### [manage](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L667) common
740
+ ##### [manage](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L670) common
741
741
 
742
742
  > def manage
743
743
 
@@ -745,7 +745,7 @@ Get the current window handle
745
745
 
746
746
  --
747
747
 
748
- ##### [get](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L671) common
748
+ ##### [get](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L674) common
749
749
 
750
750
  > def get(url)
751
751
 
@@ -753,7 +753,7 @@ Get the current window handle
753
753
 
754
754
  --
755
755
 
756
- ##### [current_url](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L675) common
756
+ ##### [current_url](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L678) common
757
757
 
758
758
  > def current_url
759
759
 
@@ -761,7 +761,7 @@ Get the current window handle
761
761
 
762
762
  --
763
763
 
764
- ##### [title](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L679) common
764
+ ##### [title](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L682) common
765
765
 
766
766
  > def title
767
767
 
@@ -769,7 +769,7 @@ Get the current window handle
769
769
 
770
770
  --
771
771
 
772
- ##### [switch_to](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L685) common
772
+ ##### [switch_to](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L688) common
773
773
 
774
774
  > def switch_to
775
775
 
@@ -781,7 +781,7 @@ __Returns:__
781
781
 
782
782
  --
783
783
 
784
- ##### [find_elements](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L712) common
784
+ ##### [find_elements](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L715) common
785
785
 
786
786
  > def find_elements(*args)
787
787
 
@@ -801,7 +801,7 @@ __Returns:__
801
801
 
802
802
  --
803
803
 
804
- ##### [find_element](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L728) common
804
+ ##### [find_element](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L731) common
805
805
 
806
806
  > def find_element(*args)
807
807
 
@@ -819,7 +819,7 @@ __Returns:__
819
819
 
820
820
  --
821
821
 
822
- ##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L743) common
822
+ ##### [find_element_by_image](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L746) common
823
823
 
824
824
  > def find_element_by_image(png_img_path)
825
825
 
@@ -835,7 +835,7 @@ __Returns:__
835
835
 
836
836
  --
837
837
 
838
- ##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L758) common
838
+ ##### [find_elements_by_image](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L761) common
839
839
 
840
840
  > def find_elements_by_image(png_img_paths)
841
841
 
@@ -851,7 +851,7 @@ __Returns:__
851
851
 
852
852
  --
853
853
 
854
- ##### [set_location](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L771) common
854
+ ##### [set_location](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L774) common
855
855
 
856
856
  > def set_location(opts = {})
857
857
 
@@ -867,7 +867,7 @@ __Returns:__
867
867
 
868
868
  --
869
869
 
870
- ##### [log_event](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L795) common
870
+ ##### [log_event](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L798) common
871
871
 
872
872
  > def log_event(vendor:, event:)
873
873
 
@@ -886,7 +886,7 @@ __Returns:__
886
886
 
887
887
  --
888
888
 
889
- ##### [log_event=](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L799) common
889
+ ##### [log_event=](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L802) common
890
890
 
891
891
  > def log_event=(log_event)
892
892
 
@@ -894,7 +894,7 @@ __Returns:__
894
894
 
895
895
  --
896
896
 
897
- ##### [log_events](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L818) common
897
+ ##### [log_events](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L821) common
898
898
 
899
899
  > def log_events(type = nil)
900
900
 
@@ -910,7 +910,7 @@ __Returns:__
910
910
 
911
911
  --
912
912
 
913
- ##### [x](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/driver.rb#L825) common
913
+ ##### [x](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/driver.rb#L828) common
914
914
 
915
915
  > def x
916
916
 
@@ -923,7 +923,7 @@ __Returns:__
923
923
 
924
924
  --
925
925
 
926
- ##### [username](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/sauce_labs.rb#L18) common
926
+ ##### [username](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/sauce_labs.rb#L18) common
927
927
 
928
928
  > def username
929
929
 
@@ -931,7 +931,7 @@ Username for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_US
931
931
 
932
932
  --
933
933
 
934
- ##### [access_key](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/sauce_labs.rb#L20) common
934
+ ##### [access_key](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/sauce_labs.rb#L20) common
935
935
 
936
936
  > def access_key
937
937
 
@@ -939,7 +939,7 @@ Access Key for use on Sauce Labs. Set `false` to disable Sauce, even when SAUCE_
939
939
 
940
940
  --
941
941
 
942
- ##### [endpoint](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/sauce_labs.rb#L22) common
942
+ ##### [endpoint](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/sauce_labs.rb#L22) common
943
943
 
944
944
  > def endpoint
945
945
 
@@ -947,7 +947,7 @@ Override the Sauce Appium endpoint to allow e.g. TestObject tests. Default is 'o
947
947
 
948
948
  --
949
949
 
950
- ##### [initialize](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/sauce_labs.rb#L47) common
950
+ ##### [initialize](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/sauce_labs.rb#L47) common
951
951
 
952
952
  > def initialize(appium_lib_opts)
953
953
 
@@ -963,7 +963,7 @@ __Returns:__
963
963
 
964
964
  --
965
965
 
966
- ##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/sauce_labs.rb#L67) common
966
+ ##### [sauce_server_url?](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/sauce_labs.rb#L67) common
967
967
 
968
968
  > def sauce_server_url?
969
969
 
@@ -975,7 +975,7 @@ __Returns:__
975
975
 
976
976
  --
977
977
 
978
- ##### [server_url](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/sauce_labs.rb#L80) common
978
+ ##### [server_url](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/sauce_labs.rb#L80) common
979
979
 
980
980
  > def server_url
981
981
 
@@ -987,7 +987,7 @@ __Returns:__
987
987
 
988
988
  --
989
989
 
990
- ##### [get_log](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/log.rb#L25) common
990
+ ##### [get_log](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/log.rb#L25) common
991
991
 
992
992
  > def get_log(type)
993
993
 
@@ -1003,7 +1003,7 @@ __Returns:__
1003
1003
 
1004
1004
  --
1005
1005
 
1006
- ##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/log.rb#L37) common
1006
+ ##### [get_available_log_types](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/log.rb#L37) common
1007
1007
 
1008
1008
  > def get_available_log_types
1009
1009
 
@@ -1015,7 +1015,7 @@ __Returns:__
1015
1015
 
1016
1016
  --
1017
1017
 
1018
- ##### [wait_true](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/wait.rb#L44) common
1018
+ ##### [wait_true](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/wait.rb#L44) common
1019
1019
 
1020
1020
  > def wait_true(opts = {})
1021
1021
 
@@ -1035,7 +1035,7 @@ __Parameters:__
1035
1035
 
1036
1036
  --
1037
1037
 
1038
- ##### [wait](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/wait.rb#L73) common
1038
+ ##### [wait](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/wait.rb#L73) common
1039
1039
 
1040
1040
  > def wait(opts = {})
1041
1041
 
@@ -1053,7 +1053,7 @@ __Parameters:__
1053
1053
 
1054
1054
  --
1055
1055
 
1056
- ##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/device.rb#L26) common
1056
+ ##### [add_touch_actions](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/device.rb#L26) common
1057
1057
 
1058
1058
  > def add_touch_actions
1059
1059
 
@@ -1061,7 +1061,7 @@ __Parameters:__
1061
1061
 
1062
1062
  --
1063
1063
 
1064
- ##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/device.rb#L38) common
1064
+ ##### [delegate_from_appium_driver](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/device.rb#L38) common
1065
1065
 
1066
1066
  > def delegate_from_appium_driver(method, delegation_target)
1067
1067
 
@@ -1069,7 +1069,7 @@ __Parameters:__
1069
1069
 
1070
1070
  --
1071
1071
 
1072
- ##### [ignore](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L30) common
1072
+ ##### [ignore](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L30) common
1073
1073
 
1074
1074
  > def ignore
1075
1075
 
@@ -1077,7 +1077,7 @@ Return yield and ignore any exceptions.
1077
1077
 
1078
1078
  --
1079
1079
 
1080
- ##### [back](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L38) common
1080
+ ##### [back](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L38) common
1081
1081
 
1082
1082
  > def back
1083
1083
 
@@ -1089,7 +1089,7 @@ __Returns:__
1089
1089
 
1090
1090
  --
1091
1091
 
1092
- ##### [session_id](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L49) common
1092
+ ##### [session_id](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L49) common
1093
1093
 
1094
1094
  > def session_id
1095
1095
 
@@ -1101,7 +1101,7 @@ __Returns:__
1101
1101
 
1102
1102
  --
1103
1103
 
1104
- ##### [xpath](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L57) common
1104
+ ##### [xpath](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L57) common
1105
1105
 
1106
1106
  > def xpath(xpath_str)
1107
1107
 
@@ -1117,7 +1117,7 @@ __Returns:__
1117
1117
 
1118
1118
  --
1119
1119
 
1120
- ##### [xpaths](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L65) common
1120
+ ##### [xpaths](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L65) common
1121
1121
 
1122
1122
  > def xpaths(xpath_str)
1123
1123
 
@@ -1133,7 +1133,7 @@ __Returns:__
1133
1133
 
1134
1134
  --
1135
1135
 
1136
- ##### [result](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L75) common
1136
+ ##### [result](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L75) common
1137
1137
 
1138
1138
  > def result
1139
1139
 
@@ -1141,7 +1141,7 @@ Returns the value of attribute result.
1141
1141
 
1142
1142
  --
1143
1143
 
1144
- ##### [initialize](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L77) common
1144
+ ##### [initialize](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L77) common
1145
1145
 
1146
1146
  > def initialize(platform)
1147
1147
 
@@ -1153,7 +1153,7 @@ __Returns:__
1153
1153
 
1154
1154
  --
1155
1155
 
1156
- ##### [reset](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L82) common
1156
+ ##### [reset](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L82) common
1157
1157
 
1158
1158
  > def reset
1159
1159
 
@@ -1161,7 +1161,7 @@ __Returns:__
1161
1161
 
1162
1162
  --
1163
1163
 
1164
- ##### [start_element](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L87) common
1164
+ ##### [start_element](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L87) common
1165
1165
 
1166
1166
  > def start_element(name, attrs = [])
1167
1167
 
@@ -1169,7 +1169,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
1169
1169
 
1170
1170
  --
1171
1171
 
1172
- ##### [formatted_result](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L98) common
1172
+ ##### [formatted_result](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L98) common
1173
1173
 
1174
1174
  > def formatted_result
1175
1175
 
@@ -1177,7 +1177,7 @@ http://nokogiri.org/Nokogiri/XML/SAX/Document.html
1177
1177
 
1178
1178
  --
1179
1179
 
1180
- ##### [get_page_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L116) common
1180
+ ##### [get_page_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L116) common
1181
1181
 
1182
1182
  > def get_page_class
1183
1183
 
@@ -1189,7 +1189,7 @@ __Returns:__
1189
1189
 
1190
1190
  --
1191
1191
 
1192
- ##### [page_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L141) common
1192
+ ##### [page_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L141) common
1193
1193
 
1194
1194
  > def page_class
1195
1195
 
@@ -1202,7 +1202,7 @@ __Returns:__
1202
1202
 
1203
1203
  --
1204
1204
 
1205
- ##### [source](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L148) common
1205
+ ##### [source](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L148) common
1206
1206
 
1207
1207
  > def source
1208
1208
 
@@ -1214,7 +1214,7 @@ __Returns:__
1214
1214
 
1215
1215
  --
1216
1216
 
1217
- ##### [get_source](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L155) common
1217
+ ##### [get_source](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L155) common
1218
1218
 
1219
1219
  > def get_source
1220
1220
 
@@ -1227,7 +1227,7 @@ __Returns:__
1227
1227
 
1228
1228
  --
1229
1229
 
1230
- ##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L165) common
1230
+ ##### [px_to_window_rel](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L165) common
1231
1231
 
1232
1232
  > def px_to_window_rel(opts = {}, driver = $driver)
1233
1233
 
@@ -1235,7 +1235,7 @@ Converts pixel values to window relative values
1235
1235
 
1236
1236
  --
1237
1237
 
1238
- ##### [xml_keys](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L184) common
1238
+ ##### [xml_keys](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L184) common
1239
1239
 
1240
1240
  > def xml_keys(target)
1241
1241
 
@@ -1251,7 +1251,7 @@ __Returns:__
1251
1251
 
1252
1252
  --
1253
1253
 
1254
- ##### [xml_values](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L192) common
1254
+ ##### [xml_values](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L192) common
1255
1255
 
1256
1256
  > def xml_values(target)
1257
1257
 
@@ -1267,7 +1267,7 @@ __Returns:__
1267
1267
 
1268
1268
  --
1269
1269
 
1270
- ##### [resolve_id](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L200) common
1270
+ ##### [resolve_id](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L200) common
1271
1271
 
1272
1272
  > def resolve_id(id)
1273
1273
 
@@ -1283,7 +1283,7 @@ __Returns:__
1283
1283
 
1284
1284
  --
1285
1285
 
1286
- ##### [filter](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L207) common
1286
+ ##### [filter](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L207) common
1287
1287
 
1288
1288
  > def filter
1289
1289
 
@@ -1291,7 +1291,7 @@ Returns the value of attribute filter.
1291
1291
 
1292
1292
  --
1293
1293
 
1294
- ##### [filter=](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L210) common
1294
+ ##### [filter=](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L210) common
1295
1295
 
1296
1296
  > def filter=(value)
1297
1297
 
@@ -1299,7 +1299,7 @@ convert to string to support symbols
1299
1299
 
1300
1300
  --
1301
1301
 
1302
- ##### [initialize](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L217) common
1302
+ ##### [initialize](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L217) common
1303
1303
 
1304
1304
  > def initialize
1305
1305
 
@@ -1311,7 +1311,7 @@ __Returns:__
1311
1311
 
1312
1312
  --
1313
1313
 
1314
- ##### [reset](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L222) common
1314
+ ##### [reset](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L222) common
1315
1315
 
1316
1316
  > def reset
1317
1317
 
@@ -1319,7 +1319,7 @@ __Returns:__
1319
1319
 
1320
1320
  --
1321
1321
 
1322
- ##### [result](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L228) common
1322
+ ##### [result](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L228) common
1323
1323
 
1324
1324
  > def result
1325
1325
 
@@ -1327,7 +1327,7 @@ __Returns:__
1327
1327
 
1328
1328
  --
1329
1329
 
1330
- ##### [start_element](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L242) common
1330
+ ##### [start_element](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L242) common
1331
1331
 
1332
1332
  > def start_element(name, attrs = [])
1333
1333
 
@@ -1335,7 +1335,7 @@ __Returns:__
1335
1335
 
1336
1336
  --
1337
1337
 
1338
- ##### [end_element](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L252) common
1338
+ ##### [end_element](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L252) common
1339
1339
 
1340
1340
  > def end_element(name)
1341
1341
 
@@ -1343,7 +1343,7 @@ __Returns:__
1343
1343
 
1344
1344
  --
1345
1345
 
1346
- ##### [characters](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/helper.rb#L259) common
1346
+ ##### [characters](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/helper.rb#L259) common
1347
1347
 
1348
1348
  > def characters(chars)
1349
1349
 
@@ -1351,7 +1351,7 @@ __Returns:__
1351
1351
 
1352
1352
  --
1353
1353
 
1354
- ##### [pinch](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/multi_touch.rb#L65) common
1354
+ ##### [pinch](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/multi_touch.rb#L65) common
1355
1355
 
1356
1356
  > def pinch(percentage = 25, auto_perform = true, driver = $driver)
1357
1357
 
@@ -1371,7 +1371,7 @@ __Parameters:__
1371
1371
 
1372
1372
  --
1373
1373
 
1374
- ##### [zoom](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/multi_touch.rb#L108) common
1374
+ ##### [zoom](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/multi_touch.rb#L108) common
1375
1375
 
1376
1376
  > def zoom(percentage = 200, auto_perform = true, driver = $driver)
1377
1377
 
@@ -1391,7 +1391,7 @@ __Parameters:__
1391
1391
 
1392
1392
  --
1393
1393
 
1394
- ##### [initialize](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/multi_touch.rb#L194) common
1394
+ ##### [initialize](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/multi_touch.rb#L194) common
1395
1395
 
1396
1396
  > def initialize(driver = $driver)
1397
1397
 
@@ -1403,7 +1403,7 @@ __Returns:__
1403
1403
 
1404
1404
  --
1405
1405
 
1406
- ##### [initialize](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/touch_actions.rb#L62) common
1406
+ ##### [initialize](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/touch_actions.rb#L62) common
1407
1407
 
1408
1408
  > def initialize(driver = $driver)
1409
1409
 
@@ -1415,7 +1415,7 @@ __Returns:__
1415
1415
 
1416
1416
  --
1417
1417
 
1418
- ##### [swipe](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/touch_actions.rb#L66) common
1418
+ ##### [swipe](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/touch_actions.rb#L66) common
1419
1419
 
1420
1420
  > def swipe(opts)
1421
1421
 
@@ -1423,7 +1423,7 @@ __Returns:__
1423
1423
 
1424
1424
  --
1425
1425
 
1426
- ##### [initialize](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/command/ws_logcat.rb#L19) common
1426
+ ##### [initialize](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/command/ws_logcat.rb#L19) common
1427
1427
 
1428
1428
  > def initialize(url:, output_file: 'logcat.log')
1429
1429
 
@@ -1435,7 +1435,7 @@ __Returns:__
1435
1435
 
1436
1436
  --
1437
1437
 
1438
- ##### [handle_message_data](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/common/command/ws_logcat.rb#L24) common
1438
+ ##### [handle_message_data](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/common/command/ws_logcat.rb#L24) common
1439
1439
 
1440
1440
  > def handle_message_data(data)
1441
1441
 
@@ -1443,7 +1443,7 @@ __Returns:__
1443
1443
 
1444
1444
  --
1445
1445
 
1446
- ##### [for](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/ios.rb#L29) ios
1446
+ ##### [for](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/ios.rb#L29) ios
1447
1447
 
1448
1448
  > def for(target)
1449
1449
 
@@ -1451,7 +1451,7 @@ __Returns:__
1451
1451
 
1452
1452
  --
1453
1453
 
1454
- ##### [static_text_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/text.rb#L25) ios
1454
+ ##### [static_text_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/text.rb#L25) ios
1455
1455
 
1456
1456
  > def static_text_class
1457
1457
 
@@ -1463,7 +1463,7 @@ __Returns:__
1463
1463
 
1464
1464
  --
1465
1465
 
1466
- ##### [text](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/text.rb#L33) ios
1466
+ ##### [text](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/text.rb#L33) ios
1467
1467
 
1468
1468
  > def text(value)
1469
1469
 
@@ -1480,7 +1480,7 @@ __Returns:__
1480
1480
 
1481
1481
  --
1482
1482
 
1483
- ##### [texts](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/text.rb#L43) ios
1483
+ ##### [texts](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/text.rb#L43) ios
1484
1484
 
1485
1485
  > def texts(value = false)
1486
1486
 
@@ -1497,7 +1497,7 @@ __Returns:__
1497
1497
 
1498
1498
  --
1499
1499
 
1500
- ##### [first_text](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/text.rb#L51) ios
1500
+ ##### [first_text](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/text.rb#L51) ios
1501
1501
 
1502
1502
  > def first_text
1503
1503
 
@@ -1509,7 +1509,7 @@ __Returns:__
1509
1509
 
1510
1510
  --
1511
1511
 
1512
- ##### [last_text](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/text.rb#L57) ios
1512
+ ##### [last_text](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/text.rb#L57) ios
1513
1513
 
1514
1514
  > def last_text
1515
1515
 
@@ -1521,7 +1521,7 @@ __Returns:__
1521
1521
 
1522
1522
  --
1523
1523
 
1524
- ##### [text_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/text.rb#L64) ios
1524
+ ##### [text_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/text.rb#L64) ios
1525
1525
 
1526
1526
  > def text_exact(value)
1527
1527
 
@@ -1537,7 +1537,7 @@ __Returns:__
1537
1537
 
1538
1538
  --
1539
1539
 
1540
- ##### [texts_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/text.rb#L71) ios
1540
+ ##### [texts_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/text.rb#L71) ios
1541
1541
 
1542
1542
  > def texts_exact(value)
1543
1543
 
@@ -1553,7 +1553,7 @@ __Returns:__
1553
1553
 
1554
1554
  --
1555
1555
 
1556
- ##### [filter](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L19) ios
1556
+ ##### [filter](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L19) ios
1557
1557
 
1558
1558
  > def filter
1559
1559
 
@@ -1561,7 +1561,7 @@ Returns the value of attribute filter.
1561
1561
 
1562
1562
  --
1563
1563
 
1564
- ##### [filter=](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L19) ios
1564
+ ##### [filter=](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L19) ios
1565
1565
 
1566
1566
  > def filter=(value)
1567
1567
 
@@ -1573,7 +1573,7 @@ __Parameters:__
1573
1573
 
1574
1574
  --
1575
1575
 
1576
- ##### [start_element](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L21) ios
1576
+ ##### [start_element](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L21) ios
1577
1577
 
1578
1578
  > def start_element(type, attrs = [])
1579
1579
 
@@ -1581,7 +1581,7 @@ __Parameters:__
1581
1581
 
1582
1582
  --
1583
1583
 
1584
- ##### [ios_password](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L58) ios
1584
+ ##### [ios_password](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L58) ios
1585
1585
 
1586
1586
  > def ios_password(length = 1)
1587
1587
 
@@ -1599,7 +1599,7 @@ __Returns:__
1599
1599
 
1600
1600
  --
1601
1601
 
1602
- ##### [page](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L74) ios
1602
+ ##### [page](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L74) ios
1603
1603
 
1604
1604
  > def page(opts = {})
1605
1605
 
@@ -1617,7 +1617,7 @@ __Returns:__
1617
1617
 
1618
1618
  --
1619
1619
 
1620
- ##### [id](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L101) ios
1620
+ ##### [id](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L101) ios
1621
1621
 
1622
1622
  > def id(id)
1623
1623
 
@@ -1633,7 +1633,7 @@ __Returns:__
1633
1633
 
1634
1634
  --
1635
1635
 
1636
- ##### [ele_index](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L109) ios
1636
+ ##### [ele_index](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L109) ios
1637
1637
 
1638
1638
  > def ele_index(class_name, index)
1639
1639
 
@@ -1651,7 +1651,7 @@ __Returns:__
1651
1651
 
1652
1652
  --
1653
1653
 
1654
- ##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L139) ios
1654
+ ##### [find_ele_by_attr](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L139) ios
1655
1655
 
1656
1656
  > def find_ele_by_attr(class_name, attr, value)
1657
1657
 
@@ -1673,7 +1673,7 @@ __Returns:__
1673
1673
 
1674
1674
  --
1675
1675
 
1676
- ##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L150) ios
1676
+ ##### [find_eles_by_attr](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L150) ios
1677
1677
 
1678
1678
  > def find_eles_by_attr(class_name, attr, value)
1679
1679
 
@@ -1695,7 +1695,7 @@ __Returns:__
1695
1695
 
1696
1696
  --
1697
1697
 
1698
- ##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L163) ios
1698
+ ##### [find_ele_by_predicate](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L163) ios
1699
1699
 
1700
1700
  > def find_ele_by_predicate(class_name: '*', value:)
1701
1701
 
@@ -1712,7 +1712,7 @@ __Returns:__
1712
1712
 
1713
1713
  --
1714
1714
 
1715
- ##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L175) ios
1715
+ ##### [find_eles_by_predicate](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L175) ios
1716
1716
 
1717
1717
  > def find_eles_by_predicate(class_name: '*', value:)
1718
1718
 
@@ -1731,7 +1731,7 @@ __Returns:__
1731
1731
 
1732
1732
  --
1733
1733
 
1734
- ##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L191) ios
1734
+ ##### [find_ele_by_attr_include](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L191) ios
1735
1735
 
1736
1736
  > def find_ele_by_attr_include(class_name, attr, value)
1737
1737
 
@@ -1752,7 +1752,7 @@ __Returns:__
1752
1752
 
1753
1753
  --
1754
1754
 
1755
- ##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L201) ios
1755
+ ##### [find_eles_by_attr_include](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L201) ios
1756
1756
 
1757
1757
  > def find_eles_by_attr_include(class_name, attr, value)
1758
1758
 
@@ -1773,7 +1773,7 @@ __Returns:__
1773
1773
 
1774
1774
  --
1775
1775
 
1776
- ##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L209) ios
1776
+ ##### [find_ele_by_predicate_include](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L209) ios
1777
1777
 
1778
1778
  > def find_ele_by_predicate_include(class_name: '*', value:)
1779
1779
 
@@ -1790,7 +1790,7 @@ __Returns:__
1790
1790
 
1791
1791
  --
1792
1792
 
1793
- ##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L221) ios
1793
+ ##### [find_eles_by_predicate_include](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L221) ios
1794
1794
 
1795
1795
  > def find_eles_by_predicate_include(class_name: '*', value:)
1796
1796
 
@@ -1809,7 +1809,7 @@ __Returns:__
1809
1809
 
1810
1810
  --
1811
1811
 
1812
- ##### [first_ele](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L234) ios
1812
+ ##### [first_ele](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L234) ios
1813
1813
 
1814
1814
  > def first_ele(class_name)
1815
1815
 
@@ -1825,7 +1825,7 @@ __Returns:__
1825
1825
 
1826
1826
  --
1827
1827
 
1828
- ##### [last_ele](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L241) ios
1828
+ ##### [last_ele](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L241) ios
1829
1829
 
1830
1830
  > def last_ele(class_name)
1831
1831
 
@@ -1841,7 +1841,7 @@ __Returns:__
1841
1841
 
1842
1842
  --
1843
1843
 
1844
- ##### [tag](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L249) ios
1844
+ ##### [tag](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L249) ios
1845
1845
 
1846
1846
  > def tag(class_name)
1847
1847
 
@@ -1857,7 +1857,7 @@ __Returns:__
1857
1857
 
1858
1858
  --
1859
1859
 
1860
- ##### [tags](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L257) ios
1860
+ ##### [tags](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L257) ios
1861
1861
 
1862
1862
  > def tags(class_name)
1863
1863
 
@@ -1873,7 +1873,7 @@ __Returns:__
1873
1873
 
1874
1874
  --
1875
1875
 
1876
- ##### [tags_include](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L268) ios
1876
+ ##### [tags_include](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L268) ios
1877
1877
 
1878
1878
  > def tags_include(class_names:, value: nil)
1879
1879
 
@@ -1893,7 +1893,7 @@ __Returns:__
1893
1893
 
1894
1894
  --
1895
1895
 
1896
- ##### [tags_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L283) ios
1896
+ ##### [tags_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L283) ios
1897
1897
 
1898
1898
  > def tags_exact(class_names:, value: nil)
1899
1899
 
@@ -1913,7 +1913,7 @@ __Returns:__
1913
1913
 
1914
1914
  --
1915
1915
 
1916
- ##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L320) ios
1916
+ ##### [ele_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L320) ios
1917
1917
 
1918
1918
  > def ele_by_json_visible_contains(element, value)
1919
1919
 
@@ -1932,7 +1932,7 @@ __Returns:__
1932
1932
 
1933
1933
  --
1934
1934
 
1935
- ##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L329) ios
1935
+ ##### [eles_by_json_visible_contains](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L329) ios
1936
1936
 
1937
1937
  > def eles_by_json_visible_contains(element, value)
1938
1938
 
@@ -1951,7 +1951,7 @@ __Returns:__
1951
1951
 
1952
1952
  --
1953
1953
 
1954
- ##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L359) ios
1954
+ ##### [ele_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L359) ios
1955
1955
 
1956
1956
  > def ele_by_json_visible_exact(element, value)
1957
1957
 
@@ -1970,7 +1970,7 @@ __Returns:__
1970
1970
 
1971
1971
  --
1972
1972
 
1973
- ##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L368) ios
1973
+ ##### [eles_by_json_visible_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L368) ios
1974
1974
 
1975
1975
  > def eles_by_json_visible_exact(element, value)
1976
1976
 
@@ -1989,7 +1989,7 @@ __Returns:__
1989
1989
 
1990
1990
  --
1991
1991
 
1992
- ##### [_all_pred](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L377) ios
1992
+ ##### [_all_pred](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L377) ios
1993
1993
 
1994
1994
  > def _all_pred(opts)
1995
1995
 
@@ -1999,7 +1999,7 @@ visible - if true, only visible elements are returned. default true
1999
1999
 
2000
2000
  --
2001
2001
 
2002
- ##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L391) ios
2002
+ ##### [ele_with_pred](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L391) ios
2003
2003
 
2004
2004
  > def ele_with_pred(opts)
2005
2005
 
@@ -2015,7 +2015,7 @@ __Returns:__
2015
2015
 
2016
2016
  --
2017
2017
 
2018
- ##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L402) ios
2018
+ ##### [eles_with_pred](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L402) ios
2019
2019
 
2020
2020
  > def eles_with_pred(opts)
2021
2021
 
@@ -2031,7 +2031,7 @@ __Returns:__
2031
2031
 
2032
2032
  --
2033
2033
 
2034
- ##### [_validate_object](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L406) ios
2034
+ ##### [_validate_object](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L406) ios
2035
2035
 
2036
2036
  > def _validate_object(*objects)
2037
2037
 
@@ -2039,7 +2039,7 @@ __Returns:__
2039
2039
 
2040
2040
  --
2041
2041
 
2042
- ##### [_by_json](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L456) ios
2042
+ ##### [_by_json](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L456) ios
2043
2043
 
2044
2044
  > def _by_json(opts)
2045
2045
 
@@ -2074,7 +2074,7 @@ opts = {
2074
2074
 
2075
2075
  --
2076
2076
 
2077
- ##### [eles_by_json](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L506) ios
2077
+ ##### [eles_by_json](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L506) ios
2078
2078
 
2079
2079
  > def eles_by_json(opts)
2080
2080
 
@@ -2093,7 +2093,7 @@ eles_by_json({
2093
2093
 
2094
2094
  --
2095
2095
 
2096
- ##### [ele_by_json](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/common/helper.rb#L512) ios
2096
+ ##### [ele_by_json](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/common/helper.rb#L512) ios
2097
2097
 
2098
2098
  > def ele_by_json(opts)
2099
2099
 
@@ -2101,7 +2101,7 @@ see eles_by_json
2101
2101
 
2102
2102
  --
2103
2103
 
2104
- ##### [alert_accept](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/alert.rb#L19) ios
2104
+ ##### [alert_accept](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/alert.rb#L19) ios
2105
2105
 
2106
2106
  > def alert_accept
2107
2107
 
@@ -2113,7 +2113,7 @@ __Returns:__
2113
2113
 
2114
2114
  --
2115
2115
 
2116
- ##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/alert.rb#L27) ios
2116
+ ##### [alert_dismiss](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/alert.rb#L27) ios
2117
2117
 
2118
2118
  > def alert_dismiss
2119
2119
 
@@ -2125,7 +2125,7 @@ __Returns:__
2125
2125
 
2126
2126
  --
2127
2127
 
2128
- ##### [button_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/button.rb#L25) ios
2128
+ ##### [button_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/button.rb#L25) ios
2129
2129
 
2130
2130
  > def button_class
2131
2131
 
@@ -2137,7 +2137,7 @@ __Returns:__
2137
2137
 
2138
2138
  --
2139
2139
 
2140
- ##### [button](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/button.rb#L33) ios
2140
+ ##### [button](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/button.rb#L33) ios
2141
2141
 
2142
2142
  > def button(value)
2143
2143
 
@@ -2154,7 +2154,7 @@ __Returns:__
2154
2154
 
2155
2155
  --
2156
2156
 
2157
- ##### [buttons](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/button.rb#L44) ios
2157
+ ##### [buttons](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/button.rb#L44) ios
2158
2158
 
2159
2159
  > def buttons(value = false)
2160
2160
 
@@ -2171,7 +2171,7 @@ __Returns:__
2171
2171
 
2172
2172
  --
2173
2173
 
2174
- ##### [first_button](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/button.rb#L52) ios
2174
+ ##### [first_button](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/button.rb#L52) ios
2175
2175
 
2176
2176
  > def first_button
2177
2177
 
@@ -2183,7 +2183,7 @@ __Returns:__
2183
2183
 
2184
2184
  --
2185
2185
 
2186
- ##### [last_button](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/button.rb#L60) ios
2186
+ ##### [last_button](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/button.rb#L60) ios
2187
2187
 
2188
2188
  > def last_button
2189
2189
 
@@ -2197,7 +2197,7 @@ __Returns:__
2197
2197
 
2198
2198
  --
2199
2199
 
2200
- ##### [button_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/button.rb#L67) ios
2200
+ ##### [button_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/button.rb#L67) ios
2201
2201
 
2202
2202
  > def button_exact(value)
2203
2203
 
@@ -2213,7 +2213,7 @@ __Returns:__
2213
2213
 
2214
2214
  --
2215
2215
 
2216
- ##### [buttons_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/button.rb#L74) ios
2216
+ ##### [buttons_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/button.rb#L74) ios
2217
2217
 
2218
2218
  > def buttons_exact(value)
2219
2219
 
@@ -2229,7 +2229,7 @@ __Returns:__
2229
2229
 
2230
2230
  --
2231
2231
 
2232
- ##### [find](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/generic.rb#L20) ios
2232
+ ##### [find](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/generic.rb#L20) ios
2233
2233
 
2234
2234
  > def find(value)
2235
2235
 
@@ -2245,7 +2245,7 @@ __Returns:__
2245
2245
 
2246
2246
  --
2247
2247
 
2248
- ##### [finds](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/generic.rb#L27) ios
2248
+ ##### [finds](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/generic.rb#L27) ios
2249
2249
 
2250
2250
  > def finds(value)
2251
2251
 
@@ -2261,7 +2261,7 @@ __Returns:__
2261
2261
 
2262
2262
  --
2263
2263
 
2264
- ##### [find_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/generic.rb#L34) ios
2264
+ ##### [find_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/generic.rb#L34) ios
2265
2265
 
2266
2266
  > def find_exact(value)
2267
2267
 
@@ -2277,7 +2277,7 @@ __Returns:__
2277
2277
 
2278
2278
  --
2279
2279
 
2280
- ##### [finds_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/generic.rb#L41) ios
2280
+ ##### [finds_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/generic.rb#L41) ios
2281
2281
 
2282
2282
  > def finds_exact(value)
2283
2283
 
@@ -2293,7 +2293,7 @@ __Returns:__
2293
2293
 
2294
2294
  --
2295
2295
 
2296
- ##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/generic.rb#L47) ios
2296
+ ##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/generic.rb#L47) ios
2297
2297
 
2298
2298
  > def raise_error_if_no_element(element)
2299
2299
 
@@ -2301,7 +2301,7 @@ __Returns:__
2301
2301
 
2302
2302
  --
2303
2303
 
2304
- ##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/generic.rb#L55) ios
2304
+ ##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/generic.rb#L55) ios
2305
2305
 
2306
2306
  > def select_visible_elements(elements)
2307
2307
 
@@ -2309,7 +2309,7 @@ Return visible elements.
2309
2309
 
2310
2310
  --
2311
2311
 
2312
- ##### [for](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/bridge.rb#L21) ios
2312
+ ##### [for](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/bridge.rb#L21) ios
2313
2313
 
2314
2314
  > def for(target)
2315
2315
 
@@ -2317,7 +2317,7 @@ Return visible elements.
2317
2317
 
2318
2318
  --
2319
2319
 
2320
- ##### [last_ele](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/helper.rb#L40) ios
2320
+ ##### [last_ele](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/helper.rb#L40) ios
2321
2321
 
2322
2322
  > def last_ele(class_name)
2323
2323
 
@@ -2333,7 +2333,7 @@ __Returns:__
2333
2333
 
2334
2334
  --
2335
2335
 
2336
- ##### [tag](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/helper.rb#L51) ios
2336
+ ##### [tag](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/helper.rb#L51) ios
2337
2337
 
2338
2338
  > def tag(class_name)
2339
2339
 
@@ -2349,7 +2349,7 @@ __Returns:__
2349
2349
 
2350
2350
  --
2351
2351
 
2352
- ##### [tags](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/helper.rb#L59) ios
2352
+ ##### [tags](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/helper.rb#L59) ios
2353
2353
 
2354
2354
  > def tags(class_name)
2355
2355
 
@@ -2365,7 +2365,7 @@ __Returns:__
2365
2365
 
2366
2366
  --
2367
2367
 
2368
- ##### [tags_include](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/helper.rb#L71) ios
2368
+ ##### [tags_include](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/helper.rb#L71) ios
2369
2369
 
2370
2370
  > def tags_include(class_names:, value: nil)
2371
2371
 
@@ -2385,7 +2385,7 @@ __Returns:__
2385
2385
 
2386
2386
  --
2387
2387
 
2388
- ##### [tags_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/helper.rb#L93) ios
2388
+ ##### [tags_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/helper.rb#L93) ios
2389
2389
 
2390
2390
  > def tags_exact(class_names:, value: nil)
2391
2391
 
@@ -2405,7 +2405,7 @@ __Returns:__
2405
2405
 
2406
2406
  --
2407
2407
 
2408
- ##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command.rb#L33) ios
2408
+ ##### [start_logs_broadcast](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command.rb#L33) ios
2409
2409
 
2410
2410
  > def start_logs_broadcast(syslog_file = 'syslog.log')
2411
2411
 
@@ -2417,7 +2417,7 @@ __Parameters:__
2417
2417
 
2418
2418
  --
2419
2419
 
2420
- ##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command.rb#L46) ios
2420
+ ##### [stop_logs_broadcast](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command.rb#L46) ios
2421
2421
 
2422
2422
  > def stop_logs_broadcast
2423
2423
 
@@ -2425,7 +2425,7 @@ Stop iOS syslog broadcast websocket
2425
2425
 
2426
2426
  --
2427
2427
 
2428
- ##### [text_field_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L28) ios
2428
+ ##### [text_field_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L28) ios
2429
2429
 
2430
2430
  > def text_field_class
2431
2431
 
@@ -2437,7 +2437,7 @@ __Returns:__
2437
2437
 
2438
2438
  --
2439
2439
 
2440
- ##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L33) ios
2440
+ ##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L33) ios
2441
2441
 
2442
2442
  > def secure_text_field_class
2443
2443
 
@@ -2449,7 +2449,7 @@ __Returns:__
2449
2449
 
2450
2450
  --
2451
2451
 
2452
- ##### [textfield](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L42) ios
2452
+ ##### [textfield](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L42) ios
2453
2453
 
2454
2454
  > def textfield(value)
2455
2455
 
@@ -2467,7 +2467,7 @@ __Returns:__
2467
2467
 
2468
2468
  --
2469
2469
 
2470
- ##### [textfields](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L61) ios
2470
+ ##### [textfields](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L61) ios
2471
2471
 
2472
2472
  > def textfields(value = false)
2473
2473
 
@@ -2484,7 +2484,7 @@ __Returns:__
2484
2484
 
2485
2485
  --
2486
2486
 
2487
- ##### [first_textfield](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L69) ios
2487
+ ##### [first_textfield](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L69) ios
2488
2488
 
2489
2489
  > def first_textfield
2490
2490
 
@@ -2496,7 +2496,7 @@ __Returns:__
2496
2496
 
2497
2497
  --
2498
2498
 
2499
- ##### [last_textfield](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L75) ios
2499
+ ##### [last_textfield](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L75) ios
2500
2500
 
2501
2501
  > def last_textfield
2502
2502
 
@@ -2508,7 +2508,7 @@ __Returns:__
2508
2508
 
2509
2509
  --
2510
2510
 
2511
- ##### [textfield_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L85) ios
2511
+ ##### [textfield_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L85) ios
2512
2512
 
2513
2513
  > def textfield_exact(value)
2514
2514
 
@@ -2524,7 +2524,7 @@ __Returns:__
2524
2524
 
2525
2525
  --
2526
2526
 
2527
- ##### [textfields_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L92) ios
2527
+ ##### [textfields_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L92) ios
2528
2528
 
2529
2529
  > def textfields_exact(value)
2530
2530
 
@@ -2540,7 +2540,7 @@ __Returns:__
2540
2540
 
2541
2541
  --
2542
2542
 
2543
- ##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L99) ios
2543
+ ##### [_textfield_visible](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L99) ios
2544
2544
 
2545
2545
  > def _textfield_visible
2546
2546
 
@@ -2548,7 +2548,7 @@ Appium
2548
2548
 
2549
2549
  --
2550
2550
 
2551
- ##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L104) ios
2551
+ ##### [_textfield_exact_string](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L104) ios
2552
2552
 
2553
2553
  > def _textfield_exact_string(value)
2554
2554
 
@@ -2556,7 +2556,7 @@ Appium
2556
2556
 
2557
2557
  --
2558
2558
 
2559
- ##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/element/textfield.rb#L111) ios
2559
+ ##### [_textfield_contains_string](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/element/textfield.rb#L111) ios
2560
2560
 
2561
2561
  > def _textfield_contains_string(value)
2562
2562
 
@@ -2564,7 +2564,7 @@ Appium
2564
2564
 
2565
2565
  --
2566
2566
 
2567
- ##### [static_text_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/text.rb#L23) ios
2567
+ ##### [static_text_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/text.rb#L23) ios
2568
2568
 
2569
2569
  > def static_text_class
2570
2570
 
@@ -2576,7 +2576,7 @@ __Returns:__
2576
2576
 
2577
2577
  --
2578
2578
 
2579
- ##### [text](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/text.rb#L31) ios
2579
+ ##### [text](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/text.rb#L31) ios
2580
2580
 
2581
2581
  > def text(value)
2582
2582
 
@@ -2593,7 +2593,7 @@ __Returns:__
2593
2593
 
2594
2594
  --
2595
2595
 
2596
- ##### [texts](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/text.rb#L41) ios
2596
+ ##### [texts](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/text.rb#L41) ios
2597
2597
 
2598
2598
  > def texts(value = false)
2599
2599
 
@@ -2610,7 +2610,7 @@ __Returns:__
2610
2610
 
2611
2611
  --
2612
2612
 
2613
- ##### [first_text](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/text.rb#L50) ios
2613
+ ##### [first_text](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/text.rb#L50) ios
2614
2614
 
2615
2615
  > def first_text
2616
2616
 
@@ -2622,7 +2622,7 @@ __Returns:__
2622
2622
 
2623
2623
  --
2624
2624
 
2625
- ##### [last_text](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/text.rb#L56) ios
2625
+ ##### [last_text](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/text.rb#L56) ios
2626
2626
 
2627
2627
  > def last_text
2628
2628
 
@@ -2634,7 +2634,7 @@ __Returns:__
2634
2634
 
2635
2635
  --
2636
2636
 
2637
- ##### [text_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/text.rb#L63) ios
2637
+ ##### [text_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/text.rb#L63) ios
2638
2638
 
2639
2639
  > def text_exact(value)
2640
2640
 
@@ -2650,7 +2650,7 @@ __Returns:__
2650
2650
 
2651
2651
  --
2652
2652
 
2653
- ##### [texts_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/text.rb#L70) ios
2653
+ ##### [texts_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/text.rb#L70) ios
2654
2654
 
2655
2655
  > def texts_exact(value)
2656
2656
 
@@ -2666,7 +2666,7 @@ __Returns:__
2666
2666
 
2667
2667
  --
2668
2668
 
2669
- ##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/source.rb#L25) ios
2669
+ ##### [xcuitest_source](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/source.rb#L25) ios
2670
2670
 
2671
2671
  > def xcuitest_source(format: :xml)
2672
2672
 
@@ -2682,7 +2682,7 @@ xcuitest_source format: :json
2682
2682
 
2683
2683
  --
2684
2684
 
2685
- ##### [button_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/button.rb#L23) ios
2685
+ ##### [button_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/button.rb#L23) ios
2686
2686
 
2687
2687
  > def button_class
2688
2688
 
@@ -2694,7 +2694,7 @@ __Returns:__
2694
2694
 
2695
2695
  --
2696
2696
 
2697
- ##### [button](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/button.rb#L31) ios
2697
+ ##### [button](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/button.rb#L31) ios
2698
2698
 
2699
2699
  > def button(value)
2700
2700
 
@@ -2711,7 +2711,7 @@ __Returns:__
2711
2711
 
2712
2712
  --
2713
2713
 
2714
- ##### [buttons](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/button.rb#L42) ios
2714
+ ##### [buttons](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/button.rb#L42) ios
2715
2715
 
2716
2716
  > def buttons(value = false)
2717
2717
 
@@ -2728,7 +2728,7 @@ __Returns:__
2728
2728
 
2729
2729
  --
2730
2730
 
2731
- ##### [first_button](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/button.rb#L51) ios
2731
+ ##### [first_button](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/button.rb#L51) ios
2732
2732
 
2733
2733
  > def first_button
2734
2734
 
@@ -2740,7 +2740,7 @@ __Returns:__
2740
2740
 
2741
2741
  --
2742
2742
 
2743
- ##### [last_button](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/button.rb#L59) ios
2743
+ ##### [last_button](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/button.rb#L59) ios
2744
2744
 
2745
2745
  > def last_button
2746
2746
 
@@ -2754,7 +2754,7 @@ __Returns:__
2754
2754
 
2755
2755
  --
2756
2756
 
2757
- ##### [button_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/button.rb#L66) ios
2757
+ ##### [button_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/button.rb#L66) ios
2758
2758
 
2759
2759
  > def button_exact(value)
2760
2760
 
@@ -2770,7 +2770,7 @@ __Returns:__
2770
2770
 
2771
2771
  --
2772
2772
 
2773
- ##### [buttons_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/button.rb#L73) ios
2773
+ ##### [buttons_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/button.rb#L73) ios
2774
2774
 
2775
2775
  > def buttons_exact(value)
2776
2776
 
@@ -2786,7 +2786,7 @@ __Returns:__
2786
2786
 
2787
2787
  --
2788
2788
 
2789
- ##### [find](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/generic.rb#L22) ios
2789
+ ##### [find](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/generic.rb#L22) ios
2790
2790
 
2791
2791
  > def find(value)
2792
2792
 
@@ -2802,7 +2802,7 @@ __Returns:__
2802
2802
 
2803
2803
  --
2804
2804
 
2805
- ##### [finds](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/generic.rb#L29) ios
2805
+ ##### [finds](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/generic.rb#L29) ios
2806
2806
 
2807
2807
  > def finds(value)
2808
2808
 
@@ -2818,7 +2818,7 @@ __Returns:__
2818
2818
 
2819
2819
  --
2820
2820
 
2821
- ##### [find_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
2821
+ ##### [find_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/generic.rb#L37) ios
2822
2822
 
2823
2823
  > def find_exact(value)
2824
2824
 
@@ -2834,7 +2834,7 @@ __Returns:__
2834
2834
 
2835
2835
  --
2836
2836
 
2837
- ##### [finds_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/generic.rb#L44) ios
2837
+ ##### [finds_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/generic.rb#L44) ios
2838
2838
 
2839
2839
  > def finds_exact(value)
2840
2840
 
@@ -2850,7 +2850,7 @@ __Returns:__
2850
2850
 
2851
2851
  --
2852
2852
 
2853
- ##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/generic.rb#L51) ios
2853
+ ##### [raise_error_if_no_element](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/generic.rb#L51) ios
2854
2854
 
2855
2855
  > def raise_error_if_no_element(element)
2856
2856
 
@@ -2858,7 +2858,7 @@ __Returns:__
2858
2858
 
2859
2859
  --
2860
2860
 
2861
- ##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/generic.rb#L59) ios
2861
+ ##### [select_visible_elements](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/generic.rb#L59) ios
2862
2862
 
2863
2863
  > def select_visible_elements(elements)
2864
2864
 
@@ -2866,7 +2866,7 @@ Return visible elements.
2866
2866
 
2867
2867
  --
2868
2868
 
2869
- ##### [swipe](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L25) ios
2869
+ ##### [swipe](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L25) ios
2870
2870
 
2871
2871
  > def swipe(direction:, element: nil)
2872
2872
 
@@ -2880,7 +2880,7 @@ __Parameters:__
2880
2880
 
2881
2881
  --
2882
2882
 
2883
- ##### [scroll](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L46) ios
2883
+ ##### [scroll](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L46) ios
2884
2884
 
2885
2885
  > def scroll(direction:, distance: nil, name: nil, element: nil, to_visible: nil, predicate_string: nil)
2886
2886
 
@@ -2894,7 +2894,7 @@ __Parameters:__
2894
2894
 
2895
2895
  --
2896
2896
 
2897
- ##### [pinch](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L67) ios
2897
+ ##### [pinch](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L67) ios
2898
2898
 
2899
2899
  > def pinch(scale:, velocity: 1.0, element: nil)
2900
2900
 
@@ -2910,7 +2910,7 @@ __Parameters:__
2910
2910
 
2911
2911
  --
2912
2912
 
2913
- ##### [double_tap](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L82) ios
2913
+ ##### [double_tap](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L82) ios
2914
2914
 
2915
2915
  > def double_tap(x: nil, y: nil, element: nil)
2916
2916
 
@@ -2926,7 +2926,7 @@ __Parameters:__
2926
2926
 
2927
2927
  --
2928
2928
 
2929
- ##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L99) ios
2929
+ ##### [touch_and_hold](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L99) ios
2930
2930
 
2931
2931
  > def touch_and_hold(x: nil, y: nil, element: nil, duration: 1.0)
2932
2932
 
@@ -2944,7 +2944,7 @@ __Parameters:__
2944
2944
 
2945
2945
  --
2946
2946
 
2947
- ##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L112) ios
2947
+ ##### [two_finger_tap](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L112) ios
2948
2948
 
2949
2949
  > def two_finger_tap(element:)
2950
2950
 
@@ -2960,7 +2960,7 @@ two_finger_tap element: find_element(:accessibility_id, "some item")
2960
2960
 
2961
2961
  --
2962
2962
 
2963
- ##### [one_finger_tap](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L127) ios
2963
+ ##### [one_finger_tap](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L127) ios
2964
2964
 
2965
2965
  > def one_finger_tap(x:, y:, element: nil)
2966
2966
 
@@ -2976,7 +2976,7 @@ __Parameters:__
2976
2976
 
2977
2977
  --
2978
2978
 
2979
- ##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L147) ios
2979
+ ##### [drag_from_to_for_duration](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L147) ios
2980
2980
 
2981
2981
  > def drag_from_to_for_duration(from_x:, from_y:, to_x:, to_y:, duration: 1.0, element: nil)
2982
2982
 
@@ -2999,7 +2999,7 @@ drag point should be before to start dragging. Mandatory parameter
2999
2999
 
3000
3000
  --
3001
3001
 
3002
- ##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L164) ios
3002
+ ##### [select_picker_wheel](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L164) ios
3003
3003
 
3004
3004
  > def select_picker_wheel(element:, order:, offset: nil)
3005
3005
 
@@ -3016,7 +3016,7 @@ __Parameters:__
3016
3016
 
3017
3017
  --
3018
3018
 
3019
- ##### [alert](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/gestures.rb#L182) ios
3019
+ ##### [alert](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/gestures.rb#L182) ios
3020
3020
 
3021
3021
  > def alert(action:, button_label: nil)
3022
3022
 
@@ -3041,7 +3041,7 @@ alert action: "dismiss"
3041
3041
 
3042
3042
  --
3043
3043
 
3044
- ##### [text_field_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
3044
+ ##### [text_field_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/textfield.rb#L23) ios
3045
3045
 
3046
3046
  > def text_field_class
3047
3047
 
@@ -3053,7 +3053,7 @@ __Returns:__
3053
3053
 
3054
3054
  --
3055
3055
 
3056
- ##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/textfield.rb#L28) ios
3056
+ ##### [secure_text_field_class](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/textfield.rb#L28) ios
3057
3057
 
3058
3058
  > def secure_text_field_class
3059
3059
 
@@ -3065,7 +3065,7 @@ __Returns:__
3065
3065
 
3066
3066
  --
3067
3067
 
3068
- ##### [textfield](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/textfield.rb#L37) ios
3068
+ ##### [textfield](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/textfield.rb#L37) ios
3069
3069
 
3070
3070
  > def textfield(value)
3071
3071
 
@@ -3083,7 +3083,7 @@ __Returns:__
3083
3083
 
3084
3084
  --
3085
3085
 
3086
- ##### [textfields](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/textfield.rb#L57) ios
3086
+ ##### [textfields](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/textfield.rb#L57) ios
3087
3087
 
3088
3088
  > def textfields(value = false)
3089
3089
 
@@ -3100,7 +3100,7 @@ __Returns:__
3100
3100
 
3101
3101
  --
3102
3102
 
3103
- ##### [first_textfield](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/textfield.rb#L66) ios
3103
+ ##### [first_textfield](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/textfield.rb#L66) ios
3104
3104
 
3105
3105
  > def first_textfield
3106
3106
 
@@ -3112,7 +3112,7 @@ __Returns:__
3112
3112
 
3113
3113
  --
3114
3114
 
3115
- ##### [last_textfield](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/textfield.rb#L72) ios
3115
+ ##### [last_textfield](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/textfield.rb#L72) ios
3116
3116
 
3117
3117
  > def last_textfield
3118
3118
 
@@ -3124,7 +3124,7 @@ __Returns:__
3124
3124
 
3125
3125
  --
3126
3126
 
3127
- ##### [textfield_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/textfield.rb#L82) ios
3127
+ ##### [textfield_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/textfield.rb#L82) ios
3128
3128
 
3129
3129
  > def textfield_exact(value)
3130
3130
 
@@ -3140,7 +3140,7 @@ __Returns:__
3140
3140
 
3141
3141
  --
3142
3142
 
3143
- ##### [textfields_exact](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/element/textfield.rb#L89) ios
3143
+ ##### [textfields_exact](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/element/textfield.rb#L89) ios
3144
3144
 
3145
3145
  > def textfields_exact(value)
3146
3146
 
@@ -3156,7 +3156,7 @@ __Returns:__
3156
3156
 
3157
3157
  --
3158
3158
 
3159
- ##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L26) ios
3159
+ ##### [set_pasteboard](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L26) ios
3160
3160
 
3161
3161
  > def set_pasteboard(content:, encoding: nil)
3162
3162
 
@@ -3171,7 +3171,7 @@ The parameter is mandatory
3171
3171
 
3172
3172
  --
3173
3173
 
3174
- ##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L38) ios
3174
+ ##### [get_pasteboard](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/pasteboard.rb#L38) ios
3175
3175
 
3176
3176
  > def get_pasteboard(encoding: nil)
3177
3177
 
@@ -3183,7 +3183,7 @@ __Parameters:__
3183
3183
 
3184
3184
  --
3185
3185
 
3186
- ##### [install_certificate](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/certificate.rb#L32) ios
3186
+ ##### [install_certificate](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/certificate.rb#L32) ios
3187
3187
 
3188
3188
  > def install_certificate(cer_file:)
3189
3189
 
@@ -3198,7 +3198,7 @@ __Parameters:__
3198
3198
 
3199
3199
  --
3200
3200
 
3201
- ##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/get_context.rb#L28) ios
3201
+ ##### [xcuitest_get_contexts](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/get_context.rb#L28) ios
3202
3202
 
3203
3203
  > def xcuitest_get_contexts
3204
3204
 
@@ -3206,7 +3206,7 @@ Get contexts
3206
3206
 
3207
3207
  --
3208
3208
 
3209
- ##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
3209
+ ##### [xcuitest_install_app](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L35) ios
3210
3210
 
3211
3211
  > def xcuitest_install_app(app:)
3212
3212
 
@@ -3226,7 +3226,7 @@ __Returns:__
3226
3226
 
3227
3227
  --
3228
3228
 
3229
- ##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L48) ios
3229
+ ##### [xcuitest_app_installed?](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L48) ios
3230
3230
 
3231
3231
  > def xcuitest_app_installed?(bundle_id:)
3232
3232
 
@@ -3242,7 +3242,7 @@ __Returns:__
3242
3242
 
3243
3243
  --
3244
3244
 
3245
- ##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L62) ios
3245
+ ##### [xcuitest_remove_app](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L62) ios
3246
3246
 
3247
3247
  > def xcuitest_remove_app(bundle_id:)
3248
3248
 
@@ -3259,7 +3259,7 @@ __Returns:__
3259
3259
 
3260
3260
  --
3261
3261
 
3262
- ##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L76) ios
3262
+ ##### [xcuitest_launch_app](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L76) ios
3263
3263
 
3264
3264
  > def xcuitest_launch_app(bundle_id:)
3265
3265
 
@@ -3276,7 +3276,7 @@ __Returns:__
3276
3276
 
3277
3277
  --
3278
3278
 
3279
- ##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L91) ios
3279
+ ##### [xcuitest_terminate_app](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L91) ios
3280
3280
 
3281
3281
  > def xcuitest_terminate_app(bundle_id:)
3282
3282
 
@@ -3293,7 +3293,7 @@ __Returns:__
3293
3293
 
3294
3294
  --
3295
3295
 
3296
- ##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L112) ios
3296
+ ##### [xcuitest_query_app_status](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L112) ios
3297
3297
 
3298
3298
  > def xcuitest_query_app_status(bundle_id:)
3299
3299
 
@@ -3317,7 +3317,7 @@ __Returns:__
3317
3317
 
3318
3318
  --
3319
3319
 
3320
- ##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/c3330bd208d4aba2cdc616f5ca4ac23a3ec4790a/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L127) ios
3320
+ ##### [xcuitest_activate_app](https://github.com/appium/ruby_lib/blob/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4/lib/appium_lib/ios/xcuitest/command/multi_app_handler.rb#L127) ios
3321
3321
 
3322
3322
  > def xcuitest_activate_app(bundle_id:)
3323
3323