FuckTheWorld / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Extension does not have its _id_ #491

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pack extension with Chrome -> the extension will receive its _id_ (and you 
get the pem file to make sure the id is same on next packaging).
2. Run selenium+chromedriver and add the packed *.crx extension
3. The extension does not have its id + the new id is every time different.

Simplified test case or site demonstrating the problem:
var webdriver = require('selenium-webdriver');
var chrome = require('selenium-webdriver/chrome');
var options = new chrome.Options().addExtensions('path/extension.crx');

var driver = new webdriver.Builder()
    .withCapabilities(webdriver.Capabilities.chrome())
    .setChromeOptions(options)
    .build(); 

What version of the product are you using? On what operating system?
ChromeDriver = 2.2
Chrome = 29.0.1547.62 m
OS = Wuin7 x64

Original issue reported on code.google.com by har...@gmail.com on 28 Aug 2013 at 1:58

GoogleCodeExporter commented 9 years ago
Fixed. will be in next release.

Original comment by kka...@google.com on 28 Aug 2013 at 1:59

GoogleCodeExporter commented 9 years ago
Great! How long (+-) to next release?

Original comment by har...@gmail.com on 28 Aug 2013 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by kkania@chromium.org on 3 Sep 2013 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:26