Exemplo n.º 1
0
 public static List <IWebElement> FindElements(By locator)
 {
     return(WebDriverManager.GetWebDriver().FindElements(locator).ToList());
 }
Exemplo n.º 2
0
 public static IWebElement FindElement(By locator)
 {
     return(WebDriverManager.GetWebDriver().FindElement(locator));
 }