According to the spec, network.setCacheBehavior should "disable any implementation-specific resource caches for network requests", it's not clear whether this should also affect the BFCache (which strictly speaking is not caching network requests).
WebDriver BiDi should support bypassing the BFCache, either through the existing cacheBehavior: "bypass" or a separate option.
According to the spec,
network.setCacheBehaviorshould "disable any implementation-specific resource caches for network requests", it's not clear whether this should also affect the BFCache (which strictly speaking is not caching network requests).WebDriver BiDi should support bypassing the BFCache, either through the existing
cacheBehavior: "bypass"or a separate option.