Network.clearBrowserCache
Clears browser cache.
{ "id": 1, "method": "Network.clearBrowserCache" }
{ "id": 1, "result": {} }
const result = await send('Network.clearBrowserCache'); console.log(result);