I need to pre-fill some form in some web page within my WPF app (The web page is in an external website), i am using WPF WebBrowser control.
Is there are some way to do it.
I have some suggestion: emulating keyboard strocks and use tab key to move through fields, (How to do this).
EDIT
The desired form is so sophisticated and the names of the elements are dynamic, but they are always in the same order.
if you want to submit a form you check this
the namespace
mshtml
is located inMicrosoft.mshtml
Assembly.Just add reference Microsoft.mshtml.
hope this helps