Selenium webdriver firefox 带配置启动

 FirefoxProfile firefoxProfile=new FirefoxProfile(new File("/Users/zhangminjie/Library/Application Support/Firefox/Profiles/y1qo9afq.default"));

driver = new FirefoxDriver(firefoxProfile);

 
原文地址:https://www.cnblogs.com/zhangminjie/p/3959757.html