How to click on button on website?
-
Hello,
I would like to click on another button on another website.
I wrote that we have QWebEngine and QWebView, but the first one is only on msvc ( I use mingw ) and the second one is old ( I want something newer ). What can I use? Maybe QTextBrowser or something else?
-
Hi
There is a newer version of webkit
https://github.com/qtwebkit/qtwebkit/releasesIs that the whole use case ? click on a button on webpage ?
You are not reading/writing data to the site or similar ? -
@mrjj
Could you tell me how build this project?https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-Windows
I have mingw, I installed python3, conan and I have qt
I don't undestand "py Tools\qt\build-qtwebkit-conan.py". Yes "py" is a command "python" which i write in cmd.exe. But what's Tools\qt\build-qtwebkit-conan.py? When I download this project I see "C:\Users\tom\Downloads\qtwebkit-5.212.0-alpha3\Tools\qt" but I don't see something like "build-qtwebkit-conan.py". I think this is not a folder ( it has extension .py". When I run this command I get information that file is not exists.
-
@TomNow99
Hi
Sorry no. I cant find any information about
Tools\qt\build-qtwebkit-conan.py
either.
Even its a bit odd start of the path, it sure looks like a py file.Update:
Downloaded the source and had a look
the file is in -
@TomNow99
I downloaded the
https://github.com/qtwebkit/qtwebkit