chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.emulation / UserAgentBrandVersion

UserAgentBrandVersion

data class UserAgentBrandVersion

Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints

Constructors

<init>

Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints

UserAgentBrandVersion(brand: String, version: String)

Properties

brand

val brand: String

version

val version: String