class Selenium::DevTools::V93::ApplicationCache

def get_manifest_for_frame(frame_id:)

def get_manifest_for_frame(frame_id:)
  @devtools.send_cmd('ApplicationCache.getManifestForFrame',
                     frameId: frame_id)
end