mirror of
https://github.com/appium/appium.git
synced 2026-02-11 04:20:00 -06:00
Misleading error message for a Valid Platform
This commit is contained in:
@@ -145,7 +145,7 @@ Appium.prototype.getDeviceFromMJSONWP = function (args, caps) {
|
||||
throw new Error("Could not determine your device. You sent in a " +
|
||||
"platformName capability of '" + platform + "' but that " +
|
||||
"is not a supported platform. Supported platforms are: " +
|
||||
"iOS, Android, Selendroid, and FirefoxOS");
|
||||
"iOS, Android and FirefoxOS");
|
||||
}
|
||||
var type = this.getDeviceTypeFromAutomationName(automation) ||
|
||||
this.getDeviceTypeFromBrowserName(browser) ||
|
||||
|
||||
Reference in New Issue
Block a user