Method | Description | |
---|---|---|
InitElements ( ISearchContext driver, object page ) : void |
Initializes the elements in the Page Object.
|
Method | Description | |
---|---|---|
PageFactory ( ) : System |
Prevents a default instance of the PageFactory class from being created.
|
public static InitElements ( ISearchContext driver, object page ) : void | ||
driver | ISearchContext | The driver used to find elements on the page. |
page | object | The Page Object to be populated with elements. |
return | void |