module Selenium::WebDriver::DriverExtensions::HasNetworkConnection
def network_connection_type
def network_connection_type raise Error::UnsupportedOperationError, 'The W3C standard does not currently support getting network connection' end
def network_connection_type=(*)
def network_connection_type=(*) raise Error::UnsupportedOperationError, 'The W3C standard does not currently support setting network connection' end