mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
comment out extensions
This commit is contained in:
parent
63f115788a
commit
6f9326af2c
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ public class WebDriverManager {
|
|||
profile.setPreference("browser.helperApps.neverAsk.saveToDisk", "application/x-ustar,application/octet-stream,application/zip,text/csv,text/plain");
|
||||
profile.setPreference("network.proxy.type", 0);
|
||||
|
||||
profile.addExtension(new File(firebugPath));
|
||||
profile.addExtension(new File(firepathPath));
|
||||
// profile.addExtension(new File(firebugPath));
|
||||
// profile.addExtension(new File(firepathPath));
|
||||
|
||||
driver = new FirefoxDriver(ffox, profile);
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue