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

SetDiscoverTargetsRequest

data class SetDiscoverTargetsRequest

Request object containing input parameters for the TargetDomain.setDiscoverTargets command.

Constructors

<init>

Request object containing input parameters for the TargetDomain.setDiscoverTargets command.

SetDiscoverTargetsRequest(discover: Boolean)

Properties

discover

Whether to discover available targets.

val discover: Boolean