예제 #1
0
 public static List <IWebElement> FindElements(By locator)
 {
     return(WebDriverManager.GetWebDriver().FindElements(locator).ToList());
 }
예제 #2
0
 public static IWebElement FindElement(By locator)
 {
     return(WebDriverManager.GetWebDriver().FindElement(locator));
 }