Class AttributionScopesData

java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.AttributionScopesData

@Beta public class AttributionScopesData extends Object
  • Constructor Details

    • AttributionScopesData

      public AttributionScopesData(List<String> values, Number limit, Number maxEventStates)
  • Method Details

    • getValues

      public List<String> getValues()
    • getLimit

      public Number getLimit()
      number instead of integer because not all uint32 can be represented by int
    • getMaxEventStates

      public Number getMaxEventStates()