Table of Contents

Interface IAugmentsProxyContext

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

An object which can augment a WebDriverProxyCreationContext which will subsequently be used to create a proxy OpenQA.Selenium.IWebDriver.

public interface IAugmentsProxyContext

Methods

AugmentContext(WebDriverProxyCreationContext)

Augment the specified WebDriverProxyCreationContext with additional functionality.

void AugmentContext(WebDriverProxyCreationContext context)

Parameters

context WebDriverProxyCreationContext

The context object to augment.