Table of Contents

Class UserAgentBrandVersion

Namespace
Selenium.WebDriver.BiDi.Cdp.Emulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

public sealed record UserAgentBrandVersion : IEquatable<UserAgentBrandVersion>
Inheritance
UserAgentBrandVersion
Implements
Inherited Members

Constructors

UserAgentBrandVersion(string, string)

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

public UserAgentBrandVersion(string Brand, string Version)

Parameters

Brand string
Version string

Properties

Brand

public string Brand { get; init; }

Property Value

string

Version

public string Version { get; init; }

Property Value

string