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

Provides an interceptor to assist in creating the Page Object. This class cannot be inherited.
상속: IInterceptor, IWrapsElement
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 메소드들

메소드 설명
Intercept ( IInvocation invocation ) : void

Intercepts calls to methods on the class.

ProxiedWebElementInterceptor ( ISearchContext searchContext, IEnumerable bys, bool cache ) : System

Initializes a new instance of the ProxiedWebElementInterceptor class.

메소드 상세

Intercept() 공개 메소드

Intercepts calls to methods on the class.
public Intercept ( IInvocation invocation ) : void
invocation IInvocation An IInvocation object describing the actual implementation.
리턴 void

ProxiedWebElementInterceptor() 공개 메소드

Initializes a new instance of the ProxiedWebElementInterceptor class.
public ProxiedWebElementInterceptor ( ISearchContext searchContext, IEnumerable bys, bool cache ) : System
searchContext ISearchContext The driver used to search for element.
bys IEnumerable The list of methods by which to search for the elements.
cache bool to cache the lookup to the element; otherwise, .
리턴 System