Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.ReportStatus
Packages that use ReportStatus
-
Uses of ReportStatus in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return ReportStatusModifier and TypeMethodDescriptionstatic ReportStatusReportStatus.fromString(String s) ReportingApiReport.getStatus()static ReportStatusReturns the enum constant of this class with the specified name.static ReportStatus[]ReportStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type ReportStatusModifierConstructorDescriptionReportingApiReport(ReportId id, String initiatorUrl, String destination, String type, TimeSinceEpoch timestamp, Integer depth, Integer completedAttempts, Map<String, Object> body, ReportStatus status)