Filling up Username and Password automatically using WebView.
-
wrote on 24 Sept 2014, 15:36 last edited by
I am using QWebview and launching www.gmail.com I want to automatically fill the Username and Password from Qt. How do i do it. Any Examples.. ?
Please help me. -
Hi,
Have a look at "findFirstElement":http://qt-project.org/doc/qt-5/qwebframe.html#findFirstElement and then after getting the QWebElement use setAttribute to set value as required.
-
wrote on 25 Sept 2014, 09:51 last edited by
[quote author="p3c0" date="1411638272"]Hi,
Have a look at "findFirstElement":http://qt-project.org/doc/qt-5/qwebframe.html#findFirstElement and then after getting the QWebElement use setAttribute to set value as required.[/quote]
Thanks it's very helpful for me :D
1/3