I need your help. I want to connect the device locally (not an emulator). enter image description here
But I stopped at this problem that I can't solve.enter image description here
I need your help. I want to connect the device locally (not an emulator). enter image description here
But I stopped at this problem that I can't solve.enter image description here
If your app is not installed on the test device then you need to provide appium:app
capability with the path to the *.apk
file. If your app is already installed on the device then you can try adding appium:noReset
capability with value true
.
hey have you tried adding this capability?
desired_caps['appWaitActivity'] = '*'
for pycharm and
appium:appWaitActivity text *
into appiuminspector this worked for me.