public class PageObjects extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NO_WEBDRIVER_CONSTRUCTOR_MESSAGE |
Constructor and Description |
---|
PageObjects(org.openqa.selenium.WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
<T extends PageObject> |
ofType(Class<T> pageObjectClass) |
static PageObjects |
usingDriver(org.openqa.selenium.WebDriver driver) |
public static final String NO_WEBDRIVER_CONSTRUCTOR_MESSAGE
public static PageObjects usingDriver(org.openqa.selenium.WebDriver driver)
public <T extends PageObject> T ofType(Class<T> pageObjectClass)
Copyright © 2022. All rights reserved.