зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1587364 - [marionette] Use `getWebDriverBrowserName()` to determine the `browserName` capability. r=webdriver-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D48676 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
293bad18f4
Коммит
553eb4fded
|
@ -435,7 +435,7 @@ class Capabilities extends Map {
|
|||
constructor() {
|
||||
super([
|
||||
// webdriver
|
||||
["browserName", appinfo.name],
|
||||
["browserName", getWebDriverBrowserName()],
|
||||
["browserVersion", appinfo.version],
|
||||
["platformName", getWebDriverPlatformName()],
|
||||
["platformVersion", Services.sysinfo.getProperty("version")],
|
||||
|
|
Загрузка…
Ссылка в новой задаче