public void ResizableFourthTest() { var resizablePage = new ResizablePage(driver); resizablePage.NavigateTo(); resizablePage.ResizeWindowWithoutDropping(); resizablePage.AssertWindowAttribute("you can find a screenshot of the this failed test"); }