Uses of Class
org.openqa.selenium.devtools.v99.page.model.NavigationType
-
Packages that use NavigationType Package Description org.openqa.selenium.devtools.v99.page.model -
-
Uses of NavigationType in org.openqa.selenium.devtools.v99.page.model
Methods in org.openqa.selenium.devtools.v99.page.model that return NavigationType Modifier and Type Method Description static NavigationTypeNavigationType. fromString(java.lang.String s)NavigationTypeFrameNavigated. getType()static NavigationTypeNavigationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NavigationType[]NavigationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v99.page.model with parameters of type NavigationType Constructor Description FrameNavigated(Frame frame, NavigationType type)
-