Auto fill content in qwebview
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
Re: Auto fill content in qwebview
Hello,
Any one please let me know is that possible through QT. Please help me.
Thanks
Re: Auto fill content in qwebview
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.
Re: Auto fill content in qwebview
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