Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. public static void main(String args[]){
  2.  
  3. FirefoxDriver d1 = new FirefoxDriver();
  4.  
  5.  
  6. d1.get("http://www.google.com");
  7. // d1.close();
  8. // System.exit(0);
  9.  
  10. public static void main(String args[]){
  11.  
  12. FirefoxDriver d1 = new FirefoxDriver();
  13.  
  14.  
  15. d1.get("http://www.google.com");
  16. // d1.close();
  17. // System.exit(0);
  18.  
  19. public static void main(String args[]){
  20.  
  21. FirefoxDriver d1 = new FirefoxDriver();
  22.  
  23.  
  24. d1.get("http://www.google.com");
  25. // d1.close();
  26. // System.exit(0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement