Class RelatedWebsiteSet
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.RelatedWebsiteSet
A single Related Website Set object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe associated sites of this set, along with the ccTLDs if there is any.The primary site of this set, along with the ccTLDs if there is any.The service sites of this set, along with the ccTLDs if there is any.
-
Constructor Details
-
RelatedWebsiteSet
-
-
Method Details
-
getPrimarySites
The primary site of this set, along with the ccTLDs if there is any. -
getAssociatedSites
The associated sites of this set, along with the ccTLDs if there is any. -
getServiceSites
The service sites of this set, along with the ccTLDs if there is any.
-