private ApplicationManager() { driver = new FirefoxDriver(); baseURL = "http://localhost/mantisbt-2.22.1"; Registration = new RegistrationHelper(this); Ftp = new FtpHelper(this); loginHelper = new LoginHelper(this); admin = new AdminHelper(this, baseURL); project = new ProjectManagementHelper(this); api = new APIHelper(this); }
private ApplicationManager() { driver = new ChromeDriver(); baseUrl = "http://localhost/mantisbt-2.24.0"; verificationErrors = new StringBuilder(); Registration = new RegistrationHelper(this); Ftp = new FtpHelper(this); James = new JamesHelper(this); Mail = new MailHelper(this); navigatorHelper = new NavigatorHelper(this); loginHelper = new LoginHelper(this); projectHelper = new ProjectHelper(this); adminHelper = new AdminHelper(this, baseUrl); API = new APIHelper(this); }