C#-APP: Get a reference to a control in IE explorer from a C# from

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gusters
    New Member
    • Feb 2008
    • 1

    C#-APP: Get a reference to a control in IE explorer from a C# from

    I have an application that opens a new IE Explorer browser window, gets the handle to it, logs in to a web app, enters data in some text fields, pushes buttons and so on. Everything is fine until I get to a set of pages in which all of the elements are dynamically generated via JavaScript. I'm not able to enter data or push some buttons because I can't seem to get a handle to any of these controls.

    Again, I know how to get a handle to all HTML controls. That part I have no problem. The problem resides on the fact that I don't know how to access controls that were generated via JavaScript. Is there any way to do it from C#?

    Thanks in advance.
Working...