Uses of Class
org.openqa.selenium.devtools.v96.network.model.CorsError
-
Packages that use CorsError Package Description org.openqa.selenium.devtools.v96.network.model -
-
Uses of CorsError in org.openqa.selenium.devtools.v96.network.model
Methods in org.openqa.selenium.devtools.v96.network.model that return CorsError Modifier and Type Method Description static CorsErrorCorsError. fromString(java.lang.String s)CorsErrorCorsErrorStatus. getCorsError()static CorsErrorCorsError. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CorsError[]CorsError. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v96.network.model with parameters of type CorsError Constructor Description CorsErrorStatus(CorsError corsError, java.lang.String failedParameter)
-