Package de.mhus.lib.tests.selenium
Class SeleniumPage
- java.lang.Object
-
- de.mhus.lib.tests.selenium.SeleniumPage
-
- Direct Known Subclasses:
SeleniumVaadinGwt
public class SeleniumPage extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.WebDriverdriver
-
Constructor Summary
Constructors Constructor Description SeleniumPage(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsText(String text)voidnavigateTo(String url)booleanwaitForText(String text, int sleep, int loops)
-