Running With xpi
Posted 悟空救我呀
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Running With xpi相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
add application window with unknown token XXX Unable to add window;is your activity is running?(代码片段
Error: Couldn‘t perform atomic initializationSQLite. Compiled for 3.7.17, but running with 3.7.7(代码片
mysql table is full error running query with pymysql
json 可视代码工作室Angular with Firebase片段
Android N requires the IDE to be running with Java 1.8 or later