Class TrustedWebActivityIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v114.audits.model.TrustedWebActivityIssueDetails
-
Constructor Summary
ConstructorsConstructorDescriptionTrustedWebActivityIssueDetails
(String url, TwaQualityEnforcementViolationType violationType, Optional<Integer> httpStatusCode, Optional<String> packageName, Optional<String> signature) -
Method Summary
Modifier and TypeMethodDescriptionThe package name of the Trusted Web Activity client app.The signature of the Trusted Web Activity client app.getUrl()
The url that triggers the violation.
-
Constructor Details
-
TrustedWebActivityIssueDetails
-
-
Method Details
-
getUrl
The url that triggers the violation. -
getViolationType
-
getHttpStatusCode
-
getPackageName
The package name of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks. -
getSignature
The signature of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.
-