public void testSelenium1() throws Exception {
// system config to set the root URL
List<WebDriverBrowser> browsers = new ArrayList<WebDriverBrowser>();
browsers.add(new HTMLUnitBrowser(10));
CustomWDConfiguration cc = new CustomWDConfiguration(5001, -1, browsers, null);
getPlugin().getGlobalConfigurations().add(new SeleniumGlobalConfiguration("test", new NodeLabelMatcher("foolabel"), cc));
// HtmlPage newSlave = submit(new WebClient().goTo("configure").getFormByName("config"));
DumbSlave slave = new DumbSlave("foo", "dummy", createTmpDir().getPath(), "1", Mode.NORMAL, "foolabel", createComputerLauncher(null),