Results 1 to 4 of 4

Thread: Auto fill content in qwebview

  1. #1
    Join Date
    Oct 2013
    Posts
    9
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default 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
    Last edited by cmanikandanc; 9th November 2013 at 10:16.

  2. #2
    Join Date
    Oct 2013
    Posts
    9
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: Auto fill content in qwebview

    Hello,


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

    Thanks

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default 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.

  4. #4
    Join Date
    Oct 2013
    Posts
    9
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default 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

Similar Threads

  1. QWebView Auto Tabs
    By wookoon in forum Qt Programming
    Replies: 1
    Last Post: 1st November 2013, 03:29
  2. Append content to QWebView
    By thrall in forum Qt Programming
    Replies: 6
    Last Post: 19th August 2013, 17:32
  3. Replies: 0
    Last Post: 20th August 2012, 19:09
  4. Fill input in QWebView
    By RzuF in forum Qt Programming
    Replies: 5
    Last Post: 19th December 2010, 09:48
  5. Fitting QWebView to content
    By Sölve in forum Newbie
    Replies: 0
    Last Post: 7th September 2010, 00:25

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.