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