public class PageFactory extends Object
| Constructor and Description |
|---|
PageFactory(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
<T extends PageObject> |
createPageOfType(Class<T> pageObjectClass)
Create a new Page Object of the given type.
|
public <T extends PageObject> T createPageOfType(Class<T> pageObjectClass)
pageObjectClass - IllegalArgumentExceptionCopyright © 2021. All rights reserved.