Activating chrome language flags when activating from protractor (selenium)
问题 I'm writing end to end tests with Protractor for an angular website. We have to support certain languages so I would like to init chrome using the --lang flag and start it with some other language. I searched the web and couldn't find any example to how it can be done. My only lead was some article I saw and understood that I need to add to Protractor config file the "capabilities" section and there I can define the "args" property. Then tried to tinker with it but no luck. Any help will be