mirror of
https://github.com/appium/appium.git
synced 2026-05-05 09:59:58 -05:00
Add waitForAppScript to ios caps handler
waitForAppScript logic was added in #4191, but the caps handler doesn't know about it, so it never gets executed. Analogous to #4249 for sendKeyStrategy cap.
This commit is contained in:
@@ -88,6 +88,7 @@ var iosCaps = [
|
||||
, 'showIOSLog'
|
||||
, 'loggingPrefs'
|
||||
, 'sendKeyStrategy'
|
||||
, 'waitForAppScript'
|
||||
];
|
||||
|
||||
var Capabilities = function (capabilities) {
|
||||
|
||||
Reference in New Issue
Block a user