Closed jlipps closed 3 years ago
I guess we should keep it to what was in the Appium 1.x automation name list:
const AUTOMATION_NAMES = {
APPIUM: 'Appium',
UIAUTOMATOR2: 'UiAutomator2',
UIAUTOMATOR1: 'UiAutomator1',
XCUITEST: 'XCUITest',
YOUIENGINE: 'YouiEngine',
ESPRESSO: 'Espresso',
TIZEN: 'Tizen',
FAKE: 'Fake',
INSTRUMENTS: 'Instruments',
WINDOWS: 'Windows',
MAC: 'Mac',
MAC2: 'Mac2',
FLUTTER: 'Flutter',
SAFARI: 'Safari',
GECKO: 'Gecko',
};
published in 1.18.0
fix https://github.com/appium/appium/issues/15056
@mykola-mokhnach not sure what automation name should be: "Windows" or "WinAppDriver"?