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
WebDriverProxyCreationContextThe context object to augment.