pl.wendigo.chrome.api.target / CreateTargetResponse

CreateTargetResponse

data class CreateTargetResponse (source)

Represents response frame that is returned from Target#createTarget operation call. Creates a new page.

Link
Target#createTarget method documentation.

See Also

TargetOperations.createTarget

Constructors

<init>

CreateTargetResponse(targetId: TargetID)

Represents response frame that is returned from Target#createTarget operation call. Creates a new page.

Properties

targetId

val targetId: TargetID

The id of the page opened.