Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.TransitionType
Packages that use TransitionType
-
Uses of TransitionType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return TransitionTypeModifier and TypeMethodDescriptionstatic TransitionTypeTransitionType.fromString(String s) NavigationEntry.getTransitionType()Transition type.static TransitionTypeReturns the enum constant of this class with the specified name.static TransitionType[]TransitionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.page.model with parameters of type TransitionTypeModifierConstructorDescriptionNavigationEntry(Integer id, String url, String userTypedURL, String title, TransitionType transitionType)