mirror of
https://github.com/appium/appium.git
synced 2026-02-10 11:59:45 -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) {
|
ChromeAndroid.prototype.configure = function (args, caps, cb) {
|
||||||
logger.info("Looks like we want chrome on android");
|
logger.info("Looks like we want chrome on android");
|
||||||
this._deviceConfigure(args, caps);
|
this._deviceConfigure(args, caps);
|
||||||
var app = this.appString();
|
var app = this.appString().toLowerCase();
|
||||||
if (app === "chromium") {
|
if (app === "chromium") {
|
||||||
this.args.androidPackage = "org.chromium.chrome.testshell";
|
this.args.androidPackage = "org.chromium.chrome.testshell";
|
||||||
this.args.androidActivity = "org.chromium.chrome.testshell.Main";
|
this.args.androidActivity = "org.chromium.chrome.testshell.Main";
|
||||||
|
|||||||
Reference in New Issue
Block a user