Advertisement
Raizekas

Untitled

Apr 8th, 2021
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. package nuorodos;
  2.  
  3. public class SeleniumNuorodos
  4. {
  5. private static final String PIRMO_PUSLAPIO_HOME = "http://automationpractice.com/index.php";
  6. private static final String PIRMO_PUSLAPIO_BASE = "http://automationpractice.com/";
  7.  
  8.  
  9.  
  10. public static String getPirmoPuslapioHome()
  11. {
  12. return PIRMO_PUSLAPIO_HOME;
  13. }
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement