Im using QWebEnginePage to get content of some webpage. In the .pro file i have mentioned CONFIG-=gui.
However when i run the program in a headless system, it complains of being unable to connect to display:0. I also noticed that it requires libX11-xcb.so & related libs.
Is there anyway i can get the HTML of a page using QtWebEngine in headless mode without having to use xvfb?