C# Class Selenol.SelectorAttributes.Interceptors.PropertyInterceptor

The selector interceptor. It intercepts property getter and select elements by selector from BaseSelectorAttribute. Used for properties with type based on BaseHtmlElement. Can cache the result if need.
Inheritance: BasePropertyInterceptor
Datei anzeigen Open project: pbakshy/Selenol

Protected Methods

Method Description
SelectPropertyValue ( Type propertyType, object context, By selector ) : object

Selects value for the proxied property.

Method Details

SelectPropertyValue() protected method

Selects value for the proxied property.
protected SelectPropertyValue ( Type propertyType, object context, By selector ) : object
propertyType System.Type The property type.
context object The page.
selector OpenQA.Selenium.By The selector.
return object