This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

I have connected my device via tcpip (adb tcpip port, adb connect ipaddress:port)

I have two kinds of tests running.

  1. One is not using adb commands in the test
  2. 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