Class SetUserAgentOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Options for SetUserAgentAsync(SetUserAgentOptions).
public class SetUserAgentOptions
- Inheritance
-
SetUserAgentOptions
Properties
Platform
Platform to set in the user agent override.
public string Platform { get; set; }
Property Value
UserAgent
Specific user agent to use in this page.
public string UserAgent { get; set; }
Property Value
UserAgentMetadata
User agent metadata.
public UserAgentMetadata UserAgentMetadata { get; set; }