I\'m starting an already installed app using appium.
After my driver is initialized. How do I make it poll-wait till certain activity is displayed?
I saw onl
I would suggest you to use WebDriverWait. Thread.sleep() is not a good way to use in your test scripts