javascript - Is it possible to add a addon to firefox under a protractor test? -
does possible trigger firefox foxyproxy addon in protractor tests?
i added addon foxyproxy in firefox , tried run protractor test case triggering firefox without addon.
you need use firefox-profile package , addextension() function.
here howto how start firefox specific firefox profile pre-created.
see also:
Comments
Post a Comment