Hi, I wanted to write a C++ code that visits a particular URL and then enters a pre-defined value in it and presses "Enter" so that it can navigate to the next page and then get the data present in that page by parsing that page. This is similar to something that can be done by selenium, but that's mostly testing and I want to specifically use C++ so that I can gain some fluency in C++ too. Could you suggest some libraries /Framework that can help us get this task done?