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