Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public class Common {
  2. public static TestSettings settings;
  3. public static CredentialsSettings credSettings;
  4.  
  5.  
  6. public static void setup() throws SQLException, InterruptedException {
  7.  
  8.  
  9.  
  10. Configuration.browser = MyChromeBrowserClass.class.getName();
  11. Configuration.startMaximized = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement