Table of Contents

Class SetUserAgentOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class SetUserAgentOptions
Inheritance
SetUserAgentOptions

Properties

Platform

Platform to set in the user agent override.

public string Platform { get; set; }

Property Value

string

UserAgent

Specific user agent to use in this page.

public string UserAgent { get; set; }

Property Value

string

UserAgentMetadata

User agent metadata.

public UserAgentMetadata UserAgentMetadata { get; set; }

Property Value

UserAgentMetadata