PageFactory InitElements Method (ISearchContext, Object)WebDriver
Initializes the elements in the Page Object.

Namespace: OpenQA.Selenium.Support.PageObjects
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public static void InitElements(
	ISearchContext driver,
	Object page
)
Exceptions

ExceptionCondition
OnlineSystem ArgumentException thrown if a field or property decorated with the FindsByAttribute is not of type IWebElement or IList{IWebElement}.
See Also