Class IssueId
- java.lang.Object
-
- org.openqa.selenium.devtools.v102.audits.model.IssueId
-
public class IssueId extends java.lang.Object
A unique id for a DevTools inspector issue. Allows other entities (e.g. exceptions, CDP message, console messages, etc.) to reference an issue.
-
-
Constructor Summary
Constructors Constructor Description IssueId(java.lang.String issueId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toJson()
java.lang.String
toString()
-