kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Emulation
/
UserAgentBrandVersion
User
Agent
Brand
Version
@
Serializable
data
class
UserAgentBrandVersion
(
val
brand
:
String
,
val
version
:
String
)
Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
Members
Constructors
User
Agent
Brand
Version
Link copied to clipboard
constructor
(
brand
:
String
,
version
:
String
)
Properties
brand
Link copied to clipboard
val
brand
:
String
version
Link copied to clipboard
val
version
:
String