Advertisement
Guest User

QA course

a guest
Aug 3rd, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @After
  2. public void tearDown () {
  3. selenium.close();
  4.  
  5. try
  6. {
  7. Thread.sleep(5000);
  8. selenium.quit();
  9. }
  10. catch(Exception e)
  11. {
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement