public class AbstractPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.WebDriver |
driver |
protected TestdriverWait |
wait |
| Constructor and Description |
|---|
AbstractPage(org.openqa.selenium.WebDriver driver)
Sets up the basics for all pages.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.openqa.selenium.WebElement |
findByLinkText(String text) |
protected org.openqa.selenium.WebElement |
findByXpathAndText(String xpath,
String text) |
protected List<org.openqa.selenium.WebElement> |
findElementsByXpathAndText(String xpath,
String text) |
protected org.openqa.selenium.WebDriver driver
protected TestdriverWait wait
public AbstractPage(org.openqa.selenium.WebDriver driver)
driver - the driver to use.Copyright © 2018. All rights reserved.