Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.HeavyAdReason
Packages that use HeavyAdReason
-
Uses of HeavyAdReason in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return HeavyAdReasonModifier and TypeMethodDescriptionstatic HeavyAdReasonHeavyAdReason.fromString(String s) HeavyAdIssueDetails.getReason()The reason the ad was blocked, total network or cpu or peak cpu.static HeavyAdReasonReturns the enum constant of this class with the specified name.static HeavyAdReason[]HeavyAdReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type HeavyAdReasonModifierConstructorDescriptionHeavyAdIssueDetails(HeavyAdResolutionStatus resolution, HeavyAdReason reason, AffectedFrame frame)