ExposeDevToolsProtocolParameter

@Serializable
data class ExposeDevToolsProtocolParameter(val targetId: String, val bindingName: String? = null, val inheritPermissions: Boolean? = null)

Constructors

Link copied to clipboard
constructor(targetId: String, bindingName: String? = null, inheritPermissions: Boolean? = null)

Properties

Link copied to clipboard
val bindingName: String? = null

Binding name, 'cdp' if not specified.

Link copied to clipboard

If true, inherits the current root session's permissions (default: false).

Link copied to clipboard