Exemplo n.º 1
0
 public void ValidateURL(IWebDriver driver, string expectedUrl)
 {
     SynchronizationHelper.WaitForURL(driver, expectedUrl, 10);
 }