Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to click on button on website?

How to click on button on website?

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 2 Posters 947 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TomNow99
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      There is a newer version of webkit
      https://github.com/qtwebkit/qtwebkit/releases

      Is that the whole use case ? click on a button on webpage ?
      You are not reading/writing data to the site or similar ?

      1 Reply Last reply
      1
      • T Offline
        T Offline
        TomNow99
        wrote on last edited by
        #3

        I have to download some videos from website, so I have to click only buton :)

        1 Reply Last reply
        0
        • T Offline
          T Offline
          TomNow99
          wrote on last edited by
          #4

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

          mrjjM 1 Reply Last reply
          1
          • T TomNow99

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

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by mrjj
            #5

            @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

            alt text

            1 Reply Last reply
            1
            • T Offline
              T Offline
              TomNow99
              wrote on last edited by
              #6

              @mrjj Could you tell me what do you download? When I download 3 packages I can't see build-qtwebkit-conan.py

              mrjjM 1 Reply Last reply
              0
              • T TomNow99

                @mrjj Could you tell me what do you download? When I download 3 packages I can't see build-qtwebkit-conan.py

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @TomNow99
                I downloaded the
                https://github.com/qtwebkit/qtwebkit
                alt text

                1 Reply Last reply
                1
                • T Offline
                  T Offline
                  TomNow99
                  wrote on last edited by TomNow99
                  #8

                  @mrjj Now I have it. Thank you :)

                  mrjjM 1 Reply Last reply
                  1
                  • T TomNow99

                    @mrjj Now I have it. Thank you :)

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @TomNow99

                    I have a feeling that 1.5 GB of code might take some while to compile :)

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved