Class UserAgentMetadata
- Namespace
- OpenQA.Selenium.DevTools.V85.Emulation
- Assembly
- WebDriver.dll
public sealed class UserAgentMetadata
- Inheritance
-
UserAgentMetadata
- Inherited Members
-
Properties
[JsonPropertyName("architecture")]
public string Architecture { get; set; }
Property Value
- string
[JsonPropertyName("brands")]
public UserAgentBrandVersion[] Brands { get; set; }
Property Value
- UserAgentBrandVersion[]
[JsonPropertyName("fullVersion")]
public string FullVersion { get; set; }
Property Value
- string
[JsonPropertyName("mobile")]
public bool Mobile { get; set; }
Property Value
- bool
[JsonPropertyName("model")]
public string Model { get; set; }
Property Value
- string
[JsonPropertyName("platform")]
public string Platform { get; set; }
Property Value
- string
[JsonPropertyName("platformVersion")]
public string PlatformVersion { get; set; }
Property Value
- string