Search in sources :

Example 1 with VerticalLayoutElement

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();
}
Also used : Actions(org.openqa.selenium.interactions.Actions) VerticalLayoutElement(com.vaadin.testbench.elements.VerticalLayoutElement)

Aggregations

VerticalLayoutElement (com.vaadin.testbench.elements.VerticalLayoutElement)1 Actions (org.openqa.selenium.interactions.Actions)1