chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.target / CloseTargetResponse

CloseTargetResponse

data class CloseTargetResponse

Response type for the TargetDomain.closeTarget command.

Constructors

<init>

Response type for the TargetDomain.closeTarget command.

CloseTargetResponse(success: Boolean)

Properties

success

Always set to true. If an error occurs, the response indicates protocol error.

val success: Boolean