SeleniumRunOptions opt = super.initOptions(c);
opt.addOptionIfSet("-log", getRcLog());
try {
opt.addOptionIfSet("-port", c.getChannel().call(new RetrieveAvailablePort(getPort())));
} catch (Exception e) {
// an error occured, not adding the port option
}
if (getRcBrowserSideLog()) {