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
Brands
Brands.
public UserAgentBrandVersion[] Brands { get; set; }
Property Value
FullVersion
Full version.
public string FullVersion { get; set; }
Property Value
Mobile
Mobile.
public bool Mobile { get; set; }
Property Value
Model
Model.
public string Model { get; set; }
Property Value
Platform
Platform.
public string Platform { get; set; }
Property Value
PlatformVersion
Platform version.
public string PlatformVersion { get; set; }