JenkinsCapabilityMatcher.enhanceCapabilities(dc, nodeName);
}
SelfRegisteringRemote remote = new SelfRegisteringRemote(c);
PropertyUtils.setProperty(SeleniumConstants.PROPERTY_INSTANCE, remote);
remote.startRemoteServer();
remote.startRegistrationProcess();
Channel.current().waitForProperty(SeleniumConstants.PROPERTY_LOCK);
return null;
} catch (Exception e) {
e.printStackTrace();