Uses of Class
org.openqa.selenium.devtools.v106.audits.model.DeprecationIssueType
-
Packages that use DeprecationIssueType Package Description org.openqa.selenium.devtools.v106.audits.model -
-
Uses of DeprecationIssueType in org.openqa.selenium.devtools.v106.audits.model
Methods in org.openqa.selenium.devtools.v106.audits.model that return DeprecationIssueType Modifier and Type Method Description static DeprecationIssueTypeDeprecationIssueType. fromString(java.lang.String s)DeprecationIssueTypeDeprecationIssueDetails. getType()static DeprecationIssueTypeDeprecationIssueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeprecationIssueType[]DeprecationIssueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v106.audits.model with parameters of type DeprecationIssueType Constructor Description DeprecationIssueDetails(java.util.Optional<AffectedFrame> affectedFrame, SourceCodeLocation sourceCodeLocation, DeprecationIssueType type)
-