Class SeleniumWebPage
- java.lang.Object
-
- de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
-
- Direct Known Subclasses:
AbstractAccountPage
,AbstractPostBoxPage
,BosLoginPage
,SantanderLoginPage
,TargoBankLoginPage
public class SeleniumWebPage extends java.lang.Object
An basic web page- Author:
- papa
-
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.WebDriver
driver
Selenium web driver
-
Constructor Summary
Constructors Modifier Constructor Description protected
SeleniumWebPage(org.openqa.selenium.WebDriver driver)
Creates a new basic web page.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
elementExist(org.openqa.selenium.By byId)
checks if an element identified byBy
exits
-