Uses of Class
org.openqa.selenium.devtools.v114.tracing.Tracing.StartTransferMode
-
Packages that use Tracing.StartTransferMode Package Description org.openqa.selenium.devtools.v114.tracing -
-
Uses of Tracing.StartTransferMode in org.openqa.selenium.devtools.v114.tracing
Methods in org.openqa.selenium.devtools.v114.tracing that return Tracing.StartTransferMode Modifier and Type Method Description static Tracing.StartTransferModeTracing.StartTransferMode. fromString(java.lang.String s)static Tracing.StartTransferModeTracing.StartTransferMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Tracing.StartTransferMode[]Tracing.StartTransferMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-