Class Runtime.CompileScriptResponse
java.lang.Object
org.openqa.selenium.devtools.v125.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. 
 -