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.
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.
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: