mirror of
https://github.com/appium/appium.git
synced 2026-04-24 20:38:43 -05:00
Undo opts.systemPort change
This commit is contained in:
@@ -19,7 +19,7 @@ var ADB = require('./adb.js')
|
||||
var Selendroid = function(opts) {
|
||||
this.opts = opts;
|
||||
this.opts.devicePort = 8080;
|
||||
this.opts.systemPort = opts.systemPort || 4724;
|
||||
this.opts.systemPort = opts.systemPort;
|
||||
this.avdName = opts.avdName || null;
|
||||
this.appWaitActivity = opts.appWaitActivity;
|
||||
this.serverApk = null;
|
||||
|
||||
Reference in New Issue
Block a user