Qt 6.11 is out! See what's new in the release
blog
Qt Webkit on FreeBSD
General and Desktop
2
Posts
2
Posters
901
Views
2
Watching
-
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?