Esempio n. 1
0
 protected URL getRemoteURL() {
   try {
     URL remote = new URL("http://" + config.getHost() + ":" + config.getPort() + "/wd/hub");
     return remote;
   } catch (MalformedURLException e) {
     throw new RuntimeException(e);
   }
 }