Is there a way to enable headless browser testing?
Hi Matthew-phillips,
Of course, while writing the desired capabilities in your code, you can enable Headless browser testing, by adding the below syntax:
capabilities.setCapability("headless",true);