Class PreloadingAttemptSource
java.lang.Object
org.openqa.selenium.devtools.v125.preload.model.PreloadingAttemptSource
Lists sources for a preloading attempt, specifically the ids of rule sets
 that had a speculation rule that triggered the attempt, and the
 BackendNodeIds of  or  elements that triggered the
 attempt (in the case of attempts triggered by a document rule). It is
 possible for multiple rule sets and links to trigger a single attempt.
- 
Constructor Summary
ConstructorsConstructorDescriptionPreloadingAttemptSource(PreloadingAttemptKey key, List<RuleSetId> ruleSetIds, List<BackendNodeId> nodeIds)  - 
Method Summary
 
- 
Constructor Details
- 
PreloadingAttemptSource
public PreloadingAttemptSource(PreloadingAttemptKey key, List<RuleSetId> ruleSetIds, List<BackendNodeId> nodeIds)  
 - 
 - 
Method Details
- 
getKey
 - 
getRuleSetIds
 - 
getNodeIds
 
 -