AbstractAccountPage
, TargoBankLoginPage
public abstract class AbstractSeleniumWebPage
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected org.openqa.selenium.WebDriver |
driver |
Selenium web driver
|
Constructor | Description |
---|---|
AbstractSeleniumWebPage(org.openqa.selenium.WebDriver driver) |
Creates a new basic web page.
|
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
elementExist(org.openqa.selenium.By byId) |
checks if an element identified by
By exits |