Class ReportingApiEndpoint
- java.lang.Object
-
- org.openqa.selenium.devtools.v104.network.model.ReportingApiEndpoint
-
@Beta public class ReportingApiEndpoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReportingApiEndpoint(java.lang.String url, java.lang.String groupName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGroupName()Name of the endpoint group.java.lang.StringgetUrl()The URL of the endpoint to which reports may be delivered.
-