Hi, I'm testing with WebdriverIO JS with the following capabilites (as mentioned in the example)
capabilities: [{
platformName: 'windows',
'appium:automationName': 'FlaUI',
'appium:app': 'myapp.exe',
}],
The webdriverio uses getContext() to hit http://localhost:4723/session/xxxx/context which isn't implemented. I understand this is needed for webview within native context (https://appium.io/docs/en/2.0/guides/context) and isn't applicable here, but how do I indicate that to webdriverio?