Uses of Class
org.openqa.selenium.devtools.page.Page.GetNavigationHistoryResponse
-
Packages that use Page.GetNavigationHistoryResponse Package Description org.openqa.selenium.devtools.page -
-
Uses of Page.GetNavigationHistoryResponse in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return types with arguments of type Page.GetNavigationHistoryResponse Modifier and Type Method Description static Command<Page.GetNavigationHistoryResponse>
Page. getNavigationHistory()
Returns navigation history for the current page.
-