Class Debugger.EvaluateOnCallFrameResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v95.debugger.Debugger.EvaluateOnCallFrameResponse
-
- Enclosing class:
- Debugger
public static class Debugger.EvaluateOnCallFrameResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EvaluateOnCallFrameResponse(RemoteObject result, java.util.Optional<ExceptionDetails> exceptionDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ExceptionDetails>
getExceptionDetails()
Exception details.RemoteObject
getResult()
Object wrapper for the evaluation result.
-
-
-
Constructor Detail
-
EvaluateOnCallFrameResponse
public EvaluateOnCallFrameResponse(RemoteObject result, java.util.Optional<ExceptionDetails> exceptionDetails)
-
-
Method Detail
-
getResult
public RemoteObject getResult()
Object wrapper for the evaluation result.
-
getExceptionDetails
public java.util.Optional<ExceptionDetails> getExceptionDetails()
Exception details.
-
-