Class RelatedWebsiteSet

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

@Beta public class RelatedWebsiteSet extends Object
A single Related Website Set object.
  • Constructor Details

  • Method Details

    • getPrimarySites

      public List<String> getPrimarySites()
      The primary site of this set, along with the ccTLDs if there is any.
    • getAssociatedSites

      public List<String> getAssociatedSites()
      The associated sites of this set, along with the ccTLDs if there is any.
    • getServiceSites

      public List<String> getServiceSites()
      The service sites of this set, along with the ccTLDs if there is any.