I\'m trying protractor to write a few tests in a non angular application. I have to login in a page trough basic authentication in google chrome, but i have no idea how.
In fact you can just set the url as http://username:password@yourdomain.com. Chrome will handle it!