java.lang.Object
org.openqa.selenium.devtools.v141.target.model.FilterEntry

@Beta public class FilterEntry extends Object
A filter used by target query/discovery/auto-attach operations.
  • Constructor Details

  • Method Details

    • getExclude

      public Optional<Boolean> getExclude()
      If set, causes exclusion of matching targets from the list.
    • getType

      public Optional<String> getType()
      If not present, matches any type.