In the code below, I attempt to wait until an element is visible:
var wait = new WebDriverWait(Driver.Instance, TimeSpan.FromSeconds(10)); wait.Until(ExpectedCon
In the code below which is used to stop the driver for couple of seconds
System.Threading.Thread.Sleep(20000);