Table of Contents

Class IdentificationInterceptor

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

Interceptor which provides functionality for IHasBrowserId.

public class IdentificationInterceptor : IInterceptor
Inheritance
IdentificationInterceptor
Implements
IInterceptor
Inherited Members

Constructors

IdentificationInterceptor(BrowserId)

Initialises a new instance of IdentificationInterceptor.

public IdentificationInterceptor(BrowserId browserId)

Parameters

browserId BrowserId

The browser identity

Exceptions

ArgumentNullException

If browserId is null.

Methods

Intercept(IInvocation)

public void Intercept(IInvocation invocation)

Parameters

invocation IInvocation