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
- IllegalArgumentException
Copyright © 2022. All rights reserved.