private Func<bool> WindowWidthToBeEqualTo(int width) { return () => { return driver.Manage().Window.Size.Width == width; }; }