mirror of
https://github.com/appium/appium.git
synced 2026-02-09 11:18:51 -06:00
Init the current context as NATIVE_APP for Selendroid.
This commit is contained in:
@@ -65,6 +65,7 @@ Selendroid.prototype.init = function () {
|
||||
, ['GET', new RegExp('^/wd/hub/session/[^/]+/context')]
|
||||
, ['GET', new RegExp('^/wd/hub/session/[^/]+/contexts')]
|
||||
];
|
||||
this.curContext = this.defaultContext();
|
||||
};
|
||||
|
||||
_.extend(Selendroid.prototype, androidCommon);
|
||||
|
||||
Reference in New Issue
Block a user