Exemplo n.º 1
0
 public static WineListPage SubmitPriceFilter(this WineListPage page, Waiters wait)
 {
     wait.WaitForClickableElement(By.Id(page.LocFilter));
     page.FilterByPrice.Click();
     return(page);
 }