Open GoogleCodeExporter opened 9 years ago
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:18
I was able to load an extension. Issue is not reproducible.
System.setProperty("webdriver.chrome.driver",
"/usr/local/google/home/gmanikpure/Downloads/chromedriver");
ChromeOptions options = new ChromeOptions();
options.addExtensions(new File("/usr/local/google/home/gmanikpure/Downloads/extension_1_0_13.crx"));
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(ChromeOptions.CAPABILITY, options);
ChromeDriver driver = new ChromeDriver(capabilities);
driver.get("https://gmail.com/");
Thread.sleep(3000);
driver.get("chrome://extensions/"); // here extension can be seen as loaded properly
My configurations:-
[A]
Linux ubuntu
Selenium version – 2.44
Chromedriver version – 2.14
Chrome browser version – 40.0.2214.115 (64-bit)
Java – 7
[B]
Windows 8.1
Chromedriver 2.14
Selenium version – 2.44
Java 8
Chrome browser - 41.0.2272.64(64-bit)
Can you please try again and please let us know if it differs from you are doing
Original comment by gmanikp...@chromium.org
on 5 Mar 2015 at 12:50
Attachments:
Original issue reported on code.google.com by
jam....@gmail.com
on 17 Jun 2014 at 7:02