appium / appium-windows-driver

Appium's interface to WindowsAppDriver provided by Microsoft
Apache License 2.0
133 stars 35 forks source link

feat: make windows driver appium 2.0 compatible #96

Closed jlipps closed 3 years ago

jlipps commented 3 years ago

fix https://github.com/appium/appium/issues/15056

@mykola-mokhnach not sure what automation name should be: "Windows" or "WinAppDriver"?

jlipps commented 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',
};
jlipps commented 3 years ago

published in 1.18.0