0

I want to load extension in my protractor test and do not want to point on my local computer for the .crx file.

I want to load a chrome extension with a .crx file . It works when i point to my local computer. But this will not work if i run my tests on a VM,

Here is what i am using :

   '--load-extension=' +
    '/Users/xxx/Library/Application Support/Google/Chrome/Default/Extensions/obaimkjjkigcd/1.0.2_1/'

Please assist.

asl
  • 77
  • 1
  • 2
  • 11
  • 2
    Please see [ask]. This site works best if you tell us what you want to do, what you have tried, and what results you get. It is not a great tutorial site for finding out how to invoke a framework like this. –  May 29 '18 at 14:29
  • 1
    Possible duplicate of [Is it possible to add a plugin to chromedriver under a protractor test?](https://stackoverflow.com/questions/27278222/is-it-possible-to-add-a-plugin-to-chromedriver-under-a-protractor-test) – demouser123 May 29 '18 at 15:37
  • This doesn't seem the same problem i am facing. – asl May 30 '18 at 07:32

0 Answers0