【发布时间】:2013-10-16 16:00:15
【问题描述】:
当我们这样写时:
FirefoxProfile ffprofile = new FirefoxProfile(new File("D:\\Selenium"));
这是否意味着我们正在创建一个新的个人资料?因为我将无法在 Firefox 配置文件部分找到任何新配置文件。
所以现在我的问题是,如何为 Firefox 浏览器创建新的配置文件?
【问题讨论】:
标签: selenium selenium-webdriver profile