Table of Contents

Class UserAgentMetadata

Namespace
OpenQA.Selenium.DevTools.V130.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

Bitness

bitness

[JsonPropertyName("bitness")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Bitness { get; set; }

Property Value

string

Brands

brands

[JsonPropertyName("brands")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public UserAgentBrandVersion[] Brands { get; set; }

Property Value

UserAgentBrandVersion[]

FullVersion

fullVersion

[JsonPropertyName("fullVersion")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FullVersion { get; set; }

Property Value

string

FullVersionList

fullVersionList

[JsonPropertyName("fullVersionList")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public UserAgentBrandVersion[] FullVersionList { get; set; }

Property Value

UserAgentBrandVersion[]

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

Wow64

wow64

[JsonPropertyName("wow64")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Wow64 { get; set; }

Property Value

bool?