I am working on utility tool which should to test GWT-App I wanna use Chrome headless browser but that doesn't work

I am working on utility tool which should to test GWT-App I wanna use Chrome headless browser but that doesn’t work.

Hi Helen,

Along with the --headless option, you should also pass --disable-gpu flag. However, instead of passing these options explicitly, just call driver.set_headless() (which will take care of setting both for you).