Wednesday, May 25, 2011

how to start server with proxyInjectionMode option from the code

The below code can be used to start the server from the java code

RemoteControlConfiguration config = new RemoteControlConfiguration();
config.setProxyInjectionModeArg(true);
SeleniumServer server = new SeleniumServer(config);

No comments:

Post a Comment