GetBrowserContextsReturn

@Serializable
data class GetBrowserContextsReturn(val browserContextIds: List<String>)

Constructors

Link copied to clipboard
constructor(browserContextIds: List<String>)

Properties

Link copied to clipboard

An array of browser context ids.