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 TypeMethodDescriptionvoid
Network.setCacheBehavior
(CacheBehavior cacheBehavior) void
Network.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 CacheBehavior
Returns 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.