838485868788899091
Cookie flashMessageCookie = htmlUnitDriver.manage().getCookieNamed("FLASH_MESSAGE"); assertThat(flashMessageCookie, is(nullValue())); assertThat(htmlUnitDriver.findElements(By.className("message")), is(Matchers.<WebElement>empty())); } }
111112113114115116117118119