Example #1
0
 public bool IsElementPresent(By locator)
 {
     return(WebDriverInstance.GetInstance().FindElements(locator).Count > 0);
 }
Example #2
0
 public void InitBrowser()
 {
     driver = WebDriverInstance.GetInstance();
 }