码迷,mamicode.com
首页 > 其他好文 > 详细

Running With xpi

时间:2016-07-03 18:40:07      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:

d

File file = new File("firebug-1.8.1.xpi");
   FirefoxProfile firefoxProfile = new FirefoxProfile();
   firefoxProfile.addExtension(file);
   firefoxProfile.setPreference("extensions.firebug.currentVersion", "1.8.1"); // Avoid startup screen

   WebDriver driver = new FirefoxDriver(firefoxProfile);

 

Running With xpi

标签:

原文地址:http://www.cnblogs.com/lgm1999/p/5638436.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!