Class ReportingApiReport

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

@Beta public class ReportingApiReport extends Object
An object representing a report generated by the Reporting API.
  • Constructor Details

  • Method Details

    • getId

      public ReportId getId()
    • getInitiatorUrl

      public String getInitiatorUrl()
      The URL of the document that triggered the report.
    • getDestination

      public String getDestination()
      The name of the endpoint group that should be used to deliver the report.
    • getType

      public String getType()
      The type of the report (specifies the set of data that is contained in the report body).
    • getTimestamp

      public TimeSinceEpoch getTimestamp()
      When the report was generated.
    • getDepth

      public Integer getDepth()
      How many uploads deep the related request was.
    • getCompletedAttempts

      public Integer getCompletedAttempts()
      The number of delivery attempts made so far, not including an active attempt.
    • getBody

      public Map<String,Object> getBody()
    • getStatus

      public ReportStatus getStatus()