How to upload an extension on Firefox with Java-Cucumber?

How to upload an extension on Firefox with Java-Cucumber?

Hello Dipen- soni,

You can refer to the sample code snippet below:

FirefoxProfile firefoxProfile = new FirefoxProfile();
  File addonpath = new File("path of addon/extension (.xpi file)");
  firefoxProfile.addExtension(addonpath);