Webdriver使用自定义Firefox Profile运行测试:http://lijingshou.iteye.com/blog/2085276
ProfilesIni allProfiles = new ProfilesIni();
FirefoxProfile profile = allProfiles.getProfile(s);
public static void creatfirefox(String s){
ProfilesIni allProfiles = new ProfilesIni();
FirefoxProfile profile = allProfiles.getProfile(s);
}