Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.Initiator.Type
Packages that use Initiator.Type
-
Uses of Initiator.Type in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return Initiator.TypeModifier and TypeMethodDescriptionstatic Initiator.TypeInitiator.Type.fromString(String s) Initiator.getType()Type of this initiator.static Initiator.TypeReturns the enum constant of this class with the specified name.static Initiator.Type[]Initiator.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type Initiator.Type