Good day to all, trying to make a program on the library FirefoDriver, created a new profile added. But when you start the program, when the program reaches the line
WebDriver d = new FirefoxDriver(myprofile); she stop here is the code:
ProfilesIni profile = new ProfilesIni(); FirefoxProfile myprofile = profile.getProfile("profileToolsQA"); d = new FirefoxDriver(myprofile);