use of com.vaadin.testbench.elements.VerticalLayoutElement in project charts by vaadin.
the class AbstractPointClickCoordinatesTest method clickPoint.
protected void clickPoint() {
VerticalLayoutElement layout = $(VerticalLayoutElement.class).first();
new Actions(driver).moveToElement(layout, expectedPointX, expectedPointY).click().build().perform();
waitForVaadin();
}
Aggregations