private void startHub() throws Exception {
hubAddress = KmfMediaApiProperties.getThriftKmfAddress().getHost();
hubPort = getProperty("test.hub.port", DEFAULT_HUB_PORT);
seleniumGridHub = new SeleniumGridHub(hubAddress, hubPort);
seleniumGridHub.start();
}