-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class AddScriptToEvaluateOnLoadResponse
Response type for the PageDomain.addScriptToEvaluateOnLoad command.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidentifier
-
Constructor Summary
Constructors Constructor Description AddScriptToEvaluateOnLoadResponse(String identifier)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AddScriptToEvaluateOnLoadResponsecopy(String identifier)final StringgetIdentifier()Identifier of the added script. -
-
Constructor Detail
-
AddScriptToEvaluateOnLoadResponse
AddScriptToEvaluateOnLoadResponse(String identifier)
-
-
Method Detail
-
component1
final String component1()
-
copy
final AddScriptToEvaluateOnLoadResponse copy(String identifier)
-
getIdentifier
final String getIdentifier()
Identifier of the added script.
-
-
-
-