Builder

class Builder(val userAgent: String)

A builder for SetUserAgentOverrideRequest, which allows setting the optional parameters of the EmulationDomain.setUserAgentOverride command via a lambda.

Constructors

Link copied to clipboard
constructor(userAgent: String)

Properties

Link copied to clipboard

Browser language to emulate.

Link copied to clipboard

The platform navigator.platform should return.

Link copied to clipboard

User agent to use.

Link copied to clipboard

To be sent in Sec-CH-UA-* headers and returned in navigator.userAgentData

Functions

Link copied to clipboard