mirror of
https://github.com/appium/appium.git
synced 2026-02-20 01:29:36 -06:00
Extending avoidProxy to make it possible make requests to all mobile-specific appium requests from e2e tests code.
This commit is contained in:
@@ -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')]
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user