Exemplo n.º 1
0
 @AfterClass
 public static void stopWebDrive() {
   BasePage.stopFirefoxBrowser();
 }
Exemplo n.º 2
0
 @BeforeClass
 public static void startWebDrive() throws Exception {
   BasePage.startFirefoxBrowser();
 }