Class NavigationEntry

java.lang.Object
org.openqa.selenium.devtools.v85.page.model.NavigationEntry

public class NavigationEntry extends Object
Navigation history entry.
  • Constructor Details

  • Method Details

    • getId

      public Integer getId()
      Unique id of the navigation history entry.
    • getUrl

      public String getUrl()
      URL of the navigation history entry.
    • getUserTypedURL

      public String getUserTypedURL()
      URL that the user typed in the url bar.
    • getTitle

      public String getTitle()
      Title of the navigation history entry.
    • getTransitionType

      public TransitionType getTransitionType()
      Transition type.