C# 클래스 Selenol.SelectorAttributes.Interceptors.BasePropertyInterceptor

The base selector interceptor. It intercepts property getter and select elements by selector from BaseSelectorAttribute. Can cache the result if need.
상속: IInterceptor
파일 보기 프로젝트 열기: pbakshy/Selenol

공개 메소드들

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

The intercept.

보호된 메소드들

메소드 설명
SelectPropertyValue ( Type propertyType, object context, By selector ) : object

Selects value for the proxied property.

비공개 메소드들

메소드 설명
UseCacheIfNeed ( PropertyInfo propertyInfo, object context, BaseSelectorAttribute selectorAttribute ) : object

메소드 상세

Intercept() 공개 메소드

The intercept.
public Intercept ( IInvocation invocation ) : void
invocation IInvocation The invocation.
리턴 void

SelectPropertyValue() 보호된 추상적인 메소드

Selects value for the proxied property.
protected abstract SelectPropertyValue ( Type propertyType, object context, By selector ) : object
propertyType System.Type The property type.
context object The invocation context, can be page or control.
selector OpenQA.Selenium.By The selector.
리턴 object