Class Debugger.ExecuteWasmEvaluatorResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.debugger.Debugger.ExecuteWasmEvaluatorResponse
-
- Enclosing class:
- Debugger
public static class Debugger.ExecuteWasmEvaluatorResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExecuteWasmEvaluatorResponse(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
-
ExecuteWasmEvaluatorResponse
public ExecuteWasmEvaluatorResponse(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.
-
-