Uses of Class
org.openqa.selenium.devtools.page.model.FrameScheduledNavigation.Reason
-
Packages that use FrameScheduledNavigation.Reason Package Description org.openqa.selenium.devtools.page.model -
-
Uses of FrameScheduledNavigation.Reason in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return FrameScheduledNavigation.Reason Modifier and Type Method Description static FrameScheduledNavigation.Reason
FrameScheduledNavigation.Reason. fromString(java.lang.String s)
FrameScheduledNavigation.Reason
FrameScheduledNavigation. getReason()
Deprecated.The reason for the navigation.static FrameScheduledNavigation.Reason
FrameScheduledNavigation.Reason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FrameScheduledNavigation.Reason[]
FrameScheduledNavigation.Reason. 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 FrameScheduledNavigation.Reason Constructor Description FrameScheduledNavigation(FrameId frameId, java.lang.Number delay, FrameScheduledNavigation.Reason reason, java.lang.String url)
Deprecated.
-