Method | Description | |
---|---|---|
Intercept ( IInvocation invocation ) : void |
Intercepts calls to methods on the class.
|
|
ProxiedWebElementInterceptor ( ISearchContext searchContext, IEnumerable |
Initializes a new instance of the ProxiedWebElementInterceptor class.
|
public Intercept ( IInvocation invocation ) : void | ||
invocation | IInvocation | An IInvocation object describing the actual implementation. |
return | void |
public ProxiedWebElementInterceptor ( ISearchContext searchContext, IEnumerable |
||
searchContext | ISearchContext | The driver used to search for element. |
bys | IEnumerable |
The list of methods by which to search for the elements. |
cache | bool | |
return | System |