Class NavigationEntry
java.lang.Object
org.openqa.selenium.devtools.v119.page.model.NavigationEntry
Navigation history entry.
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationEntry
(Integer id, String url, String userTypedURL, String title, TransitionType transitionType) -
Method Summary
-
Constructor Details
-
NavigationEntry
public NavigationEntry(Integer id, String url, String userTypedURL, String title, TransitionType transitionType)
-
-
Method Details
-
getId
Unique id of the navigation history entry. -
getUrl
URL of the navigation history entry. -
getUserTypedURL
URL that the user typed in the url bar. -
getTitle
Title of the navigation history entry. -
getTransitionType
Transition type.
-