qtwebdriver icon indicating copy to clipboard operation
qtwebdriver copied to clipboard

WebDriver implementation for Qt

Results 26 qtwebdriver issues
Sort by recently updated
recently updated
newest added

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 -...

Running make in parallell (e.g. with `-j 9`) results in errors when compiling with `'WD_ENABLE_WEB_VIEW': '1'`: ``` g++: error: ./Default/obj.target/test_WD_hybrid/geni/moc_WindowWithEmbeddedViewTest.o: No such file or directory g++: error: ./Default/obj.target/test_WD_hybrid/geni/moc_WidgetAndWebViewTest.o: No such...

Hi all! How can I build it on windows host using mingw instead of msvc? Thanks in advance!

question

Add example how to add qt's calculator app. This: * includes the calculator app in the build system * Register Calculator with QtWebdriver Following this, Selenium can request QtWebDriver to...

Is anyone else experience high memory usage and leaks when exercising this code? I'm using qt5.2.1 and this code in conjunction with a sample python selenium script that loads Yahoo...

Virtual machine Ubuntu : 22.04.1 1. Successfully installed selenium and all required packages. Verified basic selenium test case to launch firefox browser (without qtwebdriver). 2. Successfully built qtwebdriver using these...