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:
Daniel Gempesaw
2014-12-10 23:20:40 -05:00
parent 522f367bc1
commit 19ce08d5be
+1
View File
@@ -88,6 +88,7 @@ var iosCaps = [
, 'showIOSLog'
, 'loggingPrefs'
, 'sendKeyStrategy'
, 'waitForAppScript'
];
var Capabilities = function (capabilities) {