I have connected my device via tcpip (adb tcpip port, adb connect ipaddress:port)
I have two kinds of tests running.
- One is not using adb commands in the test
- Another test I am using adb commands to fetch device OS version and
so on
When I execute the tests, first test running without any issue but the second test fails with Could not find a connected Android device
Refer Appium_log
Not sure why the test is failing when we have adb commands in the test when we execute over tcpip