/**
  * Tear down class.
  *
  * @throws Exception the exception
  */
 @AfterClass
 public void tearDownClass() throws Exception {
   test.closeBrowserSession();
 }