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