I want to interact with my browser window, maybe big if it works with Firefox using C #.
I want to create software that can automatically fill out entries in a web form. In the old days there was a gator now roboform, where it can automatically fill in values.
Actually, I have users who are comfortable with working on an old Windows forms application, so I want to make a decision in which they can still enter data in their Windows application and actually fill out the entries in the web form and act as if the request was created from the browser itself.
I know that I can combine both databases, as this is an outdated database writer application for a Windows application - this is a problem.
Any suggestion?
source
share