Class RefreshEventDetails
java.lang.Object
org.openqa.selenium.devtools.v145.network.model.RefreshEventDetails
Session event details specific to refresh.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRefreshEventDetails(RefreshEventDetails.RefreshResult refreshResult, Optional<DeviceBoundSessionFetchResult> fetchResult, Optional<DeviceBoundSession> newSession, Boolean wasFullyProactiveRefresh) -
Method Summary
Modifier and TypeMethodDescriptionIf there was a fetch attempt, the result of that.The session display if there was a newly created session.The result of a refresh.See comments on `net::device_bound_sessions::RefreshEventResult::was_fully_proactive_refresh`.
-
Constructor Details
-
RefreshEventDetails
public RefreshEventDetails(RefreshEventDetails.RefreshResult refreshResult, Optional<DeviceBoundSessionFetchResult> fetchResult, Optional<DeviceBoundSession> newSession, Boolean wasFullyProactiveRefresh)
-
-
Method Details
-
getRefreshResult
The result of a refresh. -
getFetchResult
If there was a fetch attempt, the result of that. -
getNewSession
The session display if there was a newly created session. This is populated for any refresh event that modifies the session config. -
getWasFullyProactiveRefresh
See comments on `net::device_bound_sessions::RefreshEventResult::was_fully_proactive_refresh`.
-