I scratch my head on how to accomplish the following task: I need to write a simple web form filler / submitter with QT C ++, it does the following:
1) Loads the page URL 2) Fills in the form fields 3) Submits the form
It sounds simple, but I am a web developer and I canβt find a way to complete the QT task, I managed to load the URL with the QWebView object using WebKit, I donβt know what to do next, how to fill in the fields and submit the forms. Any tips, tutorials, videos? I appreciate it.
source share