Class Runtime.AwaitPromiseResponse

java.lang.Object
org.openqa.selenium.devtools.v85.runtime.Runtime.AwaitPromiseResponse
Enclosing class:
Runtime

public static class Runtime.AwaitPromiseResponse extends Object
  • Constructor Details

  • Method Details

    • getResult

      public RemoteObject getResult()
      Promise result. Will contain rejected value if promise was rejected.
    • getExceptionDetails

      public Optional<ExceptionDetails> getExceptionDetails()
      Exception details if stack strace is available.