-
public final class GetWindowForTargetRequestRequest object containing input parameters for the BrowserDomain.getWindowForTarget command.
-
-
Constructor Summary
Constructors Constructor Description GetWindowForTargetRequest(String targetId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetWindowForTargetRequestcopy(String targetId)final StringgetTargetId()Devtools agent host id. -
-
Constructor Detail
-
GetWindowForTargetRequest
GetWindowForTargetRequest(String targetId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetWindowForTargetRequest copy(String targetId)
-
getTargetId
final String getTargetId()
Devtools agent host id. If called as a part of the session, associated targetId is used.
-
-
-
-