Uses of Class
org.openqa.selenium.devtools.v108.tracing.Tracing.StartTransferMode
-
Packages that use Tracing.StartTransferMode Package Description org.openqa.selenium.devtools.v108.tracing -
-
Uses of Tracing.StartTransferMode in org.openqa.selenium.devtools.v108.tracing
Methods in org.openqa.selenium.devtools.v108.tracing that return Tracing.StartTransferMode Modifier and Type Method Description static Tracing.StartTransferMode
Tracing.StartTransferMode. fromString(java.lang.String s)
static Tracing.StartTransferMode
Tracing.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.
-