Uses of Class
org.openqa.selenium.devtools.v114.audits.model.HeavyAdReason
-
Packages that use HeavyAdReason Package Description org.openqa.selenium.devtools.v114.audits.model -
-
Uses of HeavyAdReason in org.openqa.selenium.devtools.v114.audits.model
Methods in org.openqa.selenium.devtools.v114.audits.model that return HeavyAdReason Modifier and Type Method Description static HeavyAdReasonHeavyAdReason. fromString(java.lang.String s)HeavyAdReasonHeavyAdIssueDetails. getReason()The reason the ad was blocked, total network or cpu or peak cpu.static HeavyAdReasonHeavyAdReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HeavyAdReason[]HeavyAdReason. 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 HeavyAdReason Constructor Description HeavyAdIssueDetails(HeavyAdResolutionStatus resolution, HeavyAdReason reason, AffectedFrame frame)
-