class Selenium::WebDriver::BiDi::Network

def set_cache_behavior(behavior, *contexts)

def set_cache_behavior(behavior, *contexts)
  @bidi.send_cmd('network.setCacheBehavior', cacheBehavior: behavior, contexts: contexts)
end