コード例 #1
0
 public IEnumerable <ILocatedWebElement> FindElements(string selector)
 {
     return(Locator.FindAll(selector, this));
 }