ChromeOptions options = new ChromeOptions();
options.addArguments("nwapp=C:\\Users\\usabayv\\Downloads\\psc-chrome.crx");
System.setProperty("webdriver.chrome.driver", "C:\\Users\\usabayv\\Downloads\\nwjs-sdk-v0.26.2-win-x64\\nwjs-sdk-v0.26.2-win-x64\\chromedriver.exe");
WebDriver driver = new ChromeDriver(options);
So i am thinking that after i launch the nw.exe with chrome app (.crx), I can then open nw.exe and point it to the extension ID as shown in the terminal above (chrome-extension://mcmepojaalmokbehpdjhk...../static/.. ) BUT I would need to know where nw stores the extension file is located and find the manifest.json for this extension as well. This would be really helpful.
Thanks.
--You received this message because you are subscribed to the Google Groups "nw.js" group.To unsubscribe from this group and stop receiving emails from it, send an email to nwjs-general...@googlegroups.com.For more options, visit https://groups.google.com/d/optout.