Class BackForwardCacheNotRestoredExplanation
java.lang.Object
org.openqa.selenium.devtools.v141.page.model.BackForwardCacheNotRestoredExplanation
-
Constructor Summary
ConstructorsConstructorDescriptionBackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType type, BackForwardCacheNotRestoredReason reason, Optional<String> context, Optional<List<BackForwardCacheBlockingDetails>> details) -
Method Summary
Modifier and TypeMethodDescriptionContext associated with the reason.Not restored reasongetType()Type of the reason
-
Constructor Details
-
BackForwardCacheNotRestoredExplanation
public BackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType type, BackForwardCacheNotRestoredReason reason, Optional<String> context, Optional<List<BackForwardCacheBlockingDetails>> details)
-
-
Method Details
-
getType
Type of the reason -
getReason
Not restored reason -
getContext
Context associated with the reason. The meaning of this context is dependent on the reason: - EmbedderExtensionSentMessageToCachedFrame: the extension ID. -
getDetails
-