Class Page.GetNavigationHistoryResponse
java.lang.Object
org.openqa.selenium.devtools.v114.page.Page.GetNavigationHistoryResponse
- Enclosing class:
- Page
-
Constructor Summary
ConstructorsConstructorDescriptionGetNavigationHistoryResponse
(Integer currentIndex, List<NavigationEntry> entries) -
Method Summary
Modifier and TypeMethodDescriptionIndex of the current navigation history entry.Array of navigation history entries.
-
Constructor Details
-
GetNavigationHistoryResponse
-
-
Method Details
-
getCurrentIndex
Index of the current navigation history entry. -
getEntries
Array of navigation history entries.
-