Gets a value indicating if this OpenQA.Selenium.IWebElement is stale (not attached to the DOM).
public static bool IsStale(this OpenQA.Selenium.IWebElement element);
element OpenQA.Selenium.IWebElement
The element.
System.Boolean
True if element is stale; False if not.