C# 클래스 OpenQA.Selenium.Support.PageObjects.PageFactory

Provides the ability to produce Page Objects modeling a page. This class cannot be inherited.
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
InitElements ( ISearchContext driver, object page ) : void

Initializes the elements in the Page Object.

비공개 메소드들

메소드 설명
PageFactory ( ) : System

Prevents a default instance of the PageFactory class from being created.

메소드 상세

InitElements() 공개 정적인 메소드

Initializes the elements in the Page Object.
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.
리턴 void