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(); }
public void Setup() { _driver = WebDriverCreator.BasicInitialize(); }