I have installed some plugins,for examples,Selenium IDE,Thender Extention in Firefox.
But when I use selenium to start Firefox,the Firefox only display Firefox WebDriver in Extensions page.
below is my java code:
ffBinary = new FirefoxBinary(pathToBinary);
firefoxProfile = new FirefoxProfile();
MyLog.logger.info("Initializing the Firefox webdriver...");
driver =new FirefoxDriver(ffBinary,firefoxProfile);
Now I can start firefox in seleinum with Add-ons loaded at start firefox with default profile
Besides,when I open the same web page,firefox started by selenium shows errors in Error Console:
NS_ERROR_FACTORY_NOT_REGISTERED