Uses of Class
org.openqa.selenium.devtools.v100.network.model.ReportId
-
Packages that use ReportId Package Description org.openqa.selenium.devtools.v100.network.model -
-
Uses of ReportId in org.openqa.selenium.devtools.v100.network.model
Methods in org.openqa.selenium.devtools.v100.network.model that return ReportId Modifier and Type Method Description ReportIdReportingApiReport. getId()Constructors in org.openqa.selenium.devtools.v100.network.model with parameters of type ReportId Constructor Description ReportingApiReport(ReportId id, java.lang.String initiatorUrl, java.lang.String destination, java.lang.String type, TimeSinceEpoch timestamp, java.lang.Integer depth, java.lang.Integer completedAttempts, java.util.Map<java.lang.String,java.lang.Object> body, ReportStatus status)
-