automate webpage manipulation in a c# form

  • Thread starter Thread starter Jesse
  • Start date Start date
J

Jesse

I am trying to automate the upload and submit of a file to a web based
secure email server. I am able to enter data into the fields of the
form, but the submit action is done by a javascript command. is there a
way to run java script commands from the c# object?
 
Yes, you can if you are using the COM Web Browser Control in
a .NET Windows Forms app and scripting your C# code against it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top