Table of Contents

Class UserAgentMetadata

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints Missing optional values will be filled in by the target with what it would normally use.

public class UserAgentMetadata
Inheritance
UserAgentMetadata

Properties

Architecture

Architecture.

public string Architecture { get; set; }

Property Value

string

Brands

Brands.

public UserAgentBrandVersion[] Brands { get; set; }

Property Value

UserAgentBrandVersion[]

FullVersion

Full version.

public string FullVersion { get; set; }

Property Value

string

Mobile

Mobile.

public bool Mobile { get; set; }

Property Value

bool

Model

Model.

public string Model { get; set; }

Property Value

string

Platform

Platform.

public string Platform { get; set; }

Property Value

string

PlatformVersion

Platform version.

public string PlatformVersion { get; set; }

Property Value

string