module Selenium::WebDriver::DriverExtensions::HasNetworkConditions

def network_conditions

def network_conditions
  @bridge.network_conditions
end