I have a android app with a few webviews in them. After switching to the webview context, and the correct windowHandle I want to set some text to a html input.
After setting the text I want to assert that it actually is send, but in Android only (iOS works, same code) the call to element.getValue() yields empty string.
This has been resolved partially. I set up a real android device running Android 7.0 and it works there just fine. I will test if thats something from the simulator (aka API level) or something later.
But I don’t know how. I reinstalled / update UIAutomator, and Appium CLI. Maybe that did something.
But I didnt like that very much.
Later on, after I added those extra workarounds in, a different part crashed and complained with the error “cannot call non w3c standard command while in w3c mode”.