public ListPage(IBrowserDriver driver) : base(driver) { Array = driver.CreateArray("//ul/li", x => new ListArray(x)); }