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