Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.NavigationType
Packages that use NavigationType
-
Uses of NavigationType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return NavigationTypeModifier and TypeMethodDescriptionstatic NavigationTypeNavigationType.fromString(String s) FrameNavigated.getType()static NavigationTypeReturns the enum constant of this class with the specified name.static NavigationType[]NavigationType.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 NavigationType