Uses of Class
org.openqa.selenium.devtools.v146.network.model.DeviceBoundSessionWithUsage
Packages that use DeviceBoundSessionWithUsage
-
Uses of DeviceBoundSessionWithUsage in org.openqa.selenium.devtools.v146.network.model
Methods in org.openqa.selenium.devtools.v146.network.model that return types with arguments of type DeviceBoundSessionWithUsageModifier and TypeMethodDescriptionRequestWillBeSentExtraInfo.getDeviceBoundSessionUsages()How the request site's device bound sessions were used during this request.Constructor parameters in org.openqa.selenium.devtools.v146.network.model with type arguments of type DeviceBoundSessionWithUsageModifierConstructorDescriptionRequestWillBeSentExtraInfo(RequestId requestId, List<AssociatedCookie> associatedCookies, Headers headers, ConnectTiming connectTiming, Optional<List<DeviceBoundSessionWithUsage>> deviceBoundSessionUsages, Optional<ClientSecurityState> clientSecurityState, Optional<Boolean> siteHasCookieInOtherPartition, Optional<String> appliedNetworkConditionsId)