mirror of
https://github.com/appium/appium.git
synced 2026-02-09 03:09:02 -06:00
no need to care about window_handles anymore (fix #3105)
This commit is contained in:
@@ -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')]
|
||||
|
||||
Reference in New Issue
Block a user