no need to care about window_handles anymore (fix #3105)

This commit is contained in:
Jonathan Lipps
2014-07-09 10:15:02 -07:00
parent edd8e07e08
commit 1fa2f5f432

View File

@@ -63,10 +63,7 @@ Android.prototype.init = function () {
this.proxyPort = null;
this.proxySessionId = null;
this.avoidProxy = [
['POST', new RegExp('^/wd/hub/session/[^/]+/window')]
, ['GET', new RegExp('^/wd/hub/session/[^/]+/window_handle')]
, ['GET', new RegExp('^/wd/hub/session/[^/]+/window_handles')]
, ['POST', new RegExp('^/wd/hub/session/[^/]+/context')]
['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')]