Hello,
I want to test a big Qt application (QT version 5.7.1) that uses the following libraries:
- QCoreApplication
- QGuiApplication
- QNetworkInterface
- QPluginLoader
- QQmlApplicationEngine
- QQmlExtensionPlugin
- QScreen
- QSurfaceFormat
- QSysInfo
- QtQml
- QDebug
Is it possible to use the second option (WebDriver creates the application) to run the application??
Regards