System.clearProperty("foo4");
}
@Test
public void setProxyAndRestore() {
SeleniumServerConfiguration configuration = new SeleniumServerConfiguration();
configuration.setProxyHost("localhost");
configuration.setProxyPort("8888");
configuration.setNonProxyHosts("localhost,mymachine");
SystemEnvHolder env = new SystemEnvHolder();
String proxyHost = System.getProperty("http.proxyHost");
String proxyPort = System.getProperty("http.proxyPort");