Uses of Class
org.openqa.selenium.devtools.v112.network.model.IPAddressSpace
-
Packages that use IPAddressSpace Package Description org.openqa.selenium.devtools.v112.audits.model org.openqa.selenium.devtools.v112.network.model -
-
Uses of IPAddressSpace in org.openqa.selenium.devtools.v112.audits.model
Methods in org.openqa.selenium.devtools.v112.audits.model that return types with arguments of type IPAddressSpace Modifier and Type Method Description java.util.Optional<IPAddressSpace>CorsIssueDetails. getResourceIPAddressSpace() -
Uses of IPAddressSpace in org.openqa.selenium.devtools.v112.network.model
Methods in org.openqa.selenium.devtools.v112.network.model that return IPAddressSpace Modifier and Type Method Description static IPAddressSpaceIPAddressSpace. fromString(java.lang.String s)IPAddressSpaceClientSecurityState. getInitiatorIPAddressSpace()IPAddressSpaceResponseReceivedExtraInfo. getResourceIPAddressSpace()The IP address space of the resource.static IPAddressSpaceIPAddressSpace. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IPAddressSpace[]IPAddressSpace. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v112.network.model with parameters of type IPAddressSpace Constructor Description ClientSecurityState(java.lang.Boolean initiatorIsSecureContext, IPAddressSpace initiatorIPAddressSpace, PrivateNetworkRequestPolicy privateNetworkRequestPolicy)ResponseReceivedExtraInfo(RequestId requestId, java.util.List<BlockedSetCookieWithReason> blockedCookies, Headers headers, IPAddressSpace resourceIPAddressSpace, java.lang.Integer statusCode, java.util.Optional<java.lang.String> headersText, java.util.Optional<java.lang.String> cookiePartitionKey, java.util.Optional<java.lang.Boolean> cookiePartitionKeyOpaque)
-