populating fields in webBrowser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MR

    #1

    populating fields in webBrowser

    i am writing an application that automates the process of loading a web
    page, login into a site and then simulates the navigation of the site.
    the program uses a winform with a webBrowser control that is used to load
    the web page. i am able to successfully navigate the site but am having
    trouble entering data into the fields. the two fields are the username and
    password. i would like to automatically enter the username and password into
    the fields and then click the login button,.
    the question is how to i programmaticall y access the controls on this this
    page in the webBrowser control and then click on the button?
    thanks for any tips and hints
    MR

Working...