Ejemplo n.º 1
0
 public static SeleneCollection SS(this SeleneElement selement, string cssSelector)
 {
     return(selement.FindAll(cssSelector));
 }
Ejemplo n.º 2
0
 public static SeleneCollection SS(this SeleneElement selement, By locator)
 {
     return(selement.FindAll(locator));
 }