I found a problem with firefox, basically my protractor configuration did not use the webdriver server settings, but used the default server, this method was very convenient, since I did not have initial selenium
To fix this problem, I start the selenium server myself spsifiying firefox and chrome drivers.
java -jar "C: \ Users \% USERNAME% \ AppData \ Roaming \ npm \ node_modules \ protractor \ selenium \ selenium-server-standalone-2.42.1.jar" -Dwebdriver.chrome.driver = "C: \ Users \ % USERNAME% \ AppData \ Roaming \ npm \ node_modules \ protractor \ selenium \ chromedriver.exe "-Dwebdriver.firefox.bin =" C: \ Users \% USERNAME% \ AppData \ Local \ Mozilla Firefox \ firefox.exe "
Acosta
source share