An expectation for checking if an element is visible and enabled such that you can click it.
public static System.Func<OpenQA.Selenium.IWebDriver,OpenQA.Selenium.IWebElement> ElementToBeClickable(OpenQA.Selenium.By by);
by OpenQA.Selenium.By
The locator used to find the element.
System.Func<OpenQA.Selenium.IWebDriver,OpenQA.Selenium.IWebElement>
The OpenQA.Selenium.IWebElement once it is located and click-able (visible and enabled).