automation - Writing web forms filler/submitter with QT C++ -


i'm scratching head on how accomplish following task: need write simple web forms filler/submitter qt c++, following:

1) loads page url 2) fills in form fields 3) submits form

sounds easy, i'm web developer , can't find way how make qt accomplish task, managed load url qwebview object using webkit, have no idea next, how fill in fields , submit forms. hints, tutorials, videos? appreciate this.

qwebelement class work, reading through class documentation gave me full idea on how accomplish task. eveyrone suggestions.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -