Class Page.GetNavigationHistoryResponse

java.lang.Object
org.openqa.selenium.devtools.v85.page.Page.GetNavigationHistoryResponse
Enclosing class:
Page

public static class Page.GetNavigationHistoryResponse extends Object
  • Constructor Details

  • Method Details

    • getCurrentIndex

      public Integer getCurrentIndex()
      Index of the current navigation history entry.
    • getEntries

      public List<NavigationEntry> getEntries()
      Array of navigation history entries.