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
Post a Comment