GoogleChromeLabs / chromium-bidi

Implementation of WebDriver BiDi for Chromium
https://googlechromelabs.github.io/chromium-bidi/
Apache License 2.0
90 stars 30 forks source link

Some Caches may not be bypasses #2597

Open Lightning00Blade opened 4 weeks ago

Lightning00Blade commented 4 weeks ago

When we send the Network.setCacheDisabled the Network domain needs to be enabled to make sure all caches are bypassed. We should also not disable the Network domain while the cache mode is set to bypass.