2

I try to load the GWT Plugin for the chrome driver the solution from Selenium Chromedriver causes Chrome to start without configured plugins, bookmarks and other settings doesn't seem to work. As Directory I tried:

 capability.setCapability("chrome.switches", ["--load-extension="+Constants.PATH_TO_GWT_PLUGIN);

Constants.PATH_TO_GWT_PLUGIN values:

<>\User Data\Default\Extensions\jpjpnpmbddbjkfaccnmhnkdgjideieim\1.0.11357_0
<>\User Data\Default\Extensions\jpjpnpmbddbjkfaccnmhnkdgjideieim\

I also tried the plugin switch:

 capability.setCapability("chrome.switches", ["--load-plugin="+Constants.PATH_TO_GWT_PLUGIN);

with PATH_TO_GWT_PLUGIN:

<>\User Data\Default\Extensions\jpjpnpmbddbjkfaccnmhnkdgjideieim\<PATH TO DLL>

But none of the above worked. What do I miss?

Community
  • 1
  • 1
morpheus05
  • 4,772
  • 2
  • 32
  • 47

0 Answers0