Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.NavigatedWithinDocument.NavigationType
Packages that use NavigatedWithinDocument.NavigationType
-
Uses of NavigatedWithinDocument.NavigationType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return NavigatedWithinDocument.NavigationTypeModifier and TypeMethodDescriptionNavigatedWithinDocument.NavigationType.fromString(String s) NavigatedWithinDocument.getNavigationType()Navigation typeReturns the enum constant of this class with the specified name.NavigatedWithinDocument.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 NavigatedWithinDocument.NavigationTypeModifierConstructorDescriptionNavigatedWithinDocument(FrameId frameId, String url, NavigatedWithinDocument.NavigationType navigationType)