Table of Contents

Class UserAgentBrandVersion

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

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

public class UserAgentBrandVersion
Inheritance
UserAgentBrandVersion

Properties

Brand

Brand.

public string Brand { get; set; }

Property Value

string

Version

Version.

public string Version { get; set; }

Property Value

string