private ApplicationManager() { driver = new ChromeDriver(); baseURL = "http://localhost"; //Registration = new RegistrationHelper(this); //Ftp = new FtpHelper(this); //James = new JameHelper(this); Auth = new LoginHelper(this); Navigate = new NavigatorHelper(this); Project = new ProjectHelper(this); API = new APIHelper(this); }
private ApplicationManager() { driver = new FirefoxDriver(); baseURL = "http://localhost/mantisbt-2.19.0"; Registration = new RegistrationHelper(this); Ftp = new FtpHelper(this); James = new JamesHelper(this); Mail = new MailHelper(this); Auth = new LoginHelper(this); Navigator = new NavigatorHelper(this, baseURL); Project = new ProjectHelper(this); API = new APIHelper(this); }