Uses of Class
org.openqa.selenium.devtools.v114.audits.model.TwaQualityEnforcementViolationType
-
Packages that use TwaQualityEnforcementViolationType Package Description org.openqa.selenium.devtools.v114.audits.model -
-
Uses of TwaQualityEnforcementViolationType in org.openqa.selenium.devtools.v114.audits.model
Methods in org.openqa.selenium.devtools.v114.audits.model that return TwaQualityEnforcementViolationType Modifier and Type Method Description static TwaQualityEnforcementViolationTypeTwaQualityEnforcementViolationType. fromString(java.lang.String s)TwaQualityEnforcementViolationTypeTrustedWebActivityIssueDetails. getViolationType()static TwaQualityEnforcementViolationTypeTwaQualityEnforcementViolationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TwaQualityEnforcementViolationType[]TwaQualityEnforcementViolationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v114.audits.model with parameters of type TwaQualityEnforcementViolationType Constructor Description TrustedWebActivityIssueDetails(java.lang.String url, TwaQualityEnforcementViolationType violationType, java.util.Optional<java.lang.Integer> httpStatusCode, java.util.Optional<java.lang.String> packageName, java.util.Optional<java.lang.String> signature)
-