Class DeprecationIssueDetails
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.audits.model.DeprecationIssueDetails
-
public class DeprecationIssueDetails extends java.lang.Object
This issue tracks information needed to print a deprecation message. https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md
-
-
Constructor Summary
Constructors Constructor Description DeprecationIssueDetails(java.util.Optional<AffectedFrame> affectedFrame, SourceCodeLocation sourceCodeLocation, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<AffectedFrame>
getAffectedFrame()
SourceCodeLocation
getSourceCodeLocation()
java.lang.String
getType()
One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
-
-
-
Constructor Detail
-
DeprecationIssueDetails
public DeprecationIssueDetails(java.util.Optional<AffectedFrame> affectedFrame, SourceCodeLocation sourceCodeLocation, java.lang.String type)
-
-
Method Detail
-
getAffectedFrame
public java.util.Optional<AffectedFrame> getAffectedFrame()
-
getSourceCodeLocation
public SourceCodeLocation getSourceCodeLocation()
-
getType
public java.lang.String getType()
One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
-
-