Skip to content

Commit

Permalink
Merge pull request #2922 from Mikrovolnovka/mikrovolnovka
Browse files Browse the repository at this point in the history
Extending avoidProxy to make it possible make requests to all mobile-spe...
  • Loading branch information
jlipps committed Jun 23, 2014
2 parents dd5b36a + d5b43a8 commit 5eef4b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/devices/android/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')]
];
};

Expand Down

0 comments on commit 5eef4b0

Please sign in to comment.