mirror of
https://github.com/appium/appium.git
synced 2026-02-07 01:58:55 -06:00
Use --adb option with chrome tests
This commit is contained in:
@@ -51,8 +51,8 @@ ChromeAndroid.prototype.start = function (cb, onDie) {
|
||||
this.adb = new ADB(this.args);
|
||||
this.onDie = onDie;
|
||||
|
||||
async.waterfall([
|
||||
this.prepareActiveDevice.bind(this),
|
||||
async.series([
|
||||
this.prepareDevice.bind(this),
|
||||
this.prepareChromedriver.bind(this),
|
||||
this.unlock.bind(this),
|
||||
this.createSession.bind(this)
|
||||
|
||||
Reference in New Issue
Block a user