diff --git a/lib/devices/android/android.js b/lib/devices/android/android.js index 78df70224..9b079a7e1 100644 --- a/lib/devices/android/android.js +++ b/lib/devices/android/android.js @@ -69,6 +69,8 @@ Android.prototype.init = function () { , ['POST', new RegExp('^/wd/hub/session/[^/]+/context')] , ['GET', new RegExp('^/wd/hub/session/[^/]+/context')] , ['GET', new RegExp('^/wd/hub/session/[^/]+/contexts')] + , ['POST', new RegExp('^/wd/hub/session/[^/]+/appium')] + , ['GET', new RegExp('^/wd/hub/session/[^/]+/appium')] ]; };