Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.ClientNavigationReason
Packages that use ClientNavigationReason
-
Uses of ClientNavigationReason in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return ClientNavigationReasonModifier and TypeMethodDescriptionstatic ClientNavigationReasonClientNavigationReason.fromString(String s) FrameRequestedNavigation.getReason()The reason for the navigation.FrameScheduledNavigation.getReason()Deprecated.The reason for the navigation.static ClientNavigationReasonReturns the enum constant of this class with the specified name.static ClientNavigationReason[]ClientNavigationReason.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 ClientNavigationReasonModifierConstructorDescriptionFrameRequestedNavigation(FrameId frameId, ClientNavigationReason reason, String url, ClientNavigationDisposition disposition) FrameScheduledNavigation(FrameId frameId, Number delay, ClientNavigationReason reason, String url) Deprecated.