Qt Webkit on FreeBSD
-
Hello,
on our FreeBSD Server we have Qt4.8.2 (Qt5.4.1 also possible) running.
I'm trying to use QtWebkit without the gui.
We want to use QWebPage, QWebFrame and QWebElement for automated Testing.
By using QWebPage, qt wants gui and a connection X Server (no x server available)
There are diffrent approaches- a fake x server: xvfb
- PhantomJS approach with ghostdriver (https://github.com/ariya/phantomjs)
Is there a way to integrate the ghostdriver approach directly in Qt?