View Sourcemodule selenium-webdriver/netFunctionsgetAddress(opt_family)code »Retrieves the external IP address for this host. Parametersopt_familystring=The IP family to retrieve. Defaults to "IPv4". ReturnsstringThe IP address or undefined if not available. getLoopbackAddress(opt_family)code »Retrieves a loopback address for this machine. Parametersopt_familystring=The IP family to retrieve. Defaults to "IPv4". ReturnsstringThe IP address or undefined if not available.