FuckTheWorld / chromedriver

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

Can no long pass extensions as Base64 encoder CRX files. #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sorry if this isn't the right place to post this but using WebDriver 2.21 and 
2.22 it is no longer possible to load extensions by passing them to the driver 
as base64 encoded CRX files.

Previously one could call 
desiredCapabilities.setCapability("chrome.extensions", ...)  with a list of 
encoded extensions to have them loaded.  Now the extensions can only be loaded 
from the files system.

Obviously the API restricts this at the client level but has there been a 
change in ChromeDriver that prevents this also?

ChromeDriver = 20.0.1133 
Chrome = 19.0.1084.52
OS = Win 7 x64
WebDriver 2.22

Original issue reported on code.google.com by tom.rathbone@gmail.com on 1 Jun 2012 at 12:56

GoogleCodeExporter commented 9 years ago
Also there is no longer anyway to specify other driver level options such as 
"chrome.detach".

Original comment by tom.rathbone@gmail.com on 1 Jun 2012 at 1:17

GoogleCodeExporter commented 9 years ago
This should still be possible from the ChromeDriver side. I think the current 
ChromeOptions/ChromeDriver Java interface is a bit out of date. I'll put 
together a patch...

Original comment by kka...@google.com on 1 Jun 2012 at 3:15

GoogleCodeExporter commented 9 years ago
Moved to: Issue selenium:4013

Original comment by kka...@google.com on 1 Jun 2012 at 3:15