Table of Contents

Class SetUserAgentOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.Network
Assembly
WebDriver.dll

SetUserAgentOverride

public sealed class SetUserAgentOverrideCommandSettings : ICommand
Inheritance
SetUserAgentOverrideCommandSettings
Implements
Inherited Members

Properties

AcceptLanguage

Gets or sets the acceptLanguage

[JsonPropertyName("acceptLanguage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string AcceptLanguage { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Platform

Gets or sets the platform

[JsonPropertyName("platform")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Platform { get; set; }

Property Value

string

UserAgent

Gets or sets the userAgent

[JsonPropertyName("userAgent")]
public string UserAgent { get; set; }

Property Value

string

UserAgentMetadata

Gets or sets the userAgentMetadata

[JsonPropertyName("userAgentMetadata")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public UserAgentMetadata UserAgentMetadata { get; set; }

Property Value

UserAgentMetadata