I have this android appium driver capability:
androidCapabilities.setCapability("appWaitActivity", ".install.TermsOfUseActivity");
but it appears after a while
How can I set in the capabilities the wait time out to be longer?
What's the default?
I have googled and so no timeout capability for that.
I'm not looking for other sleep/wait methods.
Give I'm using capability "appWaitActivity
" how can I set the timeout to be X
?