OpenDevToolsResponse

@Serializable
data class OpenDevToolsResponse(val targetId: TargetID)

Response type for the TargetDomain.openDevTools command.

Constructors

Link copied to clipboard
constructor(targetId: TargetID)

Properties

Link copied to clipboard

The targetId of DevTools page target.