Class Runtime.CompileScriptResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.runtime.Runtime.CompileScriptResponse
-
- Enclosing class:
- Runtime
public static class Runtime.CompileScriptResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CompileScriptResponse(ScriptId scriptId, ExceptionDetails exceptionDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionDetails
getExceptionDetails()
Exception details.ScriptId
getScriptId()
Id of the script.
-
-
-
Constructor Detail
-
CompileScriptResponse
public CompileScriptResponse(ScriptId scriptId, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
getScriptId
public ScriptId getScriptId()
Id of the script.
-
getExceptionDetails
public ExceptionDetails getExceptionDetails()
Exception details.
-
-