Class UnproxyingAugmenter
- Namespace
- CSF.Extensions.WebDriver.Proxies
- Assembly
- CSF.Extensions.WebDriver.dll
Implementation of IAugmentsProxyContext which adds IHasUnproxiedWebDriver to the proxy.
public class UnproxyingAugmenter : IAugmentsProxyContext
- Inheritance
-
UnproxyingAugmenter
- Implements
- Inherited Members
Methods
AugmentContext(WebDriverProxyCreationContext)
Augment the specified WebDriverProxyCreationContext with additional functionality.
public void AugmentContext(WebDriverProxyCreationContext context)
Parameters
context
WebDriverProxyCreationContextThe context object to augment.