Uses of Class
org.openqa.selenium.devtools.v104.network.model.Initiator.Type
-
Packages that use Initiator.Type Package Description org.openqa.selenium.devtools.v104.network.model -
-
Uses of Initiator.Type in org.openqa.selenium.devtools.v104.network.model
Methods in org.openqa.selenium.devtools.v104.network.model that return Initiator.Type Modifier and Type Method Description static Initiator.TypeInitiator.Type. fromString(java.lang.String s)Initiator.TypeInitiator. getType()Type of this initiator.static Initiator.TypeInitiator.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Initiator.Type[]Initiator.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v104.network.model with parameters of type Initiator.Type Constructor Description Initiator(Initiator.Type type, java.util.Optional<StackTrace> stack, java.util.Optional<java.lang.String> url, java.util.Optional<java.lang.Number> lineNumber, java.util.Optional<java.lang.Number> columnNumber, java.util.Optional<RequestId> requestId)
-