Class Runtime.CompileScriptResponse
java.lang.Object
org.openqa.selenium.devtools.v127.runtime.Runtime.CompileScriptResponse
- Enclosing class:
- Runtime
-
Constructor Summary
ConstructorsConstructorDescriptionCompileScriptResponse
(Optional<ScriptId> scriptId, Optional<ExceptionDetails> exceptionDetails) -
Method Summary
Modifier and TypeMethodDescriptionException details.Id of the script.
-
Constructor Details
-
CompileScriptResponse
public CompileScriptResponse(Optional<ScriptId> scriptId, Optional<ExceptionDetails> exceptionDetails)
-
-
Method Details
-
getScriptId
Id of the script. -
getExceptionDetails
Exception details.
-