Class Debugger.EvaluateOnCallFrameResponse
java.lang.Object
org.openqa.selenium.devtools.v123.debugger.Debugger.EvaluateOnCallFrameResponse
- Enclosing class:
- Debugger
-
Constructor Summary
ConstructorsConstructorDescriptionEvaluateOnCallFrameResponse
(RemoteObject result, Optional<ExceptionDetails> exceptionDetails) -
Method Summary
Modifier and TypeMethodDescriptionException details.Object wrapper for the evaluation result.
-
Constructor Details
-
EvaluateOnCallFrameResponse
public EvaluateOnCallFrameResponse(RemoteObject result, Optional<ExceptionDetails> exceptionDetails)
-
-
Method Details
-
getResult
Object wrapper for the evaluation result. -
getExceptionDetails
Exception details.
-