class Selenium::WebDriver::DevTools::NetworkInterceptor

Wraps the network request/response interception, providing thread-safety guarantees and handling special cases such as browser canceling requests midst interception.

You should not be using this class directly, use Driver#intercept instead. @api private