Setting Up Profile in Firefox and Webdriver
Press Win+r
Then firefox -P
Add a new Profille by Name for example-neeraj
ProfilesIni allprofile = new ProfilesIni();
FirefoxProfile profile=allprofile.getProfile("neeraj");
profile.setAcceptUntrustedCertificates(false);
WebDriver driver = new FirefoxDriver(profile);
No comments:
Post a Comment