Uses of Enum Class
org.openqa.selenium.devtools.v114.audits.model.TwaQualityEnforcementViolationType
Packages that use TwaQualityEnforcementViolationType
-
Uses of TwaQualityEnforcementViolationType in org.openqa.selenium.devtools.v114.audits.model
Methods in org.openqa.selenium.devtools.v114.audits.model that return TwaQualityEnforcementViolationTypeModifier and TypeMethodDescriptionTwaQualityEnforcementViolationType.fromString(String s) TrustedWebActivityIssueDetails.getViolationType()Returns the enum constant of this class with the specified name.static TwaQualityEnforcementViolationType[]TwaQualityEnforcementViolationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v114.audits.model with parameters of type TwaQualityEnforcementViolationTypeModifierConstructorDescriptionTrustedWebActivityIssueDetails(String url, TwaQualityEnforcementViolationType violationType, Optional<Integer> httpStatusCode, Optional<String> packageName, Optional<String> signature)