Ejemplo n.º 1
0
 private IWebElement PerformValidation(IWebDriver driver, CustomersPage customerPage, Customer customer)
 {
     ValidateURL(driver, customersUrl);
     return(customerPage.Search(driver, customer));
 }