final
String addOnPath =
"C:\\Temp\\addon.xpi"
;
File AOFile =
new
File( addOnPath );
FirefoxProfile profile =
FirefoxProfile();
profile.addExtension(
AOFile );
AOFile
WebDriver driver =
FirefoxDriver( profile );
No comments:
Post a Comment