예제 #1
0
 public static TPageObject[] All <TPageObject>(this IWebElement context, Browser browser)
 {
     return(context.All(typeof(TPageObject), browser).Cast <TPageObject>().ToArray());
 }