@AfterClass public static void tearDown() throws Exception { webdriverFacade.closeBrowser(); server.stop(); }
public WebadminSteps(WebDriverFacade facade, WebadminWebdriverLibrary wl) throws Exception { d = facade.getWebDriver(); this.wl = wl; }