Class ReportingApiEndpoint

java.lang.Object
org.openqa.selenium.devtools.v141.network.model.ReportingApiEndpoint

@Beta public class ReportingApiEndpoint extends Object
  • Constructor Details

    • ReportingApiEndpoint

      public ReportingApiEndpoint(String url, String groupName)
  • Method Details

    • getUrl

      public String getUrl()
      The URL of the endpoint to which reports may be delivered.
    • getGroupName

      public String getGroupName()
      Name of the endpoint group.