WebElement verticalLayout = panelScrollable.findElement(By
.className("v-verticallayout"));
Dimension verticalLayoutSize = verticalLayout.getSize();
panelScrollable.scroll(verticalLayoutSize.height);
WebElement button = verticalLayout
.findElement(By.className("v-button"));
button.click();