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