Example #1
0
 public static bool IsVisible(this By by, IWebDriver driver) => by.IsEnabled(driver) && by.Displayed(driver);