Class GenericIssueDetails
- java.lang.Object
-
- org.openqa.selenium.devtools.v100.audits.model.GenericIssueDetails
-
public class GenericIssueDetails extends java.lang.Object
Depending on the concrete errorType, different properties are set.
-
-
Constructor Summary
Constructors Constructor Description GenericIssueDetails(GenericIssueErrorType errorType, java.util.Optional<FrameId> frameId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericIssueErrorType
getErrorType()
Issues with the same errorType are aggregated in the frontend.java.util.Optional<FrameId>
getFrameId()
-
-
-
Constructor Detail
-
GenericIssueDetails
public GenericIssueDetails(GenericIssueErrorType errorType, java.util.Optional<FrameId> frameId)
-
-
Method Detail
-
getErrorType
public GenericIssueErrorType getErrorType()
Issues with the same errorType are aggregated in the frontend.
-
getFrameId
public java.util.Optional<FrameId> getFrameId()
-
-