Class ServiceWorkerRouterInfo

java.lang.Object
org.openqa.selenium.devtools.v126.network.model.ServiceWorkerRouterInfo

@Beta public class ServiceWorkerRouterInfo extends Object
  • Constructor Details

  • Method Details

    • getRuleIdMatched

      public Optional<Integer> getRuleIdMatched()
      ID of the rule matched. If there is a matched rule, this field will be set, otherwiser no value will be set.
    • getMatchedSourceType

      public Optional<ServiceWorkerRouterSource> getMatchedSourceType()
      The router source of the matched rule. If there is a matched rule, this field will be set, otherwise no value will be set.