How to use the appium/build/lib/parser.getDefaultArgs function in appium

To help you get started, we’ve selected a few appium examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github appium / appium-desktop / app / main / appium.js View on Github external
ipcMain.on('get-default-args', (evt) => {
    evt.returnValue = getDefaultArgs();
  });