Uses of Class
org.openqa.selenium.devtools.v113.preload.model.RuleSetId
-
Packages that use RuleSetId Package Description org.openqa.selenium.devtools.v113.preload org.openqa.selenium.devtools.v113.preload.model -
-
Uses of RuleSetId in org.openqa.selenium.devtools.v113.preload
Methods in org.openqa.selenium.devtools.v113.preload that return types with arguments of type RuleSetId Modifier and Type Method Description static org.openqa.selenium.devtools.Event<RuleSetId>Preload. ruleSetRemoved() -
Uses of RuleSetId in org.openqa.selenium.devtools.v113.preload.model
Methods in org.openqa.selenium.devtools.v113.preload.model that return RuleSetId Modifier and Type Method Description RuleSetIdRuleSet. getId()Methods in org.openqa.selenium.devtools.v113.preload.model that return types with arguments of type RuleSetId Modifier and Type Method Description java.util.List<RuleSetId>PreloadingAttemptSource. getRuleSetIds()Constructors in org.openqa.selenium.devtools.v113.preload.model with parameters of type RuleSetId Constructor Description RuleSet(RuleSetId id, LoaderId loaderId, java.lang.String sourceText, java.util.Optional<RuleSetErrorType> errorType, java.util.Optional<java.lang.String> errorMessage)Constructor parameters in org.openqa.selenium.devtools.v113.preload.model with type arguments of type RuleSetId Constructor Description PreloadingAttemptSource(PreloadingAttemptKey key, java.util.List<RuleSetId> ruleSetIds, java.util.List<BackendNodeId> nodeIds)
-