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