Ejemplo n.º 1
0
 public new ReadOnlyCollection <IWebElement> FindElements(By by)
 {
     return(new ReadOnlyCollection <IWebElement>(
                WrapElements_(webElement_.FindElements(by))));
 }
Ejemplo n.º 2
0
 public ReadOnlyCollection <IWebElement> FindElements(By by)
 {
     return(DecoratedWebElement.FindElements(by));
 }