I am using chrome headless browser with protractor to test the application following this link I had turned out my chrome to be headless.
It states that :
As of Chrome 58 you also need to set --disable-gpu, though this may change in future versions.
1 How can I know my headless chrome version so that I can be sure to use this flag.
2 If I dont use this flag it displays Failed to launch GPU and using this does not displays the above.
3 How can I update my headless browser?