Class DeprecationIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v126.audits.model.DeprecationIssueDetails
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
ConstructorsConstructorDescriptionDeprecationIssueDetails
(Optional<AffectedFrame> affectedFrame, SourceCodeLocation sourceCodeLocation, String type) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
-
Constructor Details
-
DeprecationIssueDetails
public DeprecationIssueDetails(Optional<AffectedFrame> affectedFrame, SourceCodeLocation sourceCodeLocation, String type)
-
-
Method Details
-
getAffectedFrame
-
getSourceCodeLocation
-
getType
One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
-