I coded my own extension and I want to add it to geckodriver.
The important thing is I need to add it unpacked as I did for chromedriver.
options.addArguments("--load-extension=" + System.getProperty("user.dir") + "/base/chrome-extension");
Is it possible?
If unpacked is not possible, then, can I install it with creating an archive for that?