We are doing automation testing on mobile devices with Appium, but the testing fails because of the popup 'Allow USB debugging?' even though the device is already connected through adb connect
and adb devices
.
I already checked the 'Always allow from this computer', but still, sometimes it pops up and causes the test to fail, and other times it works just fine; not popping up at all.
How to address this issue?