Table of Contents

Class ProxyConfiguration

Namespace
OpenQA.Selenium.BiDi.Modules.Session
Assembly
WebDriver.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "proxyType")]
[JsonDerivedType(typeof(AutoDetectProxyConfiguration), "autodetect")]
[JsonDerivedType(typeof(DirectProxyConfiguration), "direct")]
[JsonDerivedType(typeof(ManualProxyConfiguration), "manual")]
[JsonDerivedType(typeof(PacProxyConfiguration), "pac")]
[JsonDerivedType(typeof(SystemProxyConfiguration), "system")]
public abstract record ProxyConfiguration : IEquatable<ProxyConfiguration>
Inheritance
ProxyConfiguration
Implements
Derived
Inherited Members