I\'m running Appium on Windows to test a Cordova app directly on an Android device. However, when I try to fetch the contexts and switch to the one containing WEBVIEW<
WEBVIEW<
Did you try to force select of webview? For example in JAVA:
driver.switchTo().window("WEBVIEW");
I'm also testing cordova app and it is working well.