Example #1
0
 @Before
 public void setUp() throws IOException {
   base.openBrowser();
 }
Example #2
0
 // @After
 public void tearDown() {
   base.closeBrowser();
 }