Package com.kurento.kmf.test.services

Examples of com.kurento.kmf.test.services.SeleniumGridHub


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

    seleniumGridHub = new SeleniumGridHub(hubAddress, hubPort);
    seleniumGridHub.start();
  }
View Full Code Here

TOP

Related Classes of com.kurento.kmf.test.services.SeleniumGridHub

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.