Class Runtime.CallFunctionOnResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v103.runtime.Runtime.CallFunctionOnResponse
-
- Enclosing class:
- Runtime
public static class Runtime.CallFunctionOnResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CallFunctionOnResponse(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()
Call result.
-
-
-
Constructor Detail
-
CallFunctionOnResponse
public CallFunctionOnResponse(RemoteObject result, java.util.Optional<ExceptionDetails> exceptionDetails)
-
-
Method Detail
-
getResult
public RemoteObject getResult()
Call result.
-
getExceptionDetails
public java.util.Optional<ExceptionDetails> getExceptionDetails()
Exception details.
-
-