-
public final class TargetInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final StringtargetIdprivate final Stringtypeprivate final Stringtitleprivate final Stringurlprivate final Booleanattachedprivate final StringopenerIdprivate final BooleancanAccessOpenerprivate final StringopenerFrameIdprivate final StringbrowserContextId
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final Booleancomponent5()final Stringcomponent6()final Booleancomponent7()final Stringcomponent8()final Stringcomponent9()final TargetInfocopy(String targetId, String type, String title, String url, Boolean attached, String openerId, Boolean canAccessOpener, String openerFrameId, String browserContextId)final StringgetTargetId()final StringgetType()final StringgetTitle()final StringgetUrl()final BooleangetAttached()Whether the target has an attached client. final StringgetOpenerId()Opener target Id final BooleangetCanAccessOpener()Whether the target has access to the originating window. final StringgetOpenerFrameId()Frame id of originating window (is only set if target has an opener). final StringgetBrowserContextId()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final Boolean component5()
-
component6
final String component6()
-
component7
final Boolean component7()
-
component8
final String component8()
-
component9
final String component9()
-
copy
final TargetInfo copy(String targetId, String type, String title, String url, Boolean attached, String openerId, Boolean canAccessOpener, String openerFrameId, String browserContextId)
-
getTargetId
final String getTargetId()
-
getAttached
final Boolean getAttached()
Whether the target has an attached client.
-
getOpenerId
final String getOpenerId()
Opener target Id
-
getCanAccessOpener
final Boolean getCanAccessOpener()
Whether the target has access to the originating window.
-
getOpenerFrameId
final String getOpenerFrameId()
Frame id of originating window (is only set if target has an opener).
-
getBrowserContextId
final String getBrowserContextId()
-
-
-
-