Uses of Class
org.openqa.selenium.devtools.page.model.NavigationEntry
-
Packages that use NavigationEntry Package Description org.openqa.selenium.devtools.page -
-
Uses of NavigationEntry in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return types with arguments of type NavigationEntry Modifier and Type Method Description java.util.List<NavigationEntry>
Page.GetNavigationHistoryResponse. getEntries()
Array of navigation history entries.Constructor parameters in org.openqa.selenium.devtools.page with type arguments of type NavigationEntry Constructor Description GetNavigationHistoryResponse(java.lang.Integer currentIndex, java.util.List<NavigationEntry> entries)
-