Merge pull request #2922 from Mikrovolnovka/mikrovolnovka

Extending avoidProxy to make it possible make requests to all mobile-spe...
This commit is contained in:
Jonathan Lipps
2014-06-23 11:05:18 -07:00

View File

@@ -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')]
];
};