Uses of Class
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionCookieCraving
Packages that use DeviceBoundSessionCookieCraving
-
Uses of DeviceBoundSessionCookieCraving in org.openqa.selenium.devtools.v145.network.model
Methods in org.openqa.selenium.devtools.v145.network.model that return types with arguments of type DeviceBoundSessionCookieCravingModifier and TypeMethodDescriptionDeviceBoundSession.getCookieCravings()See comments on `net::device_bound_sessions::Session::cookie_cravings_`.Constructor parameters in org.openqa.selenium.devtools.v145.network.model with type arguments of type DeviceBoundSessionCookieCravingModifierConstructorDescriptionDeviceBoundSession(DeviceBoundSessionKey key, String refreshUrl, DeviceBoundSessionInclusionRules inclusionRules, List<DeviceBoundSessionCookieCraving> cookieCravings, TimeSinceEpoch expiryDate, Optional<String> cachedChallenge, List<String> allowedRefreshInitiators)