Пример #1
0
 public IWebElement FindButton(string locator, Scope scope)
 {
     return(elementFinder.Find(By.XPath(xPath.ButtonXPath(locator)), scope));
 }