Wim Selles
Wim Selles
@christian-bromann I've been helping @alinaIftode with this issue and the tunnel is randomly not created, but the test is starting with a reference to the not started tunnel. This might...
@alinaIftode This might be related https://github.com/webdriverio/webdriverio/pull/5961
@christian-bromann and @enriquegh Re-opening this one again. I've had contact with @alinaIftode and found out that the new _retry_ is working, but it's not solving the issue for her. We...
This is not a bug, it's a _feature_ 🤣 . Sorry for the awful joke, but there is no JS context in a native app, so you can't use the...
> related to the comment from @erwinheitzman, I found out that besides I specify the automationName, appium is still using the appium-android-driver  There are multiple drivers installed by Appium...
You need to check the Appium logs itself, not the WDIO log, it might be that internally it uses the other driver (which I need to figure out) but I'm...
> I had the same assumption as @wswebcreation that `UIAutomator2` seems to be using `appium-android-driver` under the hood. > > I think this issue can be closed as the command...
Good idea, is there a way to determine this without checking the context with a call, relying on the `app` cap is not enough because: - an app can also...
@christian-bromann Do you want to throw an error or write to the logs?
I can pick this up in the coming week(s)