Uses of Class
org.openqa.selenium.devtools.v100.network.model.CorsErrorStatus
-
Packages that use CorsErrorStatus Package Description org.openqa.selenium.devtools.v100.audits.model org.openqa.selenium.devtools.v100.network.model -
-
Uses of CorsErrorStatus in org.openqa.selenium.devtools.v100.audits.model
Methods in org.openqa.selenium.devtools.v100.audits.model that return CorsErrorStatus Modifier and Type Method Description CorsErrorStatusCorsIssueDetails. getCorsErrorStatus()Constructors in org.openqa.selenium.devtools.v100.audits.model with parameters of type CorsErrorStatus Constructor Description CorsIssueDetails(CorsErrorStatus corsErrorStatus, java.lang.Boolean isWarning, AffectedRequest request, java.util.Optional<SourceCodeLocation> location, java.util.Optional<java.lang.String> initiatorOrigin, java.util.Optional<IPAddressSpace> resourceIPAddressSpace, java.util.Optional<ClientSecurityState> clientSecurityState) -
Uses of CorsErrorStatus in org.openqa.selenium.devtools.v100.network.model
Methods in org.openqa.selenium.devtools.v100.network.model that return types with arguments of type CorsErrorStatus Modifier and Type Method Description java.util.Optional<CorsErrorStatus>LoadingFailed. getCorsErrorStatus()The reason why loading was blocked by CORS, if any.
-