Package de.mhus.lib.tests.selenium
Class SeleniumVaadinGwt
- java.lang.Object
-
- de.mhus.lib.tests.selenium.SeleniumPage
-
- de.mhus.lib.tests.selenium.SeleniumVaadinGwt
-
public class SeleniumVaadinGwt extends SeleniumPage
Selenium helper for vaadin until version 8 with base gwt architecture. Not for vaadin flow architecture staring with version 10.- Author:
- mikehummel
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.tests.selenium.SeleniumPage
driver
-
-
Constructor Summary
Constructors Constructor Description SeleniumVaadinGwt(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementclickVaadinButton(String text)org.openqa.selenium.WebElementfindVaadinButton(String caption)org.openqa.selenium.WebElementfindVaadinInputByLabel(String caption)-
Methods inherited from class de.mhus.lib.tests.selenium.SeleniumPage
containsText, navigateTo, waitForText
-
-