data class TargetInfo
<init> |
TargetInfo(targetId: TargetID, type: String, title: String, url: String, attached: Boolean, openerId: TargetID? = null, canAccessOpener: Boolean? = null, openerFrameId: FrameId? = null, browserContextId: BrowserContextID? = null) |
attached |
Whether the target has an attached client. val attached: Boolean |
browserContextId |
val browserContextId: BrowserContextID? |
canAccessOpener |
Whether the target has access to the originating window. val canAccessOpener: Boolean? |
openerFrameId |
Frame id of originating window (is only set if target has an opener). val openerFrameId: FrameId? |
openerId |
Opener target Id val openerId: TargetID? |
targetId |
val targetId: TargetID |
title |
val title: String |
type |
val type: String |
url |
val url: String |