Table of Contents

Class UnproxyingInterceptor

Namespace
CSF.Extensions.WebDriver.Proxies
Assembly
CSF.Extensions.WebDriver.dll

Interceptor which provides functionality for IHasUnproxiedWebDriver.

public class UnproxyingInterceptor : IInterceptor
Inheritance
UnproxyingInterceptor
Implements
IInterceptor
Inherited Members

Constructors

UnproxyingInterceptor(IWebDriver)

Initialises a new instance of UnproxyingInterceptor.

public UnproxyingInterceptor(IWebDriver unproxiedDriver)

Parameters

unproxiedDriver IWebDriver

The unproxied WebDriver

Exceptions

ArgumentNullException

If unproxiedDriver is null.

Methods

Intercept(IInvocation)

public void Intercept(IInvocation invocation)

Parameters

invocation IInvocation