public IEnumerable <ILocatedWebElement> FindElements(string selector)
 {
     return(Locator.FindAll(selector, this));
 }