Table of Contents

Class UserAgentBrandVersion

Namespace
OpenQA.Selenium.DevTools.V147.Emulation
Assembly
Selenium.WebDriver.dll

Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints

public sealed class UserAgentBrandVersion
Inheritance
UserAgentBrandVersion
Inherited Members

Properties

Brand

brand

[JsonPropertyName("brand")]
public string Brand { get; set; }

Property Value

string

Version

version

[JsonPropertyName("version")]
public string Version { get; set; }

Property Value

string