Class RefreshEventDetails
java.lang.Object
org.openqa.selenium.devtools.v147.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, Optional<DeviceBoundSessionFailedRequest> failedRequest) -
Method Summary
Modifier and TypeMethodDescriptionDetails about a failed device bound session network request if there was one.If 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, Optional<DeviceBoundSessionFailedRequest> failedRequest)
-
-
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`. -
getFailedRequest
Details about a failed device bound session network request if there was one.
-