I’ve started using Appium and I am not sure if Appium has any commands to take care of application synchronization issues. For ex: I am working on a WPF application where objects/ pages take time to load and I dont want to use blind waits (like thread.sleep) to wait till my object loads. I see ImplicitWait out there but am not sure if it will work when an object loads before the time mentioned in ImplicitWait and I am not sure if thats the best way to do it.
Any help much appreciated.