I am using Appium with Windows Driver, to test my Windows based Dot net application, using C#… I am trying to click on a link through my automation tests. When my automation test is running, then its not waiting till my element(link) in the application is loaded/visible . Because of this my test fails. Is there a WinAppDriver /Windows Driver waittillElementisvisible property (like how we have in Selenium Webdriver) so that it waits till the element is loaded ? Any help is much appreciated.