Advertisement
Raizekas

Untitled

Apr 12th, 2021
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. package selenium;
  2.  
  3. public class SeleniumNuorodosIrAts
  4. {
  5. private static final String BAZINE_NUORODA = "http://automationpractice.com/index.php";
  6.  
  7. private static final String PAIESKOS_TESTO_EXPECTED_MODELIS = "Model demo_2";
  8.  
  9. public static String getBAZINE_NUORODA()
  10. {
  11. return BAZINE_NUORODA;
  12. }
  13.  
  14. public static String getPAIESKOS_TESTO_EXPECTED_MODELIS()
  15. {
  16. return PAIESKOS_TESTO_EXPECTED_MODELIS;
  17. }
  18. }
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement