isElementPresent(By.className("gwt-MenuItem")));
}
private void openPopup() {
ComboBoxElement combobox = $(ComboBoxElement.class).first();
combobox.click();
combobox.openPopup();
combobox.focus();
Actions actions = new Actions(getDriver());
actions.moveToElement(