PDA

View Full Version : Auto fill content in qwebview



cmanikandanc
9th November 2013, 10:00
Hello Guys,

Let me explain my actual requirement.

I have a login page, which consist of entry for user name,password and number. Is there any way to automaticaly fill those entrys in QT and automaticaly submit it. My out put has to be like this. When program runs, the user doesn't need to provide the user name, password etcc. It has to automatically login to home page.

I don't know which tool is using for this, so please help me on this

Thanks,
Manikandan C

cmanikandanc
11th November 2013, 10:47
Hello,


Any one please let me know is that possible through QT. Please help me.

Thanks

ChrisW67
11th November 2013, 20:23
You have to code it. When the web page signals that it is loaded you can access the document through the DOM, locate and set the user name and password fields, then locate the form/submit button and trigger it. The last step is probably the hardest and will depend a little on how the login page is designed to work.

cmanikandanc
12th November 2013, 11:21
Thanks for reply Chris,

Is that possible to get an example for this. Because I'm a freasher to QT. Now i'm using qwebview to load my web pages.

Thanks,
Manikandan C