Uses of Class
org.openqa.selenium.devtools.v141.network.model.CorsErrorStatus
Packages that use CorsErrorStatus
Package
Description
-
Uses of CorsErrorStatus in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return CorsErrorStatusConstructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type CorsErrorStatusModifierConstructorDescriptionCorsIssueDetails(CorsErrorStatus corsErrorStatus, Boolean isWarning, AffectedRequest request, Optional<SourceCodeLocation> location, Optional<String> initiatorOrigin, Optional<IPAddressSpace> resourceIPAddressSpace, Optional<ClientSecurityState> clientSecurityState) -
Uses of CorsErrorStatus in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type CorsErrorStatusModifier and TypeMethodDescriptionLoadingFailed.getCorsErrorStatus()The reason why loading was blocked by CORS, if any.