UserAgentMetadata
@Serializable
Used to specify User Agent Client 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.
Constructors
Link copied to clipboard
constructor(brands: List<Emulation.UserAgentBrandVersion>? = null, fullVersionList: List<Emulation.UserAgentBrandVersion>? = null, fullVersion: String? = null, platform: String, platformVersion: String, architecture: String, model: String, mobile: Boolean, bitness: String? = null, wow64: Boolean? = null, formFactors: List<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Brands appearing in Sec-CH-UA.
Link copied to clipboard
Used to specify User Agent form-factor values. See https://wicg.github.io/ua-client-hints/#sec-ch-ua-form-factors
Link copied to clipboard
Link copied to clipboard
Brands appearing in Sec-CH-UA-Full-Version-List.
Link copied to clipboard