Table of Contents

Class UserAgentMetadata

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

UserAgentMetadata

public sealed class UserAgentMetadata
Inheritance
UserAgentMetadata
Inherited Members

Properties

Architecture

architecture

[JsonPropertyName("architecture")]
public string Architecture { get; set; }

Property Value

string

Brands

brands

[JsonPropertyName("brands")]
public UserAgentBrandVersion[] Brands { get; set; }

Property Value

UserAgentBrandVersion[]

FullVersion

fullVersion

[JsonPropertyName("fullVersion")]
public string FullVersion { get; set; }

Property Value

string

Mobile

mobile

[JsonPropertyName("mobile")]
public bool Mobile { get; set; }

Property Value

bool

Model

model

[JsonPropertyName("model")]
public string Model { get; set; }

Property Value

string

Platform

platform

[JsonPropertyName("platform")]
public string Platform { get; set; }

Property Value

string

PlatformVersion

platformVersion

[JsonPropertyName("platformVersion")]
public string PlatformVersion { get; set; }

Property Value

string