Ejemplo n.º 1
0
 public void Setup()
 {
     _driver = WebDriverCreator.BasicInitialize();
     //go to a url that contains a dynamically loading page element
     _driver.Navigate().GoToUrl(URI);
     //click the start button
     _driver.FindElement(By.TagName("button")).Click();
 }
Ejemplo n.º 2
0
 public void Setup()
 {
     _driver = WebDriverCreator.BasicInitialize();
 }