Package io.webfolder.cdp.type.target
Class TargetInfo
java.lang.Object
io.webfolder.cdp.type.target.TargetInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFrame id of originating window (is only set if target has an opener).Opener target IdgetTitle()
getType()
getUrl()
Whether the target has an attached client.Whether the target has access to the originating window.void
setAttached
(Boolean attached) Whether the target has an attached client.void
setBrowserContextId
(String browserContextId) void
setCanAccessOpener
(Boolean canAccessOpener) Whether the target has access to the originating window.void
setOpenerFrameId
(String openerFrameId) Frame id of originating window (is only set if target has an opener).void
setOpenerId
(String openerId) Opener target Idvoid
setTargetId
(String targetId) void
void
void
toString()
-
Constructor Details
-
TargetInfo
public TargetInfo()
-
-
Method Details
-
getTargetId
-
setTargetId
-
getType
-
setType
-
getTitle
-
setTitle
-
getUrl
-
setUrl
-
isAttached
Whether the target has an attached client. -
setAttached
Whether the target has an attached client. -
getOpenerId
Opener target Id -
setOpenerId
Opener target Id -
isCanAccessOpener
Whether the target has access to the originating window. -
setCanAccessOpener
Whether the target has access to the originating window. -
getOpenerFrameId
Frame id of originating window (is only set if target has an opener). -
setOpenerFrameId
Frame id of originating window (is only set if target has an opener). -
getBrowserContextId
-
setBrowserContextId
-
toString
-