135136137138139140141142143144
header.is().present(); } protected void checkElementIsSelected(ElementBuilder<?> option1) { new Select(select).selectByIndex(0); IsNotElementBuilder aa; option1.is().selected(); new Select(select).selectByIndex(1); option1.is().not().selected(); }