Uses of Enum Class
org.openqa.selenium.bidi.network.CacheBehavior
Packages that use CacheBehavior
-
Uses of CacheBehavior in org.openqa.selenium.bidi.module
Methods in org.openqa.selenium.bidi.module with parameters of type CacheBehaviorModifier and TypeMethodDescriptionvoidNetwork.setCacheBehavior(CacheBehavior cacheBehavior) voidNetwork.setCacheBehavior(CacheBehavior cacheBehavior, List<String> contexts) -
Uses of CacheBehavior in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network that return CacheBehaviorModifier and TypeMethodDescriptionstatic CacheBehaviorReturns the enum constant of this class with the specified name.static CacheBehavior[]CacheBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.