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