SeleniumRunOptions opts = initOptions(computer);
if (opts != null) {
opts.addOptionIfSet("-host", nodehost);
computer.getNode().getRootPath()
.act(new SeleniumCallable(seleniumJar, nodehost, masterName, p.getPort(), nodeName, listener, name, opts));
}
}