@AfterClass public static void stopWebDrive() { BasePage.stopFirefoxBrowser(); }
@BeforeClass public static void startWebDrive() throws Exception { BasePage.startFirefoxBrowser(); }