Class Page.GetNavigationHistoryResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v100.page.Page.GetNavigationHistoryResponse
-
- Enclosing class:
- Page
public static class Page.GetNavigationHistoryResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetNavigationHistoryResponse(java.lang.Integer currentIndex, java.util.List<NavigationEntry> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCurrentIndex()
Index of the current navigation history entry.java.util.List<NavigationEntry>
getEntries()
Array of navigation history entries.
-
-
-
Constructor Detail
-
GetNavigationHistoryResponse
public GetNavigationHistoryResponse(java.lang.Integer currentIndex, java.util.List<NavigationEntry> entries)
-
-
Method Detail
-
getCurrentIndex
public java.lang.Integer getCurrentIndex()
Index of the current navigation history entry.
-
getEntries
public java.util.List<NavigationEntry> getEntries()
Array of navigation history entries.
-
-