1

Does this possible to trigger the firefox with foxyproxy addon in protractor tests?

I added the addon foxyproxy in firefox and tried to run the protractor test case but its triggering the firefox without that addon.

alecxe
  • 462,703
  • 120
  • 1,088
  • 1,195
Prabhu
  • 394
  • 1
  • 7
  • 23

1 Answers1

1

You need to use firefox-profile package and addExtension() function.

Here is the HowTo about how to start firefox with a specific firefox profile pre-created.

See also:

Community
  • 1
  • 1
alecxe
  • 462,703
  • 120
  • 1,088
  • 1,195