protractor with any headless browser?
问题 I am using protractor and it works when I specify chrome as the browsertype. I am looking for a headless browser sample code, I have looked for phantomJs but I could not run any of them. Is there a working sample available of another headless browser? 回答1: No other headless browser out there besides PhantomJS while the latter is a dead-end with Protractor. You can try docker-selenium or, if you don't like Docker you can do it yourself with ubuntu-headless sample. Both solutions provide Chrome