class Selenium::DevTools::V95::ApplicationCache

def get_application_cache_for_frame(frame_id:)

def get_application_cache_for_frame(frame_id:)
  @devtools.send_cmd('ApplicationCache.getApplicationCacheForFrame',
                     frameId: frame_id)
end