Uses of Enum Class
org.openqa.selenium.devtools.v141.security.model.SecurityState
Packages that use SecurityState
Package
Description
-
Uses of SecurityState in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return SecurityStateModifier and TypeMethodDescriptionResponse.getSecurityState()Security state of the request resource.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type SecurityStateModifierConstructorDescriptionResponse(String url, Integer status, String statusText, Headers headers, Optional<String> headersText, String mimeType, String charset, Optional<Headers> requestHeaders, Optional<String> requestHeadersText, Boolean connectionReused, Number connectionId, Optional<String> remoteIPAddress, Optional<Integer> remotePort, Optional<Boolean> fromDiskCache, Optional<Boolean> fromServiceWorker, Optional<Boolean> fromPrefetchCache, Optional<Boolean> fromEarlyHints, Optional<ServiceWorkerRouterInfo> serviceWorkerRouterInfo, Number encodedDataLength, Optional<ResourceTiming> timing, Optional<ServiceWorkerResponseSource> serviceWorkerResponseSource, Optional<TimeSinceEpoch> responseTime, Optional<String> cacheStorageCacheName, Optional<String> protocol, Optional<AlternateProtocolUsage> alternateProtocolUsage, SecurityState securityState, Optional<SecurityDetails> securityDetails, Optional<Boolean> isIpProtectionUsed) -
Uses of SecurityState in org.openqa.selenium.devtools.v141.security.model
Methods in org.openqa.selenium.devtools.v141.security.model that return SecurityStateModifier and TypeMethodDescriptionstatic SecurityStateSecurityState.fromString(String s) InsecureContentStatus.getDisplayedInsecureContentStyle()Deprecated.Always set to unknown.InsecureContentStatus.getRanInsecureContentStyle()Deprecated.Always set to unknown.SecurityStateChanged.getSecurityState()Deprecated.Security state.SecurityStateExplanation.getSecurityState()Security state representing the severity of the factor being explained.VisibleSecurityState.getSecurityState()The security level of the page.static SecurityStateReturns the enum constant of this class with the specified name.static SecurityState[]SecurityState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.security.model with parameters of type SecurityStateModifierConstructorDescriptionInsecureContentStatus(Boolean ranMixedContent, Boolean displayedMixedContent, Boolean containedMixedForm, Boolean ranContentWithCertErrors, Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle) Deprecated.SecurityStateChanged(SecurityState securityState, Boolean schemeIsCryptographic, List<SecurityStateExplanation> explanations, InsecureContentStatus insecureContentStatus, Optional<String> summary) Deprecated.SecurityStateExplanation(SecurityState securityState, String title, String summary, String description, MixedContentType mixedContentType, List<String> certificate, Optional<List<String>> recommendations) VisibleSecurityState(SecurityState securityState, Optional<CertificateSecurityState> certificateSecurityState, Optional<SafetyTipInfo> safetyTipInfo, List<String> securityStateIssueIds)