Uses of Class
org.openqa.selenium.devtools.v112.network.model.ReportingApiEndpoint
-
Packages that use ReportingApiEndpoint Package Description org.openqa.selenium.devtools.v112.network.model -
-
Uses of ReportingApiEndpoint in org.openqa.selenium.devtools.v112.network.model
Methods in org.openqa.selenium.devtools.v112.network.model that return types with arguments of type ReportingApiEndpoint Modifier and Type Method Description java.util.List<ReportingApiEndpoint>ReportingApiEndpointsChangedForOrigin. getEndpoints()Constructor parameters in org.openqa.selenium.devtools.v112.network.model with type arguments of type ReportingApiEndpoint Constructor Description ReportingApiEndpointsChangedForOrigin(java.lang.String origin, java.util.List<ReportingApiEndpoint> endpoints)
-