Class Page.NavigateResponse

java.lang.Object
org.openqa.selenium.devtools.v126.page.Page.NavigateResponse
Enclosing class:
Page

public static class Page.NavigateResponse extends Object
  • Constructor Details

  • Method Details

    • getFrameId

      public FrameId getFrameId()
      Frame id that has navigated (or failed to navigate)
    • getLoaderId

      public Optional<LoaderId> getLoaderId()
      Loader identifier. This is omitted in case of same-document navigation, as the previously committed loaderId would not change.
    • getErrorText

      public Optional<String> getErrorText()
      User friendly error message, present if and only if navigation has failed.