Uses of Class
org.openqa.selenium.devtools.page.model.ClientNavigationReason
-
Packages that use ClientNavigationReason Package Description org.openqa.selenium.devtools.page.model -
-
Uses of ClientNavigationReason in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return ClientNavigationReason Modifier and Type Method Description static ClientNavigationReason
ClientNavigationReason. fromString(java.lang.String s)
ClientNavigationReason
FrameRequestedNavigation. getReason()
The reason for the navigation.static ClientNavigationReason
ClientNavigationReason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClientNavigationReason[]
ClientNavigationReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.page.model with parameters of type ClientNavigationReason Constructor Description FrameRequestedNavigation(FrameId frameId, ClientNavigationReason reason, java.lang.String url)
-