mirror of
https://github.com/appium/appium.git
synced 2026-02-10 03:38:49 -06:00
Making sure toLowerCase() is still used for chrome.js
This commit is contained in:
@@ -24,7 +24,7 @@ ChromeAndroid.prototype.init = function () {
|
||||
ChromeAndroid.prototype.configure = function (args, caps, cb) {
|
||||
logger.info("Looks like we want chrome on android");
|
||||
this._deviceConfigure(args, caps);
|
||||
var app = this.appString();
|
||||
var app = this.appString().toLowerCase();
|
||||
if (app === "chromium") {
|
||||
this.args.androidPackage = "org.chromium.chrome.testshell";
|
||||
this.args.androidActivity = "org.chromium.chrome.testshell.Main";
|
||||
|
||||
Reference in New Issue
Block a user